Computing.Net > Forums > Programming > Font sytle on html?

Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Over 90% answered within 24 hours! Click here to start participating now! Also, be sure to check out the New User Guide.

Font sytle on html?

Reply to Message Icon

Name: Jim
Date: January 14, 2003 at 21:15:38 Pacific
OS: WinXP
CPU/Ram: 1.9Ghz/1.0Gigz
Comment:

How do i put a Font sylte on a html? what's the tag and stuff for that? Let say i wanna use "The New Times Roman Font" how do i do it on html.? thanks.



Sponsored Link
Ads by Google

Response Number 1
Name: ShutMeUpOrDown
Date: January 14, 2003 at 22:06:05 Pacific
Reply:

In the head tags...

[style type="text/css"]
p {font-family: times}
[/style]

Replace the [ and ] with greater than less than tags.

More information :
http://www.w3schools.com/css/


0

Response Number 2
Name: Random
Date: January 15, 2003 at 17:04:30 Pacific
Reply:

Or if you only want to change one part of the text, you can also use the [font face='Times New Roman']this text is in Times New Roman[/font]


0

Response Number 3
Name: tech-fred
Date: January 17, 2003 at 20:28:59 Pacific
Reply:

This is assuming the receiver of the page
has a browser that is capable of displaying
changed fonts, and that the system has the
font available.


0

Sponsored Link
Ads by Google
Reply to Message Icon

Related Posts

See More







Post Locked

This post is quite old and has been locked from receiving new replies. Please create a new posting instead.


Go to Programming Forum Home


Sponsored links

Ads by Google


Results for: Font sytle on html?

Font library on net? www.computing.net/answers/programming/font-library-on-net/5401.html

HTML / Screen Resolution www.computing.net/answers/programming/html-screen-resolution/6608.html

target page on html www.computing.net/answers/programming/target-page-on-html/6845.html