Page is a not externally linkable
- Code, Content, and Presentation
-- CSS
---- Header image/menu spacing issues css-html


penders - 10:05 am on Jun 30, 2011 (gmt 0)


Hello again :) I think the HTML/CSS I posted in your HTML thread is still relevant, at least as a start...

Add an id to your img element...
<img id="logo" src="...

Then in your CSS, give it some spacing...
#logo {
margin-right:40px;
}


Thread source:: http://www.webmasterworld.com/css/4332855.htm
Brought to you by WebmasterWorld: http://www.webmasterworld.com