Adjacent Pictures



  Code for the HTML file:

<STYLE>
.imgSplitter { margin: 0px auto 4px; width: 660px; }
.imgSplitter .splitLeft { float: left; }
.imgSplitter .splitRight { float: left; }
.imgSplitter .splitRight { margin-left: 20px; }
</STYLE>

<DIV class="imgSplitter">
<DIV class="splitLeft"><img src="left.jpg" width="287" height="270"></DIV>
<DIV class="splitRight"><img src="right.jpg" width="296" height="270"></DIV>
</DIV>


  This method serves to replace the TABLE tag version for those, who think, tables break
  functionality of some codes, which I haven't seen any evidence of yet.