A Simple CSS Trick to Vertically Align Text
I was trying to vertically align text within a div container and it just wasn’t working for me. You would think that using vertical-align in your CSS would accomplish just…
I was trying to vertically align text within a div container and it just wasn’t working for me. You would think that using vertical-align in your CSS would accomplish just…
When people visit my site and do a search, I assume they’re looking for results within my posts and not in any of my static pages. Too bad WordPress automatically…
I have had a few people ask me, “How come when I create a table and set the border parameter to 1 it doesn’t actually display any borders?” Well, the…
When it comes to Web development, there is a wealth of free information online to help you create a top-notch Web site. A lot of hard work goes in to…
Sometimes when you are messing around with CSS, you can’t figure out why certain styles won’t stick. Most of the time, it’s because you are obviously doing something wrong, but…
I know that the way most people treat multiple forms on one page is to have each form post to another PHP file where the form is validated, its information…
Ever notice that certain comments end up out of order. I’ve encountered this issue on one of my posts and I think I discovered the cause. The problem is that…
I just had someone ask me why everything on their front page became bolded when they placed <?php the_content(‘(more’)); ?> in their code to use in conjunction with the more…
I have been developing some themes for WordPress and I couldn’t understand why they wouldn’t appear in the preview when they were selected. I went through all of my code…
A client asked for me to put together a page on his website that would collect info off of his RSS feed and populate a page that could be viewable…