MyBB Community Forums

Full Version: Want to blend a box with theme
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
I have a website FunChit Forums
You will see a block "How this website works" after opening homepage.
I want to blend it with theme.

please someone help me Confused
Love what you've done with the forum!
(2009-11-24, 05:17 PM)ReDDs Wrote: [ -> ]Love what you've done with the forum!

what do you mean???????? i am newbie in this. i used dream weaver for making box above


Edit:
or you think my idea forum with yahoo group is stupid???


someone who can help??????????
anyone here please?
Use this instead of the one you have:
<table style="width: 635px !important;font-weight:bold;" border="0" cellspacing="{$theme['borderwidth']}" cellpadding="{$theme['tablespace']}" class="tborder"> 
  <tr> 
    <td class="thead" colspan="3"><strong>How this website works?</strong></td> 
  </tr> 
  <tr> 
    <td class="trow1" width="189px">Join our Yahoo Group<br /> 
      <form method="get" action="http://groups.yahoo.com/subscribe/funchit" target="_blank" > 
  <input style="vertical-align: top" type="text" name="user" value="enter email address" size="20" /><br /> 
  <input type="image" alt="Click to join funchit" name="Click to join funchit" src="http://funchit.com/join.png" /> 
      </form><br /> You will recieve a Email. Just Reply to that Email to activate.
    </td> 
    <td class="trow2" width="189px"><p>(Opional)<br /> Register to our website forums</p> 
    <p><a href="http://funchit.com/member.php?action=register">Click here to Register</a></p>
    </td>
    <td class="trow1" width="189px"><p class="style2">You are done. </p> 
    <p>Keep checking our intresting A+ Emails and Have Fun </p>
    </td> 
  </tr> 
</table>
Thank You... that helped alot. it's now same like theme.

Just added align="center" attribute on td tag and it's looking good.

Thanks