ok, basicly I want to get rid of the natural border round a web page. Now if its with html 4 its easy, you just add:
<body style="border-style: solid; border-width: 0px">
inside the body tag. However as soon as you change the document type to xhtml strict it ceases to work.
Have I just buggered up the code or is it just not possible in xhtml?
<body style="border-style: solid; border-width: 0px">
inside the body tag. However as soon as you change the document type to xhtml strict it ceases to work.
Have I just buggered up the code or is it just not possible in xhtml?