Return to iWEBTOOL

Go Back   iWEBTOOL Talk > The Web and your Website > Web Development
Register FAQ Members List Calendar Search Today's Posts Mark Forums Read
 
Welcome to iWEBTOOL Talk, where you talk about webmaster-related stuff.
 
Discuss topics which interest you.
With over thousands of threads (topics), we're sure you'll find something that'll interest you.
Ask for help whenever you need it.
We have thousands of members who are available to help you if you need it.
It's absolutely FREE!

 1  Register           2  Browse the board           3  Discuss whatever may interest you!
 


Closed Thread
 
Thread Tools Search this Thread Display Modes
Old 09-06-2007, 02:43 PM   #1
midlandi
iWEBTOOL Moderator
 Contributor 
 
midlandi's Avatar
 
Join Date: Oct 2006
Posts: 2,224
midlandi is just really nicemidlandi is just really nicemidlandi is just really nicemidlandi is just really nicemidlandi is just really nice
Default Font Size

I have been criticized on a number of occasion for having the fonts too small on my sites. Personally I like them and think any increase would distort their layout. However I have seen a number of sites offer a font size adjusters. Was wondering if you think an adjuster is a useful feature and would help retain more visitors?
Does anyone here use it on their site?
Can anyone recommend software for thsi?
midlandi is offline  
 
This is an Ad Revenue Sharing forum Place your advert here
SEO Checklist
Get yourself better ranking with
our "Do-it-Yourself" SEO Checklist.
Click Here
Old 09-07-2007, 01:16 AM   #2
thegeek
Junior Member
 
thegeek's Avatar
 
Join Date: Sep 2007
Posts: 54
thegeek will become famous soon enough
Default Re: Font Size

Can you allow the browser to control the size of your fonts? I use em or % when setting the font sizes. This way, those hard of seeing are able to view your site by adjusting the browser settings.
__________________
thegeek
http://www.fishinggeek.net
thegeek is offline  
Old 09-07-2007, 10:08 PM   #3
Alan
iWEBTOOL Moderator
 
Alan's Avatar
 
Join Date: Nov 2006
Location: Ayr, Scotland
Posts: 1,274
Alan has a spectacular aura aboutAlan has a spectacular aura aboutAlan has a spectacular aura about
Default Re: Font Size

Quote:
Originally Posted by midlandi View Post
I have been criticized on a number of occasion for having the fonts too small on my sites. Personally I like them and think any increase would distort their layout. However I have seen a number of sites offer a font size adjusters. Was wondering if you think an adjuster is a useful feature and would help retain more visitors?
Does anyone here use it on their site?
Can anyone recommend software for thsi?

If you use CSS in your site you are able to dynamically alter the font size of defined areas, or all of the page, using client side scripting routines (for example javascript). All fonts should be variable anyway using % or ems, this will help you meet the WAI criteria. Can't say whether this will keep visitors, but it wouldn't drive them away.
__________________
Seen a good post - Give some reputation click on the
Alan is offline  
Old 09-08-2007, 08:23 AM   #4
mars guitars
Junior Guru
 Contributor 
 
mars guitars's Avatar
 
Join Date: Aug 2007
Posts: 742
mars guitars has a spectacular aura aboutmars guitars has a spectacular aura aboutmars guitars has a spectacular aura about
Default Re: Font Size

An interesting question. In the UK there's a big drive for goverment (and, to a lesser degree, corporate) sites to be "accessible" - this is a legal requirement under disability discrimination law. Oten such sites include the facility to not only change text size for those with poor eyesight, but also have text that can be easily read aloud by computer so that blind people can use the site. An important aspect in the latter is proper naming of images and navigation. Can you imagine how irritaing it would be if you were blind or partially sighted and your text reader hept saying "image1" or "pic0916_sml"? Although most websites don't consider such things, it is worth considering for sites aimed at (or used by) older people - the grey pound is very plentiful - or partially-sighted people.

Anyway, I suspect that is nothing to do with the original question! The most fundemetal thing is to not used fixed font sizeds, so that the average user can change font size by using their browser's 'text size' facility.
__________________
Guitar strings and accessories, Rotosound bass strings, Guitar Capos and Guitar Gifts from Mars Guitars UK
. . . .under development.. guitar string guide

Last edited 09-08-2007 at 08:24 AM. Reason: typo
mars guitars is offline  
Old 09-08-2007, 08:27 AM   #5
mars guitars
Junior Guru
 Contributor 
 
mars guitars's Avatar
 
Join Date: Aug 2007
Posts: 742
mars guitars has a spectacular aura aboutmars guitars has a spectacular aura aboutmars guitars has a spectacular aura about
Default Re: Font Size

Before anyone asks... "the grey pound" = "the gray dollar"!? I mean the high disposable income of older people. They're the fastest-growing group of internet users!
__________________
Guitar strings and accessories, Rotosound bass strings, Guitar Capos and Guitar Gifts from Mars Guitars UK
. . . .under development.. guitar string guide
mars guitars is offline  
Old 09-08-2007, 08:38 AM   #6
OldWelshGuy
iWEBTOOL SEO Advisor
 Contributor 
 
OldWelshGuy's Avatar
 
Join Date: May 2007
Posts: 675
OldWelshGuy will become famous soon enoughOldWelshGuy will become famous soon enough
Default Re: Font Size

Calling a CSS file will make your site 100% font accessible as it allows those users who need to , to use their own local CSS set up as they want./ There are various types of disability with regard sight and one mans meat is very much anothers poison. It is conrast which also causes problems.
__________________
Umbrella Consultancy Internet Marketing Company - Rugby Forum - Google Expert Blog
OldWelshGuy is offline  
Old 09-08-2007, 07:14 PM   #7
WebTalkVB
Newcomer
 
WebTalkVB's Avatar
 
Join Date: Sep 2007
Location: Cottingham, United Kingdom
Posts: 31
WebTalkVB will become famous soon enough
Default Re: Font Size

What website is it on? I would run a poll and see what the overall view is - that way you know how much it will benifit you. Well this is my opinion anyway .
__________________
Join my Webmaster Forum today.
WebTalkVB is offline  
Old 09-08-2007, 08:23 PM   #8
jumpenjuhosaphat
 Contributor 
 
jumpenjuhosaphat's Avatar
 
Join Date: Jun 2006
Location: Denver
Posts: 4,459
jumpenjuhosaphat has much to be proud ofjumpenjuhosaphat has much to be proud ofjumpenjuhosaphat has much to be proud ofjumpenjuhosaphat has much to be proud ofjumpenjuhosaphat has much to be proud ofjumpenjuhosaphat has much to be proud ofjumpenjuhosaphat has much to be proud ofjumpenjuhosaphat has much to be proud of
Default Re: Font Size

Quote:
Originally Posted by OldWelshGuy View Post
Calling a CSS file will make your site 100% font accessible as it allows those users who need to , to use their own local CSS set up as they want./ There are various types of disability with regard sight and one mans meat is very much anothers poison. It is conrast which also causes problems.

I don't beleive that you even need to call a CSS file.....On my browser (Firefox), I have the option to use a custom CSS file on every page I visit, which overrides the CSS file that the site uses. I have never used it, so I might be wrong, but that was my impression. I think that I agree, you will find that most people have issues with colors or contrasts that make it harder to read your page, which is a harder issue to address if you don't understand the problem....Font size can be fixed relatively easily.
__________________
Storage Sheds
Lost Forum
jumpenjuhosaphat is offline  
Old 09-08-2007, 09:20 PM   #9
WebTalkVB
Newcomer
 
WebTalkVB's Avatar
 
Join Date: Sep 2007
Location: Cottingham, United Kingdom
Posts: 31
WebTalkVB will become famous soon enough
Default Re: Font Size

Quote:
Originally Posted by mars guitars View Post
An interesting question. In the UK there's a big drive for goverment (and, to a lesser degree, corporate) sites to be "accessible" - this is a legal requirement under disability discrimination law. Oten such sites include the facility to not only change text size for those with poor eyesight, but also have text that can be easily read aloud by computer so that blind people can use the site.

This is only needed if it is a commercial website, e.g. a website which is selling a product. Because otherwise you are discriminating against people with disabilities. At the end of day, it is better the government has brought in this polict, it means that they will have a bigger customer base.

Sorry midlandi if I took the discussion of board a little I just wanted to clear this up incase you thought it was a legal requirement or something .
__________________
Join my Webmaster Forum today.
WebTalkVB is offline  
Old 09-09-2007, 11:13 AM   #10
Alan
iWEBTOOL Moderator
 
Alan's Avatar
 
Join Date: Nov 2006
Location: Ayr, Scotland
Posts: 1,274
Alan has a spectacular aura aboutAlan has a spectacular aura aboutAlan has a spectacular aura about
Default Re: Font Size

Quote:
Originally Posted by WebTalkVB View Post
This is only needed if it is a commercial website, e.g. a website which is selling a product.

Correction here webtalk, since the Part 3 of the DDA was legislated in 1993 it is made clear the it is not only commercial websites, indeed public bodies, charities, indeed any information being made available in the public domain. For further information you may wish to refer to the DDA or the Code of Practice.

To return to Midlandi's original post, if the font is too small to be read, and this could be someone with reasonable eyesight not necessarily impared, then in order to keep them on your site adjustments need to be made, and yes this could be the addition of a mechanism to adjust the size of the font, or even the colour.
__________________
Seen a good post - Give some reputation click on the
Alan is offline  
Old 09-09-2007, 02:20 PM   #11
WebTalkVB
Newcomer
 
WebTalkVB's Avatar
 
Join Date: Sep 2007
Location: Cottingham, United Kingdom
Posts: 31
WebTalkVB will become famous soon enough
Default Re: Font Size

[quote=Alan;84510]Correction here webtalk, since the Part 3 of the DDA was legislated in 1993 it is made clear the it is not only commercial websites, indeed public bodies, charities, indeed any information being made available in the public domain. For further information you may wish to refer to the DDA or the Code of Practice.[quote]

Yes, a little wrong, but it isn't personal websites that need to be changed, my solicitor checked this out for me a while back.
__________________
Join my Webmaster Forum today.
WebTalkVB is offline  
Old 09-23-2007, 10:06 AM   #12
pdfmania
Junior Member
 
pdfmania's Avatar
 
Join Date: Sep 2007
Posts: 91
pdfmania is on a distinguished road
Send a message via Yahoo to pdfmania
Default Re: Font Size

What is the standard of font size of a web site (if any)? I usually use 10pt or 11pt and 12-16pt for heading. Is that okay? I used 17" monitor with 1240x1208 res. Is that okay or need to fix to any size? Any suggestion please?
__________________
USA Online Job finder
pdfmania is offline  
 
This is an Ad Revenue Sharing forum Place your advert here
Webmaster Tools Webmaster Tools Click Here
Closed Thread

(Threads which have no activity for more than 30 days are automatically closed.)



Quick Reply
Message:

Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

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
Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
What font do you think is the most readable online? roman General Talk 18 07-22-2007 04:43 PM
Foot Size Survey: What's Your Size wazimm General Talk 6 07-22-2007 03:14 PM
Font Webpage FOr Sale PR3 ODIN Websites for Sale 4 05-13-2007 01:23 AM
Maximum Page Size KB's jumpenjuhosaphat Web Development 3 10-01-2006 05:09 PM
Yahoo size does matter? Chart Music Yahoo 4 09-20-2006 07:23 PM


All times are GMT. The time now is 02:18 AM.


Powered by vBulletin v3.6.7 © 2008, Jelsoft Enterprises Ltd. SEO by vBSEO © 2006, Crawlability, Inc.