[bcab] Re: Website development

Hello Karina

For body text I'd suggest anything between 12 and 14 point - headings will 
depend on the design. Are you using CSS? If so then type size is not really a 
problem as people who need enlarged type can use their own style sheet to 
over-ride yours.  Here's the code if it helps:
In HTML HEAD section:
<link rel="stylesheet" href="mystyle.css" type="text/css">
and in the mystyle.css file for example:
body
 {font-size:13.0pt;
 font-family:"Arial Unicode MS", Arial, Helvetica, sans-serif;
 font-weight:normal;}
p
 {font-size:13.0pt;
 font-family:"Arial Unicode MS", Arial, Helvetica, sans-serif;
 font-weight:normal;}

HTH
Tony


  ----- Original Message ----- 
  From: Karina Gregory 
  To: bcab@xxxxxxxxxxxxx 
  Sent: Friday, November 28, 2008 9:13 PM
  Subject: [bcab] Website development


  OK guys, I'm in the process of now creating the website.  I want to make it 
as accessible as possible but at present only using HTML code.  Please can 
someone remind me of the code bit that goes at the top of the page, and also 
what text size is standard for body text and headings?

   

  Many thanks - I know that I should know but it's been a while and I've 
forgotten.

   

  Karina

Other related posts: