Hi! I was wondering, if it's possible to somehow separate different tables with the <hr> tag, bacause it seems that I'm not skilled enough to do it. My idea is like this:
<GENERAL TABLE>
Text text text text text <table with an image aligned on the right side>
<hr> (this is the part which doesn't obay my plans)
<!-- and again the same text, table with an image etc. -->
</END OF THIS GENERAL TABLE>
If we look at the code of the table, it should be something like this:
Unfortunatelly the HR doesn't justify my expectations - it doesn't start a table on a new line, instead it ends this HR at the start of the table. Sorry for my English, hope you understood, if not - feel free to ask questions.HTML Code:<table align="right" height="142" border=0 cellpadding=0 cellspacing=0> <tr> <td background="images/logo.png"><img src="images/image.jpg" /></td> </tr> </table> <hr> <table align="right" height="142" border=0 cellpadding=0 cellspacing=0> <tr> <td background="images/logo.png"><img src="images/image.jpg" /></td> </tr> </table>








And few 'normal' users, I suspect, open the same site in multiple browsers and send hate mail to the authors if there's a few pixels' discrepancy between them.

Bookmarks