• Whenever I have an image aligned left or right it overlays my text. How do I fix this?

    Also i have my a:link, a:hover etc. set im my CSS to underline links in blue how do i disable this for linked images? The lined images also are underlined blue!

    Thanks in advance -ian

Viewing 3 replies - 1 through 3 (of 3 total)
  • Most themes these days have classes defined in the css: alignleft and alignright. Set your image up with whichever class applies and see if that helps.

    Thread Starter neoian2

    (@neoian2)

    ok ill try that. I still need an answer on the second question though.

    Oh, sorry – just below your body element in the css, add:

    img, img a {
    border:none;
    }

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘IMG Overlaying Text’ is closed to new replies.