Beefy Boxes and Bandwidth Generously Provided by pair Networks
P is for Practical
 
PerlMonks  

Re^2: Check your signature

by osunderdog (Deacon)
on May 02, 2005 at 21:31 UTC ( [id://453420]=note: print w/replies, xml ) Need Help??


in reply to Re: Check your signature
in thread Check your signature (Signatures mistaken for content)

Is there an example of how to add a CSS for the signature? I tried the following in the "On-Site CSS Markup" field of User Settings:

<style type="text/css"> .pmsig { font: lucida; font-size: small; font-decoration: italic color: pink } </style>

With no luck. I haven't worked with CSS very much.

Any assistance would be appreciated!


My unfinished sig here:

Soon to be unemployed!

Replies are listed 'Best First'.
Re^3: Check your signature
by bmann (Priest) on May 02, 2005 at 21:45 UTC
    There are two issues here.
    1. The sig tag is wrapped in <div class="pmsig">, so the selector should be div.pmsig
    2. Your browser will silently ignore broken css, making it hard to debug - see the (untested) edits below

    /* perlmonks will add style tags for you */ div.pmsig { font-family: lucida; font-size: small; font-style: italic; color: pink; }

    http://w3schools.com has some quick and easy css tutorials to start you off.

    Update: Tested the css

      Ah ha! That did the trick. Thanks!

      Soon to be unemployed!

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://453420]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others cooling their heels in the Monastery: (4)
As of 2024-04-19 03:16 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found