Forums

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

Home Forums CSS Add // to h1 tags

  • This topic is empty.
Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #27898

    I was just wanting to know the best wat to add "//" At the begining of my text inside h1, h2, h3, and h4 tags. Could it be done with css or would I have to use javascript or even php? Any help would be great!

    Thanks.

    #70568

    Just a design look I was going for, but if it will hurt my ranking I wont do it.

    #70580
    coryschadt
    Member

    Ya a background image would probably be a good idea.

    You could also do it with jquery.

    Something like this:

    Code:
    $(‘//’).prependTo(‘h1’);

    http://api.jquery.com/prependTo/

    Cheers,

    Cory

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