Line break in table
-
I have an HTML table with code like the following & I want to put a line break between “Text1” & “Text2”. I’ve tried
& its variants but nothing seems to work & WordPress strips out the offending line breaks. How do I do this?<table border=”1″ cellspacing=”0″ cellpadding=”0″>
<tbody>
<tr>
<td valign=”top” width=”262″>Text 1 Text 2</td>
</tr>
</tbody>
</table>Gordon Edwards
-
To create HTML tables and to learn much more about them I go here > http://wpbtips.wordpress.com/2013/04/09/table-coding-for-wordpress-com-users/
- The topic ‘Line break in table’ is closed to new replies.