Results 1 to 2 of 2
  1. #1

    CSS Anchor (?) Question?

    I've got everything working great except for one thing. What I need is whenever in the html it sees the copyright symbol, it will switch over to the copyright info in the css file. I'm not sure how to define it.

    Example, right now the copyright info looks like this in the CSS.


    Code:
    .copyright {
    	font-family: Verdana, Arial, Helvetica, sans-serif;
    	font-size: xx-small;
    	font-style: normal;
    	font-weight: normal;
    	font-variant: normal;
    }

    Thanks in advance for any help. Any questions? Let me know, thanks!

  2. #2
    Join Date
    Aug 2003
    Location
    Dallas, TX USA
    Posts
    2,812
    I don't know what you mean but

    you need to put
    the copyright info like
    <span class="copyright"> blah blax </span>
    'blah blax' is where you put the copyright info at in the page

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •