[Javascript] Selectors in Style sheets

Andrew Dunn adunn at mail.interworx.com.au
Mon Jun 18 18:19:50 CDT 2001


just make your own user defined "class"

eg.

<html>
<head>
    <style>
        .header {font-family:Verdana,Arial;color:#fffff;font-size:20px}
    </style>
</head>
<body>
    <span class="header">YOUR HEADER GOES HERE</span>
</body>
</html>
-----Original Message-----
From: javascript-admin at LaTech.edu [mailto:javascript-admin at LaTech.edu]On
Behalf Of Robin Warnes
Sent: Tuesday, 19 June 2001 8:49 AM
To: javascript at LaTech.edu
Subject: [Javascript] Selectors in Style sheets


Hi Everyone,

Could anyone please tell me if there is an allowable selector within style
sheets that will allow me to retain a heading without forcing a space below
it.

P and H4 forces text spaces, but I wish to format my text using a heading
within a style sheet without forcing a space.  I tried BR but this does not
seem to be recognised as a selector.

Can anyone please help???.

Best wishes,

Robin
New Zealand.


-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.evolt.org/pipermail/javascript/attachments/20010619/74e7a700/attachment.htm>


More information about the Javascript mailing list