PDA

View Full Version : Need help with a template


ChU v2
11-11-2007, 01:13 AM
I'm creating a new style, my first fixed width style. I've encountered a problem with the forum width when posting a new thread and posting a reply. It looks like this:

https://vborg.vbsupport.ru/external/2007/11/24.gif

Any idea how to fix?

--------------- Added 1194817851 at 1194817851 ---------------

anybody?

Triky
11-12-2007, 02:58 PM
Go to your AdminCp -> Styles & Templates -> Edit Templates (in your style) -> Search for template called newreply.
Search this code:


<form action="newreply.php?do=postreply&amp;t=$threadid" name="vbform" method="post"<if condition="!is_browser('webtv')"> onsubmit="return vB_Editor['$editorid'].prepare_submit(0, $vboptions[postminchars])"</if>>

<table class="tborder" cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" border="0" width="100%" align="center">
<tr>

And change the width.
Do the same for the newthread template.