View Full Version : i need help


kwazykia406
06-09-2003, 07:48 PM
how do i put a border around my table. u can go view it at http://members.blackplanet.com/lilmsfitch4376

MaGiCSuN
06-09-2003, 07:53 PM
add style="border 1 solid #COLORHERE" to your <table> code and change #COLORHERE to the hext code of the color you want the border to be

Love,
Mirna

kwazykia406
06-09-2003, 08:06 PM
hey mirna, it didn't work

MaGiCSuN
06-09-2003, 08:11 PM
I'm sorry ! i forgot the : in the code:

style="border: 1 solid #COLORHERE"

Love,
Mirna

EmpTcaN
06-09-2003, 08:12 PM
how about just try adding
<table width="?" height="?" border="?">
see will that work
you can change the ? with the size number that you want

MaGiCSuN
06-09-2003, 08:14 PM
Originally posted by EmpTcaN
how about just try adding
<table width="?" height="?" border="?">
see will that work
you can change the ? with the size number that you want

border="1" only will not make a beautiful border. You have to add bordercolor with it etc, i just posted an 'smaller' way :)

EmpTcaN
06-09-2003, 09:03 PM
hahahahahahah
alright alright

here you go
<table width=50% height=40% border=1 bordercolor=skyblue>

better?
now it's pretty and it's beautiful

MaGiCSuN
06-10-2003, 12:51 PM
:lol: haha i'm sorry :D

kwazykia406
06-10-2003, 03:22 PM
it still didn't work