-
02-17-2010, 06:25 AM #1
Fixer Upper
- Join Date
- Feb 2010
- Posts
- 19
Text Stlyle?
How i can change the text Style using PHP?
-
02-21-2010, 05:37 PM #2
Fixer Upper
- Join Date
- Feb 2010
- Location
- Glasgow
- Posts
- 20
I think you should look into CSS, Google it. There is plenty of tutorials out there.
-
02-22-2010, 01:37 PM #3
Fixer Upper
- Join Date
- Feb 2010
- Posts
- 23
Yeah, php isn't the right language.
If you have an HTML file, you can open it up in a plain text editor and add this between the <head> and </head> tags:
In my example the font would be changed to Georgia.HTML Code:<style type="text/css"> body { font-family:Georgia; } </style>
-
02-23-2010, 01:59 AM #4
Fixer Upper
- Join Date
- Feb 2010
- Posts
- 19
Thank u so much
Thanks a lot to both of u you have solved my problem.
-
02-24-2010, 01:34 PM #5
Fixer Upper
- Join Date
- Jan 2010
- Location
- Naples, Florida
- Posts
- 20
Cool font tool
You can set your font using Cascading Style Sheets (CSS) as Fred said below.
Or you can set the fonts on your website to a non-web font (Any font you want) that would be accessible to everyone who has javascript enabled on their browser.
This is a really cool tool, and is very useful and well supported.
http://cufon.shoqolate.com/generate/
It actually transforms the text into a kind of image, however google and the other search engines still see it as text. It works real well for header tags and custom classes or you can just change all your font.
-
03-18-2010, 06:06 AM #6
Fixer Upper
- Join Date
- Feb 2010
- Posts
- 19
Thank u dear
Very Informative knowledge dear thanks a lot for your sharing.
-
Yes you should open the css file of the site to edit the text styles. To learn more about CSS, you should read tutorials at http://w3schools.com/css/default.asp
-
04-27-2010, 09:25 AM #8
Renter
- Join Date
- Apr 2010
- Posts
- 2
Thanks for the sharing very useful information. I will check it.
-
05-04-2010, 11:18 PM #9
Fixer Upper
- Join Date
- Oct 2009
- Posts
- 74
Useful and Prolific information
Exceptional and startling information has been provided thanks for sharing it.
-
06-10-2010, 05:36 AM #10
Fixer Upper
- Join Date
- May 2010
- Posts
- 20
Office Space Edinburgh
<style type="text/css">
body {
font-family:Georgia;
}
</style>



LinkBack URL
About LinkBacks






Reply With Quote

Bookmarks