Hi I need help, just to make my template go to the top of the browser, liek the 0 margin thing .... I need the code for this.
Hi I need help, just to make my template go to the top of the browser, liek the 0 margin thing .... I need the code for this.
Css:
HTML:Code:html { margin: 0, 0, 0, 0; }
HTML Code:topmargin="0" bottommargin="0" marginheight="0" marginwidth="0"
Hey,
You mean this:
- DanHTML Code:body{ margin-top: 0px;
Lol thats what i was meaning in my post but my css is abit rusty in parts![]()
Hey,
I didn't even see your post until I had posted rofl. And I couldn't be bothered editing.
- Dan
Ok, Dan, your code, whats the whole code, and do I put it in the head or body?
Hey,
Put it into your main.css at the top and then inside your head tags put:
- DanHTML Code:<link rel="stylesheet" href="main.css" type="text/css" />
ok i dont got a main .css i got main.php and nav.php and my index.htm ... i had the code before ... lost it though
Hey,
Start > All Programs > Accsessories > Notepad
Type in code
File > Save As > Type in main.css
Then... Upload to yourserver
- Dan
Want to hide these adverts? Register an account for free!