I haven't had any trouble with this elsewhere, but I can't get the text to wrap around an Amazon Associates image. Here's the code: <a href="http://www.amazon.com/exec/obidos/redirect?link_code=as2&path=ASIN/B0002JUH3O&tag=XXXXXXXXXXX&camp=1789&creative=9325"><img border="0" src="http://gpstracklog.typepad.com/B0002JUH3O.01._AA_SCMZZZZZZZ_.jpg" /></a><img width="1" height="1" border="0" src="http://www.assoc-amazon.com/e/ir?t=XXXXXXXXXXXX&l=as2&o=1&a=B0002JUH3O" style="border: medium none ! important; margin: 0px ! important;" /> Start text to wrap around image I tried adding float: left; at the end. I also tried align="left". Neither worked. What do I need to do and where do I put it?
Try: <div style="float:left;"> <a href="http://www.amazon.com/exec/obidos/redirect?link_code=as2&path=ASIN/B0002JUH3O&tag=XXXXXXXXXXX&camp=1789&creative=9325"><img border="0" src="http://gpstracklog.typepad.com/B0002JUH3O.01._AA_SCMZZZZZZZ_.jpg" /></a><img width="1" height="1" border="0" src="http://www.assoc-amazon.com/e/ir?t=XXXXXXXXXXXX&l=as2&o=1&a=B0002JUH3O" style="border: medium none ! important; margin: 0px ! important;" /> </div>Start text to wrap around image
Man, I do love DP! Thank you so much mjewel. Gave you a nice repuation click for that one! Hey, I see you're in the neighborhood.