See also Steegle's Advanced Tables page.
Example of text next to an image accomplished by using a table.
Here the borders have been removed by editing the HTML so that the table tag:
<table style="border-width: 1px; border-color: rgb(136, 136, 136); border-collapse: collapse;" border="1" bordercolor="#888888" cellspacing="0"> is replaced by: <table border="0"> <div style="display:inline-block;width:200px;height:200px;text-align:center"> <img src="https://sites.google.com/site/k8omsbob/images-and-text/tn_gourdbowlforsuperbowlworkshop.jpg"> <p> Title: This is a bowl<br> </p> </div> Thanks Steegle! |