bberry91
18 Nov 2010, 07:57 AM
I am trying to put a border on the left and right side of this div. for some reason, it won't take it though:
<div style="border-left:#CCC; border-right:#CCC; width:50%">
<h3 style="font-weight:bold"><img src="Images/image_icon.png" width="85" height="70" /> Title Here</h3>
<p>Blah blah blah...</p>
</div>
<div style="border-left:#CCC; border-right:#CCC; width:50%">
<h3 style="font-weight:bold"><img src="Images/image_icon.png" width="85" height="70" /> Title Here</h3>
<p>Blah blah blah...</p>
</div>