Page 1 of 1

Header Issue

Posted: Thu Sep 15, 2011 11:09 pm
by cAdams
Script URL: http://cmafit.co.cc/CMA Fotography/GuestBook/gbook.php
Version of script: 1.7
Hosting company: freewebhosting.com
URL of phpinfo.php:
URL of session_test.php:
What terms did you try when SEARCHING for a solution: increase php script font and to many others to remember them all

Write your message below:

Hey All

you'll have to bear with me as i'm new to php scripting. i'm such a php virgin, i've sort of buggered up my header accidentally.

ok so anyway, the header issue is i'm unable to increase the WELCOME! font size on the gbook.php page in the style.css file, regardless of trying http://www.phpjunkyard.com/developers/v ... %20%20this ..... and every other solution found on the net :(

Re: Header Issue

Posted: Fri Sep 16, 2011 2:07 pm
by Klemen
That's because you have the size hard-coded in the template file:

Code: Select all

<div style="text-align:center;font-size:15px;font-weight:bold;">
Change the "font-size:15px;" in your template to for example "font-size:30px;".

Re: Header Issue

Posted: Fri Sep 16, 2011 10:59 pm
by cAdams
emmm exactly which template pls Klemen because that code is not showing in the style.css template

Re: Header Issue

Posted: Fri Sep 16, 2011 11:04 pm
by Klemen
That code is not included in original GBook so my guess is you added it in one of the files inside "templates/default" folder? Check them all :wink:

Re: Header Issue

Posted: Fri Sep 16, 2011 11:23 pm
by cAdams
i already have and the code isn't showing in ANY of them

Re: Header Issue

Posted: Fri Sep 16, 2011 11:38 pm
by Klemen
It has to be somewhere, maybe you have it in gbook.php?

Re: Header Issue

Posted: Fri Sep 16, 2011 11:53 pm
by cAdams
nope, it's not in there either

very likely thou', because of the time difference, i worked on it and because it didn't appear to be working, i didn't save the file with that coding in it

so the only solution is, in which file do i put that code back in?

Re: Header Issue

Posted: Sat Sep 17, 2011 6:25 am
by Klemen
Code can't just appear from nowhere, it has to be somewhere.

If you don't have the sme files locally try downloading/checking the files on the server.

Re: Header Issue

Posted: Sat Sep 17, 2011 8:44 am
by cAdams
again with the time difference, the files were overwritten when ftp'ed

Re: Header Issue

Posted: Wed Sep 28, 2011 6:56 am
by cAdams
problem since resolved by myself so the thread can be closed :wink: