Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chris Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

CSS Problem

Status
Not open for further replies.

JohannIcon

Programmer
Sep 3, 2002
440
MT
Hi All,

Do I have something wrong in this syntax?

<a href=javascript:window.print() class=&quot;FPNewsLink&quot;>Print this page</a>

The class is not working

Thanks for your help and time
 
Try re-defining the <A href> in the style sheet so that u dont have to refer to it again

James
 
The syntax should be like this:

<a class=&quot;FPNewsLink&quot; href=javascript:window.print()>Print this page</a>
I have not failed; I have merely found 100,000 different ways of not succeding...
 
Is there really a class named that in the style sheet? -----------------------------------------------
These are endless galaxies which are yours.
You can journey to infinity
through the endless passages of the cosmos.
Even better. This all belongs to you.
This is your mind.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top