MyBB Community Forums

Full Version: Need change Table Headers in Theme
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Older
ACP-Themes-Modify / Delete-Table Headers
Background : #026CB1 url(images/thead_bg.gif) top left repeat-x

I want have Table Headers with Background include right image, left image and repeat center image Big Grin , same image, it is very beautiful
See image Attached File
Thanks
myb123 Wrote:Older
ACP-Themes-Modify / Delete-Table Headers
Background : #026CB1 url(images/thead_bg.gif) top left repeat-x

I want have Table Headers with Background include right image, left image and repeat center image Big Grin , same image, it is very beautiful
See image Attached File
Thanks

Change this to suit... Should work, though it's difficult to know what your tables actually are without access to your forum Wink

Or post your "Header" script here. You may also need a <td class= to cover the width and height of the background etc..Toungue


<tr>
<td width="12" align="left"><img src="{$theme['imgdir']}/head_left.jpg" width="12" height="30" border="0" alt="" /></td>
<td width="100%" align="center" background="{$theme['imgdir']}/head_center.jpg"></td>
<td width="12" align="right"><img src="{$theme['imgdir']}/head_right.jpg" width="12" height="30" border="0" alt="" /></td>
</tr>