Re: Link help please

  • From: james.homme@xxxxxxxxxxxx
  • To: programmingblind@xxxxxxxxxxxxx
  • Date: Wed, 4 Jun 2008 07:51:06 -0400

Hi,
The syntax for your <link tag is incorrect. Here's a sample.
<link rel="stylesheet" type="text/css"
href="mystyle.css" />

Note that in the href attribute you need to get rid of the parentheses.

Jim

James D Homme, Usability Engineering, Highmark Inc.,
james.homme@xxxxxxxxxxxx, 412-544-1810

"it is only possible to live happily ever after on a day-to-day basis." --
Margaret Bonnano

Highmark internal only: For usability and accessibility:
http://highwire.highmark.com/sites/iwov/hwt093/


                                                                           
             "Hayden's Harness                                             
             Attachment"                                                   
             <vigmo1@xxxxxxxxx                                          To 
             >                         programmingblind@xxxxxxxxxxxxx      
             Sent by:                                                   cc 
             programmingblind-                                             
             bounce@freelists.                                     Subject 
             org                       Link help please                    
                                                                           
                                                                           
             06/04/2008 01:57                                              
             AM                                                            
                                                                           
                                                                           
             Please respond to                                             
             programmingblind@                                             
               freelists.org                                               
                                                                           
                                                                           




I am rebuilding a web site and have the following code in it.


<link rel="stylesheet" type="text/css" media="screen" href("layout.css") />

<link rel="stylesheet" type="text/css" media="screen" title="Default font
size" href("<?php echo (!$sitestyle)?'layout':$sitestyle ?>.css" />

<link rel="alternate stylesheet" type="text/css" media="screen"
title="larger Font size" href("layout_large.css") />

What am I doing wrong? The web site will not use the layout.css file. The
default directory is http://www.choroideremia.org/new/.

Angus MacKinnon
Infoforce Services
http://www.infoforce-services.com

"Faith is the strength by which a shattered world shall emerge into
the light." - Helen Keller



__________
View the list's information and change your settings at
//www.freelists.org/list/programmingblind



__________
View the list's information and change your settings at 
//www.freelists.org/list/programmingblind

Other related posts: