page border

liunx

Guest
I want to put a border around a web page. Suggestions, please.<!--content--><body style="border: 5px solid;"><!--content-->many thanks. it is just as i wanted it to look (but 20px). it is for tomorrow.<br />
<br />
i applied this only to my home page. if i wanted this to apply to every page on the site, could i put something in my css file (which is linked into every page on the website)?<!--content-->Yes, just add this to your .css file:<br />
<br />
body {<br />
border: 20px solid;<br />
}<!--content-->perfect. thanks again.<!--content-->Sure thing... :)<!--content-->
 
Back
Top