Quote:
Originally Posted by dogmog 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.