hide border table html
-
Hello in this pagehttp://parisdescartesentrepreneuriat.wordpress.com/promotion-2011-2012/ I must use a table to align all the pictures and the names, but I would like to hide the tible borders… I tried to put on the <table> border=”0″ and it doesn”t work, nor the frame=”void”… how can i hide all the lines of the table??? thanks
The blog I need help with is: (visible only to logged in users)
-
-
thank you but i solved an half of the problem, because now the border of the table with images is hidden but where there are names, not… why?! I put
style="border:none;"on every <table> and <td> but on the <td> of the names after i wrote it and i save, he delete it automatically…
-
How exactly did you write it? Since you’ve specified center alignment for those cells, you need to combine the two commands:
<td style="border:none;text-align:center;"> -
Well, i solved! I was stupid… I used to put
<td style="border:none;" style="text-align: center;">but i have ot use that
<td style="text-align: center; border: none;">Problem solved, thanks!
- The topic ‘hide border table html’ is closed to new replies.