PDA

View Full Version : Smilie box out of Post edit box - Please help!


Hemanth
11-24-2007, 08:56 AM
Hi,

In my forums the smiliebox is getting out of the post edit/new post table. A sreenshot is below:

https://vborg.vbsupport.ru/external/2007/11/15.jpg

I want it to be like this:

https://vborg.vbsupport.ru/external/2007/11/16.jpg

After examining the code it is observed that my source code is a bit different from the original vB code.

My Source code:

<!-- END EDITOR STYLES -->

<div id="vB_Editor_001" class="vBulletin_editor">

<table cellpadding="0" cellspacing="0" border="0">
<tr>

<td id="vB_Editor_001_controls" class="controlbar" colspan="2">


Normal vB source code

<!-- END EDITOR STYLES -->

<table cellpadding="0" cellspacing="0" border="0">
<tr>
<td id="vB_Editor_001" class="vBulletin_editor" width="100%">
<div id="vB_Editor_001_controls" class="controlbar">
<table cellpadding="0" cellspacing="0" border="0">
<tr>


When I adjust the Stylevars and smilie numbers

https://vborg.vbsupport.ru/external/2007/11/17.jpg

Any idea where can I edit this? How can I restore it back or at least make it natural?


Please help.

Thanks

sagym
11-24-2007, 10:10 AM
It looks like a problem with your tables. I suggest that you copy the code to a HTML editor like "front page" and try to figure out what is the problem.