runehyldmo 0 Report post Posted April 18, 2010 i have a button which i have koded to be a picture-link, but i keep gettig a blue triangel on the side which also is the link. Can someone tell me what is wrong with the code in the feature boxes This is the code: <p>Min interi??rblogg</p><p><a class="featurelink" href="http://www.nichesverden.no/?cat=1" target="_blank"<img alt="fbox1" class="alignleft" src=" http://www.nichesverden.no/wp-content/uploads/2010/04/Gr??nnButton.jpg" /></p> Share this post Link to post Share on other sites
runehyldmo 0 Report post Posted April 18, 2010 the webpage is of course: http://www.nichesverden.no Share this post Link to post Share on other sites
justme 0 Report post Posted April 19, 2010 The blue triangle image is part of the "featurelink" css class. You can see it in your style.css file. You could eliminate it but I'm not sure where else you may want to use it. Maybe better to create a new class and assign it to your green button (copy the featurelink class without the triangle image). Or you may not need the class at all. Share this post Link to post Share on other sites
runehyldmo 0 Report post Posted April 19, 2010 Thanks alot, have fixed it now, just cut out the class part, and voila! it worked like a charm. Share this post Link to post Share on other sites