Tycoon Talk
Become a Big fish!
The number 1 forum for online business!
Post topics, ask questions, share your knowledge.
Tycoon Talk is part of Freelancer.com - find skilled workers online at a fraction of the cost.

HTML Forum


You are currently viewing our HTML Forum as a guest. Please register to participate.
Login



Post a Project »

Find a Professional HTML Freelancer!

Find a Freelancer to help you with your HTML projects

FREE Outsourcing eBook!

Reply
Old 11-19-2005, 12:01 PM Changing font
herbal_ali's Avatar
Extreme Talker

Posts: 156
Location: London, UK
Trades: 0
How do i change the font of text in html, e.g. to verdana.
herbal_ali is offline
Reply With Quote
View Public Profile Visit herbal_ali's homepage!
 
 
Register now for full access!
Old 11-19-2005, 12:09 PM
webfreak's Avatar
Extreme Talker

Posts: 236
Location: USA
Trades: 0
You can do that one of two ways.

Using font tags:
HTML Code:
<font name="verdana">lorem ipsum dolor sit amet</font>
Or, using CSS between the <head> and </head> tags.
HTML Code:
<style type="text/css">
p {font-family: verdana, sans-serif; }
</style>
I'd go with CSS if I were you. Makes your HTML cleaner. Here's a good CSS resource: http://www.w3schools.com
webfreak is offline
Reply With Quote
View Public Profile Visit webfreak's homepage!
 
Reply     « Reply to Changing font
 

Thread Tools Search this Thread
Search this Thread:

Advanced Search

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are Off
Refbacks are Off





   
RSS Feed  Feeds: RSS   JS   XML
RSS Feed  Feeds for this forum: RSS   JS   XML



Page generated in 0.22188 seconds with 12 queries