jasonpc1
06-11-2010, 05:26 PM
this is what the div should look like using tables
but i can unable to get this using divs.
<table width="100%" border="0">
<tr>
<td colspan="2">this box should have a small bottom border</td>
</tr>
<tr>
<td>b</td>
<td>c</td>
</tr>
</table>
this is what code i currently have.
can anyone help me on this?
<div style="margin:0 auto; padding: 5px 0px 0px 5px;">
<div style="float: left; background: url(images/left_halfroundedcircle.gif); background-repeat: no-repeat; width: 10px; height: 29px;"></div>
<div style="float: left; background-color: #000000; color: #CCCCCC; font-size:12pt; font-weight:bold; width: 95%; line-height: 29px;"> BLURB BLURB BLURB BLURB BLURB </div>
<div style="float: left; background: url(images/right_halfroundedcircle.gif); background-repeat: no-repeat; width: 15px; height: 29px;"></div>
<div class="clear"></div>
</div>
<div style="float: left; background-color: #000000; color: #CCCCCC; font-size:10pt; border-bottom: 1px solid #000;">BLURB BLURB BLURB BLURB BLURB </div>
<div style="margin:0 auto; padding: 5px 0px 0px 5px;">
<div style="float: left;>
<div style="float: center; font-weight:bold; color: #6699FF;">BLURB BLURB BLURB BLURB BLURB BLURB </div>
<div style="float: center; font-weight:bold; color: #004DEA;"><em>"BLURB BLURB BLURB BLURB BLURB BLURB BLURB "</em></div>
<div style="float: justify; color: #6699FF;">
<p> </p>
BLURB BLURB BLURB BLURB BLURB BLURB BLURB BLURB BLURB BLURB BLURB BLURB BLURB
</div>
<div>
BLURB BLURB BLURB BLURB BLURB BLURB BLURB BLURB BLURB BLURB BLURB
</div>
</div>
<div style="float: left;>
<div>
<em><strong>Events</strong></em>
<strong><a href="">Please check back to see its progress.<br><br></a></strong>
</div>
<p><strong>VIEW SOME OF OUR IMAGES</strong><br></p>
<p><a href=""><img src="images/sm.jpg" width="114" height="82" border="0"></a> </p>
</div>
but i can unable to get this using divs.
<table width="100%" border="0">
<tr>
<td colspan="2">this box should have a small bottom border</td>
</tr>
<tr>
<td>b</td>
<td>c</td>
</tr>
</table>
this is what code i currently have.
can anyone help me on this?
<div style="margin:0 auto; padding: 5px 0px 0px 5px;">
<div style="float: left; background: url(images/left_halfroundedcircle.gif); background-repeat: no-repeat; width: 10px; height: 29px;"></div>
<div style="float: left; background-color: #000000; color: #CCCCCC; font-size:12pt; font-weight:bold; width: 95%; line-height: 29px;"> BLURB BLURB BLURB BLURB BLURB </div>
<div style="float: left; background: url(images/right_halfroundedcircle.gif); background-repeat: no-repeat; width: 15px; height: 29px;"></div>
<div class="clear"></div>
</div>
<div style="float: left; background-color: #000000; color: #CCCCCC; font-size:10pt; border-bottom: 1px solid #000;">BLURB BLURB BLURB BLURB BLURB </div>
<div style="margin:0 auto; padding: 5px 0px 0px 5px;">
<div style="float: left;>
<div style="float: center; font-weight:bold; color: #6699FF;">BLURB BLURB BLURB BLURB BLURB BLURB </div>
<div style="float: center; font-weight:bold; color: #004DEA;"><em>"BLURB BLURB BLURB BLURB BLURB BLURB BLURB "</em></div>
<div style="float: justify; color: #6699FF;">
<p> </p>
BLURB BLURB BLURB BLURB BLURB BLURB BLURB BLURB BLURB BLURB BLURB BLURB BLURB
</div>
<div>
BLURB BLURB BLURB BLURB BLURB BLURB BLURB BLURB BLURB BLURB BLURB
</div>
</div>
<div style="float: left;>
<div>
<em><strong>Events</strong></em>
<strong><a href="">Please check back to see its progress.<br><br></a></strong>
</div>
<p><strong>VIEW SOME OF OUR IMAGES</strong><br></p>
<p><a href=""><img src="images/sm.jpg" width="114" height="82" border="0"></a> </p>
</div>