| ONE | TWO |
| THREE | FOUR |
Go to Blogger Article
This is something Ive tried only a few times, but it seems to be very effective, especially if you're going to use tables often. This changes it another way, using css:
Table Formatting In CSS
My explanation of it is as follows, changing the table in the CSS:
Place the following line of code in your CSS:
.nobr br { display: none }
And place the DIV tags around your table as below:
<div class=nobr>
<table border=2>
<tr>
<td>PICTURE</td>
<td>OR TEXT</td>
</tr>
</table>
</div>
See also Table Used For Horizontal Photos.
END.

Thank you~
ReplyDeleteUh, ah, well, you bet!
ReplyDelete