neoian2
Member
Posted 5 years ago #
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
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.
neoian2
Member
Posted 5 years ago #
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;
}