trouble aligning div side by side
I'm trying to get the shoutbox on www.talkjesus.com (vBulletin forum) to
float left while the verse of the day (orange) to float on the very right
side of the shoutbox. I've tried so many variations but it's not working,
I'm stuck. Your help appreciated.
The forumhome template code I'm using now is:
<div class="blockbody formcontrols floatcontainer">
<div id="wgo_onlineusers" class="wgo_subblock">
<h3 class="blocksubhead"
style="background-color:#82BA1B; color: #fff
!important; font-size: 22px; font-weight:
300">shoutbox</h3>
<div style="text-align: center; line-height: 0" class="blockrow">
<div><iframe frameborder="0" width="100%" height="200"
src="http://www.cbox.ws/box/?boxid=439&boxtag=7868&sec=main"
marginheight="2" marginwidth="2" scrolling="auto"
allowtransparency="yes" name="cboxmain1-439"" id="cboxmain1-439"
style="border-bottom: 1px solid #e4e4e4;"></iframe></div>
<div style="position:relative"><iframe frameborder="0" width="350"
height="70"
src="http://www.cbox.ws/box/?boxid=439&boxtag=7868&sec=form&nme={vb:raw
cboxnme}&nmekey={vb:raw cboxkey}&pic={vb:raw cboxav}&lnk={vb:raw
cboxav}" marginheight="2" marginwidth="2" scrolling="no"
allowtransparency="yes" name="cboxform1-439"
id="cboxform1-439"></iframe></div>
</div>
</div>
</div>
<br />
<div class="blockbody formcontrols floatcontainer">
<div id="wgo_onlineusers" class="wgo_subblock">
<h3 class="blocksubhead" style="background-color:#E66B1B; color: #fff
!important; font-size: 22px; font-weight: 300">verse of the day</h3>
<div>
<div style="font-size:16px; line-height:28px; padding:10px; color:
#797979">
<script type="text/javascript"
src="http://www.christnotes.org/syndicate.php?content=dbv&type=js2&tw=auto&tbg=ffffff&bw=0&bc=000000&ta=L&tc=43A6DF&tf=Open
Sans&ts=14&ty=B&va=L&vc=43A6DF&vf=Open
Sans&vs=12&tt=3&trn=NASB"></script>
</div>
</div>
</div>
</div>
No comments:
Post a Comment