CSS problem with the table

Laiia's picture
Hello !
Well, when I do a table, this give me a line over it, like here :

X
X


How to fix it, please ? :<
Mis's picture

That's because you have a

That's because you have a table code around the divs! Tables automaticly give that line. To get rid of it, you have to add border:hidden; to the table code.
So in your case, it'd become:

<*table style="border:hidden; width:200px;*>

(But without the *'s!)
Laiia's picture

Thank you very much, Misako !

Thank you very much, Misako ! <3

Avatar & signature by Shimmyshimmy. ♥
z.m123's picture

Can I get the code for

Can I get the code for Tables? cB
Laiia's picture

Of course ! <table

Of course !

<table style="border:hidden; width:200px;><tr><td>Your text</td><td>And your text</td></tr></table>

Avatar & signature by Shimmyshimmy. ♥
z.m123's picture

Thank you 8D

Thank you 8D
Laiia's picture

No problem, I'm glad to help

No problem, I'm glad to help you ! :>

Avatar & signature by Shimmyshimmy. ♥