Header Issue

Dr. GBooky is here to help you with your guestbook problems ...
Post Reply
cAdams
Posts: 40
Joined: Thu Sep 15, 2011 10:52 pm

Header Issue

Post 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 :(
Klemen
Site Admin
Posts: 10116
Joined: Fri Feb 11, 2005 4:04 pm

Re: Header Issue

Post 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;".
Klemen, creator of HESK and PHPJunkyardWas this helpful? You can buy me a drink here Image

Image You should follow me on Twitter here

Help desk software | Cloud help desk | Guestbook | Link manager | Click counter | more PHP Scripts ...

Also browse for php hosting companies, read php books, find php resources and use webmaster tools
cAdams
Posts: 40
Joined: Thu Sep 15, 2011 10:52 pm

Re: Header Issue

Post by cAdams »

emmm exactly which template pls Klemen because that code is not showing in the style.css template
To All UALs (Unreliable Arrogant Liars), Go Play On The Motorway
Klemen
Site Admin
Posts: 10116
Joined: Fri Feb 11, 2005 4:04 pm

Re: Header Issue

Post 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:
Klemen, creator of HESK and PHPJunkyardWas this helpful? You can buy me a drink here Image

Image You should follow me on Twitter here

Help desk software | Cloud help desk | Guestbook | Link manager | Click counter | more PHP Scripts ...

Also browse for php hosting companies, read php books, find php resources and use webmaster tools
cAdams
Posts: 40
Joined: Thu Sep 15, 2011 10:52 pm

Re: Header Issue

Post by cAdams »

i already have and the code isn't showing in ANY of them
To All UALs (Unreliable Arrogant Liars), Go Play On The Motorway
Klemen
Site Admin
Posts: 10116
Joined: Fri Feb 11, 2005 4:04 pm

Re: Header Issue

Post by Klemen »

It has to be somewhere, maybe you have it in gbook.php?
Klemen, creator of HESK and PHPJunkyardWas this helpful? You can buy me a drink here Image

Image You should follow me on Twitter here

Help desk software | Cloud help desk | Guestbook | Link manager | Click counter | more PHP Scripts ...

Also browse for php hosting companies, read php books, find php resources and use webmaster tools
cAdams
Posts: 40
Joined: Thu Sep 15, 2011 10:52 pm

Re: Header Issue

Post 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?
To All UALs (Unreliable Arrogant Liars), Go Play On The Motorway
Klemen
Site Admin
Posts: 10116
Joined: Fri Feb 11, 2005 4:04 pm

Re: Header Issue

Post 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.
Klemen, creator of HESK and PHPJunkyardWas this helpful? You can buy me a drink here Image

Image You should follow me on Twitter here

Help desk software | Cloud help desk | Guestbook | Link manager | Click counter | more PHP Scripts ...

Also browse for php hosting companies, read php books, find php resources and use webmaster tools
cAdams
Posts: 40
Joined: Thu Sep 15, 2011 10:52 pm

Re: Header Issue

Post by cAdams »

again with the time difference, the files were overwritten when ftp'ed
To All UALs (Unreliable Arrogant Liars), Go Play On The Motorway
cAdams
Posts: 40
Joined: Thu Sep 15, 2011 10:52 pm

Re: Header Issue

Post by cAdams »

problem since resolved by myself so the thread can be closed :wink:
To All UALs (Unreliable Arrogant Liars), Go Play On The Motorway
Post Reply