Thread: Page border
Results 1 to 2 of 2
Related
-
image border help plz Forum: Graphics Forum
Replies: 5 -
border-collapse table on layer showing on main page Forum: CSS Forum
Replies: 8 -
I can't see the top border Forum: CSS Forum
Replies: 2 -
Border colour Forum: HTML Forum
Replies: 3 -
border shows but I set no border? Forum: HTML Forum
Replies: 2
-
03-22-2005, 12:08 PM #1
Page border
Hi.
I am making a website for a friend, and he wants to have fiery trails going down the side. That is easy enough, but unfortunatly what i cannot figure out is how to get rid of the 5 or so pixel border that sorounds the outside of the page, meaning i cannot line up my pics exactly with the side. I know there is a tag for this somehwre, ive just forgotten it.
Thx.
-
03-22-2005, 01:27 PM #2
If you are using style sheets add this
HTML Code:body { margin: 0px 0px 0px 0px; }