Argh - I'm trying to create a menu navigation using XHTML and CSS :ermm:
I need to get the main title on the left side of the line, and a tiny description on the right hand side...
I've tried the following:
HTML Code:
<span title="Forum Hosting Packages" style="text-align: left;">-- Forum Hosting Packages</span>
<span style="text-align: right;">Ideal for vBulletin Forums!</span>
but that just outputs:
Forum Hosting Packages Ideal for vBulletin Forums! :disappointed:
I tried using a <div> align tag, but that made the "Ideal for vBulletin Forums!" text drop to another line :ermm:
Any idea how I can achieve this?
Satan