News:

Want to get involved in developing SMF? Why not lend a hand on our GitHub!

Main Menu

Problems with template & CSS

Started by Thunderace, June 05, 2004, 05:11:30 AM

Previous topic - Next topic

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 ...

if(!defined('_VALID_MOS'))
echo '</head>
<body>';


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

#3
Could this be the problem?

[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

peeklime/index.php is the mambo template btw.

SMF.php is a part of the integration line 123 is

// Start the session.
session_start();
// !!! I'm not sure we really want to impose this, imho.
header('Cache-Control: private');

Advertisement: