Okay! I first of all I have to say I suck pretty hard at html.
Here is my problem:
The top left - have an image about 250 px wide. To the right I have the menu bar which is done in css.
I am having trouble with the spacing. The menu bar is done with a list format.
<html>
<img src="images/logo/florence advertising logo with bevel.gif" width="250" height="96"
<nav id="menu">
<ul>
<li >
<li id="menu_work"><a href="portfolio.html" title="Work" target="_parent">Portfolio</a></li>
<li id="menu_services"><a href="#" title="Disciplines" target="_parent">FAQ's</a></li>
<li id="menu_insidefa"><a href="contactus.html" title="Profile" target="_parent">Contact Us</a></li><li id="menu_exposure"></li><li id="menu_collaborate"></li>
</ul>
</html>
Right now the image is right beside the menu. I wanted it nicely spaced for most browsers etc etc...
Any help would be greatly appreciated!