View Full Version : Need help with borders around text.


ahyatt33
08-20-2004, 10:00 AM
I want to know how to put a square borders around text on my page. Like a border around each set of text. Is there a way to do this ?

Seb1991
08-20-2004, 10:03 AM
well to put a border around each set of text you will have to use tables
which you can find more hwlp on here
http://www.lissaexplains.com/tables.shtml

MaGiCSuN
08-20-2004, 11:26 AM
or you can use a div for each set of text:

<div style="border: 1px solid #000000;">
text here
</div>

Love,
Mirna