waynefrank
04-26-2011, 03:58 PM
In this website, I narrow the table size to 40% of the page width. However, the outlining stays as wide as the entire page.
http://www.sjwum.org/SJWUM-about.html
On the page:
<div id="para">
<table style="width: 40%;" border="1"
cellpadding="2" cellspacing="2">
<tbody>
<tr>
<td style="vertical-align: top;"><br>
<br>
If you want to know about Serving Jesus Willingly Urgan Ministries,
then take a look at our <br>
<a href="SJWUM-givefood.html">monthly
food giveaway.</a> <br>
</td>
<td valign="top"><img
src="1vegetable1-med.jpg" alt="" height="187"
width="250"> <br>
</td>
</tr>
</tbody>
</table>
</div>
In the stylesheet:
table { font-family: "Arial";
text-align:center;
border-style: none;
}
td { border-style: none;
}
}
#para {
border-style:ridge;
border-color:"#006600";
}
Thanks
http://www.sjwum.org/SJWUM-about.html
On the page:
<div id="para">
<table style="width: 40%;" border="1"
cellpadding="2" cellspacing="2">
<tbody>
<tr>
<td style="vertical-align: top;"><br>
<br>
If you want to know about Serving Jesus Willingly Urgan Ministries,
then take a look at our <br>
<a href="SJWUM-givefood.html">monthly
food giveaway.</a> <br>
</td>
<td valign="top"><img
src="1vegetable1-med.jpg" alt="" height="187"
width="250"> <br>
</td>
</tr>
</tbody>
</table>
</div>
In the stylesheet:
table { font-family: "Arial";
text-align:center;
border-style: none;
}
td { border-style: none;
}
}
#para {
border-style:ridge;
border-color:"#006600";
}
Thanks