hyperlink alignment problem

Discussion in 'CSS' started by hooi, Feb 28, 2011.

  1. #1
    Hi,

    I have a problem with all hyperlinks in my website, whenever i include a hyperlink in a sentence, for eg (underlined text denotes hyperlink below):

    "For more info, visit this link here."

    but when viewing the sentence from a browser, it appears as:
    "this link hereFor more info, visit".

    The problem is that the position of the hyperlink has been wrongly placed at the start of the line.

    Could anyone help please?

    The css file is attached here... View attachment style.css.txt

    Thanks...
     
    Last edited: Feb 28, 2011
    hooi, Feb 28, 2011 IP
  2. Bapinder

    Bapinder Well-Known Member

    Messages:
    151
    Likes Received:
    7
    Best Answers:
    3
    Trophy Points:
    120
    #2
    You can add   after the hyperlink in HTML file to add a space.
     
    Last edited: Feb 28, 2011
    Bapinder, Feb 28, 2011 IP
  3. tbwd

    tbwd Peon

    Messages:
    24
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #3
    In the classes that include .art-postcontent a the text is set to align: left; You might want to try removing that and test it.
     
    tbwd, Feb 28, 2011 IP