PDA

View Full Version : Alignment Help


RogueMaster
06-24-2008, 02:03 AM
I need help with aligning a graphic beside a username. I have a Member of the Month sidebar, and I'd like to align a star graphic that I uploaded into the sidebar with a name that I change in the CSS every month. I have tried to use the basic align code, but it won't work. I am not familiar with how to use float and think that may be the ticket for my situation. If anybody has any suggestions, I'd really appreciate it. Thank you so much for your time. :)

http://www.theharmonylounge.com

Attitude5ire
06-24-2008, 05:31 PM
Well many ways but you should check code it has many errors..
just use this
<table>
<tr>
<td>Image here</td>
<td>Member Name here</td>
</tr>
</table>

simplest way.
Can be done using div li. simple h1 tags etc.. etc..

RogueMaster
06-25-2008, 11:40 AM
Thank you! :)