Would really need a URL to see, but obiously the top table should be @ 100%. Not so obviously, if the left/center/right block part of your theme is 100% and you've set an absolute width for the left and right table cells that contain the left/right blocks, the center block should be set to a large *absolute* pixel width instead of 100% - like "2000" of something bigger than could fit on the screen. Provided it's "parent" table is set to 100%, this will force the center block to fill the void...
Okay this is my theme.php file (no HTML found). I'm having a little trouble locating the correct lines of code. If anyone could point me in the general direction it would be much appreciated.
Code
<?PHP // ------------------------------------------------------------ // // mentalbloc / supaniceGrey // // LEGAL NOTICE // NO COMMERCIAL USE WITHOUT PERMISSION. // Otherwise GPL applies. // // mentalbloc design themes. - jai.wilson@ntlworld.com // please credit mentalbloc for original design // (or iffy coding ;) ) // // always include the imageReady PSD's with this distribution. // // author : jai.wilson / mentalbloc design // http://mentalbloc.da.ru // jai.wilson@ntlworld.com // // codedate : Sat Feb 16 3:28:53 2002 // ------------------------------------------------------------ //
$navitem[7][name] = "customizeButton"; $navitem[7][overimagename] = "customizeButton_over"; $navitem[7][hyperlink] = "donate.php"; $navitem[7][image] = $currentlang."/customizeButton"; // without extension $navitem[7][overimage] = $currentlang."/customizeButton-over"; // without extension $navitem[7][imgext] = ".gif"; $navitem[7][imgwidth] = "88"; $navitem[7][imgheight] = "24"; $navitem[7][alttext] = _YOURACCOUNT; //"Din brugerkonto"; $navitem[7][statustext] = ""; //Ops?ningen af din brugerkonto"; $navitem[7][extended] = ""; // i.e. for java pop-up window style links... normally left blank...
$navitem[8][name] = "contactButton"; $navitem[8][overimagename] = "contactButton_over"; $navitem[8][hyperlink] = "index.php?module=vpContact"; $navitem[8][image] = $currentlang."/contactButton"; // without extension $navitem[8][overimage] = $currentlang."/contactButton-over"; // without extension $navitem[8][imgext] = ".gif"; $navitem[8][imgwidth] = "88"; $navitem[8][imgheight] = "24"; $navitem[8][alttext] = _CONTACT; //"Vil du i kontakt med Mylook.dk ?"; $navitem[8][statustext] = _GOCONTACT; //"Kontakt til Mylook.dk"; $navitem[8][extended] = ""; // i.e. for java pop-up window style links... normally left blank...
// ----------------------------------------------------------------- // Obviously you will get some speed improvement in rendering the // page if you hardcode the links below.. // // The array method was used for convenience/editing simplicity... // // if you do hardcode make sure you edit the dynamic javaScript // preloadImages function below... // -----------------------------------------------------------------