MyBB Community Forums
Want to blend a box with theme - Printable Version

+- MyBB Community Forums (https://community.mybb.com)
+-- Forum: Extensions (https://community.mybb.com/forum-201.html)
+--- Forum: Themes (https://community.mybb.com/forum-103.html)
+---- Forum: Theme Support (https://community.mybb.com/forum-10.html)
+---- Thread: Want to blend a box with theme (/thread-60145.html)



Want to blend a box with theme - kashifyy - 2009-11-24

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


RE: Want to blend a box with theme - ReDDs - 2009-11-24

Love what you've done with the forum!


RE: Want to blend a box with theme - kashifyy - 2009-11-24

(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??????????


RE: Want to blend a box with theme - kashifyy - 2009-11-26

anyone here please?


RE: Want to blend a box with theme - Joshee - 2009-11-26

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>



RE: Want to blend a box with theme - kashifyy - 2009-11-26

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