jarv
03-11-2009, 12:40 PM
am i losing it?!
on my site: http://www.wildfire-digital.com/test/lha/video.asp
at the top, I would like to align the text Welcome to LHA next to the logo, can someone please help?
thanks
css:
.toplogo{width:1020px; height:100px; margin: 0px auto; display:block; text-align:left; background-image:url(img/lha-top.gif); background-repeat:repeat-x; }
.welcometext { font-family:Arial, Helvetica, sans-serif; font-size:14px; color:#FFF; width:200px; height:100px; }
html:
<div class="toplogo"><img src="img/LHA-logo.gif" border="0" alt="LHA logo"/><div class="welcometext">Welcome to LHA</div>
on my site: http://www.wildfire-digital.com/test/lha/video.asp
at the top, I would like to align the text Welcome to LHA next to the logo, can someone please help?
thanks
css:
.toplogo{width:1020px; height:100px; margin: 0px auto; display:block; text-align:left; background-image:url(img/lha-top.gif); background-repeat:repeat-x; }
.welcometext { font-family:Arial, Helvetica, sans-serif; font-size:14px; color:#FFF; width:200px; height:100px; }
html:
<div class="toplogo"><img src="img/LHA-logo.gif" border="0" alt="LHA logo"/><div class="welcometext">Welcome to LHA</div>