July 10, 200818 yr Home: http://www.deafjetski.co.uk/index1.html (for testing only, none of the links are coded yet) Css: http://www.deafjetski.co.uk/nav.css I want to move the banner at the top with absolute position :0 But i don't want to mess the the site up and move everything. I want it the way it is just now, but without the gap at the top of the page there is not <br> tag there. Also how do i set the return to top code? to go to the top of the page when the user clicks it? Any more suggestion are welcome to improve it? Regards, Deaf_Raiders
July 10, 200818 yr global reset will help. * { margin:0; padding:0;} or add this to the body part of the css: margin:0; padding:0
July 10, 200818 yr Also how do i set the return to top code? to go to the top of the page when the user clicks it? Regards, Deaf_Raiders If you place an id on any element at the top of your page, your h1 for example and then link to it. <h1 id="top">My heading</h1> <a href="#top">Back to the top</a>
Create an account or sign in to comment