Click to See Complete Forum and Search --> : Table border remove


ramprabu
02-13-2007, 09:20 AM
Hi,

I was using the code to remove the border using <table border="0">. This time it takes a white outline border. I want to no out line of table. How to solve this problem?

lmf232s
02-13-2007, 03:43 PM
see is this helps

cellpadding = "0"
cellspacing = "0"

ramprabu
02-14-2007, 12:41 AM
Thanks