I noticed that after i inserted a link to my logo in the header , the logo becomes bordered. I read the forum and found that I have to find and replace some line in my css but i can`t find the exact line in my theme style sheeet.
Thanks
I noticed that after i inserted a link to my logo in the header , the logo becomes bordered. I read the forum and found that I have to find and replace some line in my css but i can`t find the exact line in my theme style sheeet.
Thanks
No one else can find it either without a link to your site.
http://www.nowincinema.info is the site , its the logo in the header. I don`t want the actual image to have any kind of border but it must be linked to my homepage.
Thanks
In your stylesheet set the border to 0. Alternatively, add border=0 to the img tag.
Ive looked al over the style sheet and replaced all borders to 0, but it didnt solve the problem.
Add this to your stylesheet:
#title img {
border: 0;
}Thanks glrss that solved the problem. Is there any option to make all images that are linked , bordless ?
Thanks a lot
Is there any option to make all images that are linked , bordless ?
you can try ↓
a img{border:0pt !important}This topic has been closed to new replies.