Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums CSS Site wide Copyright Symbol Styling

  • This topic is empty.
Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #45664
    rlitts
    Participant

    I have a customer that has added a great deal of copyright symbols. ( ie: ® ) I am looking for away to use css selectors to make a subscript font. But I don’t know the best way to handle this. Any ideas would be greatly appreciated.

    Thanks

    #139370
    chrisburton
    Participant

    How big is the site? And is PHP an option?

    #139372
    Paulie_D
    Member

    …and how are they added…as HTML entities or text characters/symbols?

    #139647
    rlitts
    Participant

    Chris…The site has nearly 50 pages and is built on Wild Apricot’s platform so PHP is not an option. Paulie_D they are all placed using the `®` format.

    #139649
    Paulie_D
    Member

    I doubt if there is any css selector that can target specific text (unless it’s wrapped in an element).

    Pretty sure JS could do it by searching for a specific string which this is and replacing the it something (I’m absolutely no authority on JS).

    Perhaps a one-time script or app that could do a run-through and replace them all in one go that might be an option and then your could proceed from there with the new string from then on.

    EDIT:

    http://www.digitalvolcano.co.uk/textcrawler.html

Viewing 5 posts - 1 through 5 (of 5 total)
  • The forum ‘CSS’ is closed to new topics and replies.