Community Page
- www.parmet.net/pr Jump to website »
-
Subscribe -
Community
-
Top Commenters
-
Popular Threads
-
Recent Comments
- Interesting post. I have stumbled and twittered this for my friends. Hope others find it as interesting as I did.
- Blogging had been popular in the world wide web, I love reading different kinds of blogs for I can learn new things.
- Blogs are good social networking tool, I get to share my stories and updates about what's going on my life. It's really nice.
- I had seen that, and it works great. I'm just always hesitant to edit plugins that I don't control, especially with the Wordpress Auto Updater. Inevitably It'd overwrite my changes...
- Blogs are extremely crucial to your web presence and SEO.
Marketing Begins At Home
Social Media and Public Relations Ideas and Insights From David Parmet
Like a good netizen, I’ve added the brand spanking new Feed Icon over there on the right so you can grab my RSS 2.0 feed.
If any code monkeys or CSS geeks can tell me why there’s a blue border there, I ‘d appreciate it. I suppose I’ll have to add ... Continue reading »
If any code monkeys or CSS geeks can tell me why there’s a blue border there, I ‘d appreciate it. I suppose I’ll have to add ... Continue reading »
3 years ago
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
3 years ago
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
3 years ago
3 years ago
img.noborder {
border: none;
}