By Austin on March 26, 2009
Have you ever uploaded an image that might have been a tad bigger than the width of your content area? I know I have! So here is a little CSS fix to handle these situations.
.post img {
max-width: 600px;
height: auto;
}
That’s it, really simple huh. Just make sure that you change the .post to the correct [...]
Posted in Tips & Tricks | Tagged CSS, image, width
By Austin on March 1, 2009
Over the weekend, I attended WordCamp Denver, and I was asked by John Hawkins how to force links to open in a new tab with out editing the source code. So, today lets learn a simple jQuery trick to open all external links in your site in a new tab or window. We are going [...]
Posted in Tips & Tricks | Tagged CSS, jQuery, Tips & Tricks
By Austin on February 15, 2009
In a previous post I showed you how to create a custom widget, then I showed you how to create a widget for your monthly archives, and limit the month’s that show. I am showing the past 4 months in my widget at this time.
One of my readers: Alex asked:
How did you make the archives [...]
Posted in Tips & Tricks | Tagged CSS, How to, li, Question, Tips & Tricks, ul
Recent Comments