View Single Post
Old 2007-02-23, 04:47 AM   #21
papagmp
That'll teach you to leave your sister unattended.....
 
papagmp's Avatar
 
Join Date: Jan 2007
Location: Colorado Springs
Posts: 1,803
Send a message via ICQ to papagmp
Quote:
Originally Posted by divinegoddess View Post

changed the homepage btw : this is how it looks now, can change of the coming hours of course (banner/colors/ ...) buy do you like this layout? www.teencamgirl.be/homenew.html
I love purple and pink - you'll see me using it on our paysite and on many of the free sites I make. This said, your fonts colors are still to light for my old eyes - try something in the #A600DD (or darker) range for the purple and #E802FB for the pink. I have a dual monitor system and have the CRT calibrated for 7500K but the flat screen is set to 9500K and is not calibrated. This gives me a pretty standard range of the monitors out there so I can see what the page might look like for different users.

Also be sure to look it it in a higher screen rez - say 1200x1600 and see what you get... You close the <div id="container" align="center"> tag too soon. Try placing the </div> tag right before the </body> tag. This keeps the entire page at the same width.

Also be sure to preview it in FireFox - if you want the page to center you may need to make a few changes. For simplicity, I just place the entire page in a table

<body topmargin="0" bgcolor="#ffffff">
<table width="100%" align="center"><tr><td width="100%">
<!--volledige pagina-->
<div id="container" align="center">
Page code here
</div>
</td></tr></table>
</body>

There may be better ways to do this but it works for me.

Also be sure to assign values to your "alt" tags - pretty valuable when it comes to SEO.
__________________

Submit: OutlawFreePorn

Last edited by papagmp; 2007-02-23 at 04:49 AM.. Reason: omission
papagmp is offline   Reply With Quote