|
| |
buttons not being displayed in FCKeditor toolbar using certain skins
|
I've noticed that some of the alternative skins don't allow all toolbar buttons for the
FCKeditor to display. The Oreable and Canvas skins show all toolbar buttons as expected
See screen captures below

I can see that the FCKeditor toolbar width is (at least in part) controlled by
the following code for each skin (this example is for the goodphp skin)
\servers\1\templates\4\main.tpl :
<!-- block: Display Areas -->
<!-- Loop through categories/forums -->
{foreach from=$cats item=currow}
<div class="tableborder" align='center'>
<table width="778" border="0" cellspacing="1" cellpadding="4">
\servers\1\templates\4\header.tpl :
<!-- IE6/Win TABLE FIX -->
<table width="100%" cellpadding="0" cellspacing="0"><tr><td width='100%' align='center'>
<table width="778" cellpadding="0" cellspacing="0"><tr><td width='100%' align='left'>
<table width="778" cellpadding="0" cellspacing="1">
<tr><td>
<table width="778" cellpadding="0" cellspacing="0" class='tableborder'>
<tr><td background='{$includes}/bgrbg.gif' width='100%' height='64'>
<!--
By increasing the 778 value it is possible to see more of the FCKeditor toolbar buttons
However, the knock-on effect of this is that other page columns are now getting misaligned
Is there a .css change that needs be be made somewhere?

|