-
Website
http://www.parmet.net/pr -
Original page
http://www.parmet.net/pr/2005/12/25/feed-demon/ -
Subscribe
All Comments -
Community
-
Top Commenters
-
Craigslist Proxy
2 comments · -1 points
-
Robert French
1 comment · 1 points
-
whatsnext
2 comments · 1 points
-
Jeremy Pepper
2 comments · 1 points
-
annieh
6 comments · 1 points
-
-
Popular Threads
Charli told me that you had a CSS problem.
Get rid of that pesky blue border like this:
Or, if you open up your stylesheet, you can rid yourself of all blue borders on all images by inserting:
IMG {
border: 0;
}
Either way should do the trick :)
Pat
My first comment was to just add: style="border: 0;" to the inside of your image tag, like after alt="ksadfjasldkjf" and before the />.
There you go.
Pat
img.noborder {
border: none;
}