Hello Whats the code to make the layout like right at the top of the page not a little gapp ?? +rep!!
Moved by opensourcehost (Forum Moderator) from Web Designing: Please post in the correct forum next time, thanks :).
Printable View
Hello Whats the code to make the layout like right at the top of the page not a little gapp ?? +rep!!
Moved by opensourcehost (Forum Moderator) from Web Designing: Please post in the correct forum next time, thanks :).
add this into the <body> tag
So itsCode:topmargin="0"
Code:<body topmargin="0">
Can you do a screany of the site and the top of your code please.
Link to your site please
Change
toCode:<body bgcolor="#ffffff">
Code:<body topmargin="0">
Nope look http://www.thebobbas.net/hg/layout.htm
As your using frontpage go on desin view right click press page proerties
when the box come up press advanced and change the margins there
I really don't think the foul language was needed on the template? :S :/
or in the style tags in the header <style> </style>
add
body {
margin-top:0px;
}
Na i see him in the day sometimes :P
In your <head> do:
Code:<style type="text/css">
body {
margin-top: 0px
}
</style>