View Single Post
  #3 (permalink)  
Old 02-17-2008, 07:37 AM
redwine's Avatar
redwine redwine is offline
Pligg Donor
 
Join Date: Jul 2007
Location: Canada
Posts: 216
Thanks: 20
Thanked 102 Times in 65 Posts
Picture position

Quote:
Originally Posted by dogmog View Post
Hi,

I need some help with CSS.

I tried to position the upload image left from the story description like on eVIPlist.com 5.0 Where INFORMATION IS POWERed by You! but when put the image with CSS on that Position ist lays over the description.

Hope you understand my englisch and someone can help me!

Thanks!
In the site you provided, they are placing the image in the place where the avatar goes.

If you want to use this concept, here is the code you have to modify:

Open link_summary.tpl in your template and look for this block of code.
Code:
<a href="javascript://" onclick="show_hide_user_links(document.getElementById('userlinks-{$link_shakebox_index}'));">  
   {if $UseAvatars neq "0"}<span id="ls_avatar-{$link_shakebox_index}"><img src="{$Avatar_ImgSrc}" alt="Avatar" /></span>{/if}
   </a>
You can alter this code to place the image there.
Reply With Quote
The Following User Says Thank You to redwine For This Useful Post: