so i got the borders to disappear by making the icons on the left links, but now, when I click on one of the icons it links to the correct articles, but the whole entire page text turns into a link. furthermore, they all link back to the same page. see if you can see what im talking about.
detail how you got the border to disappear, because I have a theory you did it wrong. 😉 are you familiar with css?
<a href="..."><img src="..."/a>
to
<a href="..."><img src="..."></a>
first
next up, how to fix the borders… that just came back.. 😉
in your css add this line
#sidebar2 a, #sidebar2 img {
text-decoration: none;
border: 0px;
}
yes I know I am doing two different things to two different types of objects, but it should solve your problem and then some.
dude… not one to judge… usually. but your blog posts are… interesting…
well I did not do anything with the intention of making it disappear it just happened. I altered the code so that the image was made into a link, and the border was gone.
something else strange has happened aswell. the last icon i linked has the page ID number 24, and links to a particular page. now, all of the icons pull up their aformented pages, but the text becomes a giant link page to the ID number 24 page. so, my thinking is that it has something to do with the code, or lack thereof, in my leftsidebar. if you would like to see the code, let me know.
i already told you everything to fix
do what I said and it shall be fixed
[side note: belinep’s posts were eaten by the antispam stuff, so myc0062 may not have seen them originally]
yup, i did not see them until now, i will go see if it works, thanks for the help.
awesome that did it, thank’s alot for your help. also, glad you find my entries “interesting”.
Thanks you HandySolo
Oh, and PS: May want to resolve the thread.
I am still having the same issue on IE, but not on mozilla. Any ideas?
can’t see it, looks fine in IE to me…
actually, what is it supposed to look like? because I think you have a few more problems… :-/
well, i like the way it looks with the icons lined up one the lefthand column. what problems are you noticing, belinep?