I am developing this site: http://www.dnam.net/new.html How can I make it load at the top of the browser?? Tried looking on the internet, came up empty. Any help greatly appreciated...thanks
Wow, you don't have a stylesheet? Either add margin: 0; to your CSS or topmargin="0" to the body tag.
CSS is very important if you want to create a professional and good looking website. http://www.tizag.com/cssT/ Kate
Create a css style sheet easy in dreamweaver just click new -> css and then add this to it body { background-image:url(images/bckgrnd.jpg); background-position:top; background-repeat:repeat-x; margin:0px 0px 0px 0px; background-color:#fff;} once you have done save it a something like style.css then go back to your html file and then select text-> css styles-> attach style sheet this will then resolve your problem and also make that background image 100% width once you have created your style sheet make sure that this is in between the <head> <link href="style.css" rel="stylesheet" type="text/css" /> </head>
thanks, both of you repped...i do have dreamweaver, just not to familiar with it, i grew up with straight html