PDA

View Full Version : Free text info formatting


malum
14th of January 2005 (Fri), 08:07
Using version 1.3

Where is the formatting for this section called from?

I want to change the font and size and it won't work with an embedded CSS or a link to a CSS. I can do it by embedding tags in the HTML but I'd much rather alter the style wherever it is being called from.

I have bashed away at this all morning but I still can't work out where it does call from.
I have a feeling it's in the original.php in the styles folder but there are two of these and I'm confused

I have no knowledge of PHP but am happy to edit it

Help much appreciated:)

malum
14th of January 2005 (Fri), 08:28
Well having bashed away all morning I found it 3 minutes after posting this !!!!

for anyone else having trouble here's how:

In the main EE folder /styles/original.php
change the
// GENERAL: page basic paragraph font

details to those required

eg mine now reads

$s_font_color = "FFFFFF";

$s_font_size_p = "14pt";

$s_font_family_p = "Times New Roman, Times, serif";