MyBB Community Forums

Full Version: Box editing.
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hello again!

Could I have a tutorial on how to edit his box content:

[Image: b3vRJAc.png]

Forum URL: http://forum.ad-rp.webuda.com/
Hi,

go to ACP >> Templates & Styles >> Templates >> revolution Templates and open the "index" template to edit.

Search for:
<div class="side" style="float: right; width: 23%">
  
<table border="0" cellspacing="{$theme['borderwidth']}" cellpadding="{$theme['tablespace']}" class="tborder">
<tr>
<td class="thead">
<div class="float_left"><strong>Your title</strong></div> 
</td>
</tr>
<tr>
<td class="trow1">
Content here
</td>
</tr>
</table>

Place your content between "<td class="trow1">" and "</td>" where is written "Content here".
Thanks!