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...
3 comments
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...
3 comments
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...
6 comments
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,...
0 comments
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...
19 comments
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,...
5 comments
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...
30 comments
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...
0 comments
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...
0 comments
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...
5 comments
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...
6 comments