Reply
Would like to be able to get my font to display like this
Old 08-14-2004, 10:53 AM Would like to be able to get my font to display like this
Junior Talker

Posts: 2
Hi,

I wonder if anyone can help me with this. I'm trying to put a site together as a favour for a friend who is even less technically minded than I am which takes some doing I can tell you. Anyway, they would like the font to appear as in the following link http://www.qnext.com/product.html but I'll be here till Christmas 2008 at the rate I'm going if I try to work it out myself.

Any help with this will be much appreciated!

Cheers, from not so sunny Yorkshire, England
ash4 is offline
Reply With Quote
View Public Profile
 
When You Register, These Ads Go Away!
Old 08-14-2004, 11:28 AM
David43's Avatar
Online Anarchist

Posts: 360
Looks like a CSS specified font. Size ten pixels.

To get a font like that, add the value in your CSS like this -

Code:
TD {
	FONT-SIZE: 11px; 
	COLOR: #000000; 
	FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
}
That looks like what you're after. Just mod the colours and if you wish font family to suit what you need.
__________________
Bo Avid
Little Britain
David43 is offline
Reply With Quote
View Public Profile Visit David43's homepage!
 
Old 08-14-2004, 11:38 AM
Unknown.

Posts: 1,693
Or another way...

HTML Code:
<style type="text/css">

body {
color: #000000; 
font:11px verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif;
}

</style>
Just a few less lines..making it neater

-James
Dark-Skys99 is offline
Reply With Quote
View Public Profile
 
Old 08-14-2004, 12:19 PM
Junior Talker

Posts: 2
Cheers guys, that's done the trick!!

I get the feeling I'll be back for more!
ash4 is offline
Reply With Quote
View Public Profile
 
Old 08-14-2004, 12:54 PM
David43's Avatar
Online Anarchist

Posts: 360
Cool. Glad I could help you.

Credit to Dark-Skys99 too for tidying up my code
__________________
Bo Avid
Little Britain
David43 is offline
Reply With Quote
View Public Profile Visit David43's homepage!
 
Reply     « Reply to Would like to be able to get my font to display like this
 

Thread Tools

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

vB 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.13074 seconds with 12 queries