Can't work this out :(

8 replies
  • WEB DESIGN
  • |
Hi anyone

I have added some links into a site http:The Cellulite Zone | Cellulite but one of them keeps showing up with the cellulite url at the beginning. This is the link -
I Married A Fat Bitch and this is what the code that I have put in there looks like:
<center><a href ="http://www.imarriedafatbitch.com">I Married A Fat Bitch</a></center>

Can anyone tell me why the link shows up differently. Obviously it's useless the way it is. I did try removing it and saving the file before putting it back in but in a different slot but it is still displaying the link wrong.

Cheers
Viv
#work
  • Profile picture of the author JohnDaniel
    Notice the difference:

    and
    "

    Change the first one with the exact double quote -> "

    This is deadly. I spent hours on this before not knowing what the heck is going on with my website. But then a closer look revealed the wrong double quotes were used!
    {{ DiscussionBoard.errors[44308].message }}
  • Profile picture of the author lelaiskandar
    What happen is your " has been translated into ”.

    Try put that complete html code in a notepad. Then copy from the notepad to your html editor. The problem arises because of this thing called character encoding problem.

    If you use a text editor like Notepad++, try UTF8 character encoding.
    {{ DiscussionBoard.errors[44314].message }}

Trending Topics