|
|
Forum moderator: bigblog |
uCoz Community For Webmasters Design Customization html tables in forum posts (html tables in forum) |
html tables in forum posts |
Hello.
I'm using HTML codes in forum replies, but I always got problem with HTML table - it always moving down in reply. Can u tell me how can I fix that? for example simple table.. : Code <table style="width:100%"> <tr> <td>Jill</td> <td>Smith</td> <td>50</td> </tr> <tr> <td>Eve</td> <td>Jackson</td> <td>94</td> </tr> </table> Attachments:
6596575.png
(53.9 Kb)
|
Korijs, it's because you use line breaks. You have 2 solutions:
1) Disable the Substitute line breaks with <BR> checkbox. 2) Write down you'r table's code in this way: Code <table style="width:100%"><tr><td>Jill</td><td>Smith</td><td>50</td></tr><tr><td>Eve</td><td>Jackson</td><td>94</td></tr></table> hey i'm joe and i do not work for the company anymore, please contact other staff or tech support
icon by ch-chau sometimes i lurk here |
| |||
| |||