View Full Version : I would like to put a box around this little information thing. Anyone know how?


KeLs
11-10-2005, 10:44 PM
this is the site: www.freewebs.com/hayriverhelpers/
click on: Contact us.

i would like to put a simple black box around the submit your comments thing. (where it says name, email, comments)

i don't know how i would use a div or table to do this. Can someone please give/show me a code i could use?

WebBaka
11-11-2005, 12:54 AM
<table style="border: 1px solid #000000;">
<tr>
<td>
YOUR CONTENT HERE
</td>
</tr>
</table>

That will make a thin, black border around where it says "YOUR CONTENT HERE." To change the thickness change the "1px" to 2px, 3px, etc. untill you have a size you like.

Hope I helped!

KeLs
11-11-2005, 09:07 PM
Great! Thank yoU!!!!!!