Page is a not externally linkable
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;
}