Customizing SMF > Graphics and Templates
Problems with template & CSS
(1/1)
Thunderace:
I've have an SMF integrated with Mambo, but the forum does not seem to be following the CSS correctly, large fonts are the main problem, see baby clothes shop
I have commented out head, body, /head, /body like this ...
--- Code: ---if(!defined('_VALID_MOS'))
echo '</head>
<body>';
--- End code ---
Any ideas?
[Unknown]:
Internet Explorer problem. Check the doctype being sent - search for "doctype" in index.template.php
You may need to modify the xhtml/html font resizing code - search for "fonts-compat.css".
This is not an issue on Mozilla, Safari, or Opera 7.
-[Unknown]
Thunderace:
Mambo is fine and sMF is fine on its own.
It's just when integrated SMF loses the xhtml
Thunderace:
Could this be the problem?
--- Code: ---[error] PHP Warning: Cannot modify header information - headers already sent by (output started at /local/mysite/public/templates/peeklime/index.php:9) in /local/mysite/public/components/com_smf/smf.php on line 123
--- End code ---
peeklime/index.php is the mambo template btw.
SMF.php is a part of the integration line 123 is
--- Code: ---// Start the session.
session_start();
// !!! I'm not sure we really want to impose this, imho.
header('Cache-Control: private');
--- End code ---
Navigation
[0] Message Index
Go to full version