here is my html source:
 
<html>
  <head>
    <link href="pages/site.css" type="text/css" rel="stylesheet" media="screen">
    <title>Test JSF and Shale</title>
  </head>  
  <body>
    jsf link test: <a href="#" class="linkMe">click me</a>
  </body>
</html>
 
I know that this is wrong.  It should be <a href="#" id="linkMe">click me</a>  
and I do not know how to make jsf to do it.


[EMAIL PROTECTED] wrote:
wrote on 08/25/2005 03:19:07 PM:

> Here is my include:
> 
> 
> 
> media="screen">
> 

How does the source for the stuff look like? As Rick says it is 
possible your stylesheet isn't being found..

Geeta

__________________________________________________
Do You Yahoo!?
Tired of spam?  Yahoo! Mail has the best spam protection around 
http://mail.yahoo.com 

Reply via email to