Jump to content

[SOLVED] How do I make my site stretch to each side?


Akskater1000

Recommended Posts

its not php you want, php is server side, what you want to do should be done client side, try css or html

 

though I think you want

<body marginwidth="0" marginheight="0" topmargin="0" leftmargin="0" rightmargin="0" bottommargin="0">

 

Okay the <body> didn't work... How would I go about doing it with css?

the answer is in the 4th post.

 

<body marginwidth="0" marginheight="0" topmargin="0" leftmargin="0" rightmargin="0" bottommargin="0">

 

you missed

 

 marginwidth="0" marginheight="0"

 

 

also the <style>XYZ</style> should be inside the <head>

the answer is in the 4th post.

 

<body marginwidth="0" marginheight="0" topmargin="0" leftmargin="0" rightmargin="0" bottommargin="0">

 

you missed

 

 marginwidth="0" marginheight="0"

 

 

also the <style>XYZ</style> should be inside the <head>

 

OMG Thank you!!! It worked.

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.