Script URL:
Version of script:1.6
Hosting company:
URL of phpinfo.php:
URL of session_test.php:
What terms did you try when SEARCHING for a solution:
Write your message below:
How do i change the color of
Powered by PHP guestbook 1 . 6 from PHPJunkyard - Free PHP scripts
i want to make them green and make it bold
Help with colors
Help with colors
Samsung Behold Forum
WWW.Samsung-Beholg.com
WWW.Samsung-Beholg.com
All the text can be styled using the style.css file. To learn more about CSS visit:
http://www.w3schools.com/css/
In you case you can try opening the style.css file in Notepad and change to to
For any further editing please see the CSS tutorial mentioned above, it's very useful and not hard to learn CSS.
http://www.w3schools.com/css/
In you case you can try opening the style.css file in Notepad and change
Code: Select all
.smaller {
font-size: 10px;
}
and change.smaller {
font-size: 10px;
font-weight: bold;
color: green;
}
Code: Select all
a.smaller {
font-size: 10px;
color : #0084BE;
text-decoration : underline;
}
a.smaller:hover {
font-size: 10px;
color : Red;
text-decoration : none;
}
Code: Select all
a.smaller {
font-size: 10px;
font-weight: bold;
color : green;
text-decoration : underline;
}
a.smaller:hover {
font-size: 10px;
color : green;
text-decoration : none;
}
Klemen, creator of HESK and PHPJunkyardWas this helpful? You can buy me a drink here 
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


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
style.css is its own txt based file you can edit it directly.
Then just edit the code Klem has mentioned
Try the following CSS code.
DC
Then just edit the code Klem has mentioned
Try the following CSS code.
Code: Select all
a.smaller {
font-size: 10px;
color : #668600;
text-decoration : underline;
}
a.smaller:hover {
font-size: 10px;
color : #8EC400;
text-decoration : none;
}
To Code Or Not To Code That Is The Question?
Was my post of any help to you? if so please do [url=http://www.clickcraft.net/slice_donations.php][b]Buy Me A Slice[/b][/url] ...
Was my post of any help to you? if so please do [url=http://www.clickcraft.net/slice_donations.php][b]Buy Me A Slice[/b][/url] ...
re; picking style.css colours
Here's a little utility to help you pick a completely custom colour, all you then need to do is copy the generated code into your style.css file in the appropriate section/s.
http://www.puniksem.com/picker/
I hope you and others find it useful....
http://www.puniksem.com/picker/
I hope you and others find it useful....

World's shortest poem: We, see.