Hi, I'm having a small problem here.
You see, I have a vertical Spry Menu bar. Whenever I add in text, it appears below the box. I have the margins for the other text set to 130px so that the bar and the text won't overlap, but how can I get it to appear directly to the right of the spry menu bar?
It's in php, though
Go to http://ssjan.com/test/themes.php
Click on the save button.
Click on "Jan's Aviation" at the top.
<Lnk> <sep> and <navi> are not valid HTML tags. Please fix your code errors.
http://validator.w3.org/check?verbose=1&uri=http%3A%2F%2Fssjan.com%2Ft est%2Fthemes.php
Nancy O.
Alt-Web Design & Publishing
Web | Graphics | Print | Media Specialists
This has nothing to do with CSS. <navi>, <Lnk> and <sep> are not valid HTML tags. You can't use them in an HTML document.
Change navi to a CSS class or ID name.
<div class="navi">
content goes here
</div>
To style links, use CSS pseudo-classes:
http://www.w3schools.com/css/css_link.asp
Nancy O.
Alt-Web Design & Publishing
Web | Graphics | Print | Media Specialists
North America
Europe, Middle East and Africa
Asia Pacific