|
Try using an image format other than .png, or try using websafe (256) colors.
For the about page, I'm assuming you want the page centered and justified. One way to do this is to text-align: center; on the body element, and for the text block use text-align: justify; and margin: 0 auto; and width: 600px; (or whatever width you prefer).
__________________
The interlocking pieces of web development: usability, performance, accessibility, and standards.
|