I would recommend adding some more graphics that would help make the site less "monochrome". This is definitely true for the WebDesign page. Show examples of your work. People are much less likely to...
Since you're just looking to create dividers, try using a border instead of a background image. Background images and %'s don't always behave how you'd like them to.
There are a couple of things that might be causing the problem, but not sure who the exact culprit is. It probably has to do with your 300px widths and the different display declarations.
It's not very clear exactly what you are asking, but I think what you mean is "how do I position the image that I would like to act as the input button." Correct?
I am using margin: 0 auto; and display: block; to make images sit in the center of a div. It works perfectly fine in all browsers except Firefox, which is pushing the image all the way to the right,...
I have done extensive research into this and haven't found the cause anywhere on the official wordpress site, I'm just posting around to see if I can come up with an answer.
I'm entirely sure what you are asking, but if you want the image and text to be center left-and-right on the page, then all you need to do is remove float: left; from your div style and add margin: 0...
It sounds like what you're really trying to do is have one area for content that is centered on the page, and then have two areas of equal width on either side of this content area that have a...