NuPixel
06-14-2006, 09:16 AM
Hey,
I'm opening a new site that is dedicated to reviewing CSS sites.
I'm having a custom backend built and will need beta testers to test it, find any bugs in it and just all around get a feel for it once its done. If you are interested, please leave me your email address or simply input it at the site (listed below) and hit subscribe.
Your email address will not be shared with any third party business or individual. You will only receive updates from CSSReviews, no spam from us.
www.CSSReviews.com
Thanks
NickDev
06-14-2006, 11:04 AM
Your website is for CSS reviews, You should code your pages using CSS correctly.
NuPixel
06-14-2006, 11:09 AM
I don't need to do anything, nor am I going to code it in CSS. However I understand where you're coming from.
NickDev
06-14-2006, 11:24 AM
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en">
<head>
<title>CSS Reviews - Reviewing The Web</title>
<meta http-equiv="Content-Type" content="text/html;charset=utf-8" />
<style type="text/css">
body {
background: #302f2f;
margin:45px 0 0 0;
color: #FF6333;
font-family:Verdana, Arial;
font-size:small;
}
#wrap {
text-align:center;
}
#wrap img {
border:0;
}
input {
color: #FF5826;
background-color: #FFD0A9;
font-size:95%;
}
</style>
</head>
<body>
<div id="wrap">
<img src="css_reviews_soon.gif" alt="CSS reviews coming soon" />
<p>When we open, we'll need beta testers! Be updated!</p>
<p>Be among the first to expierence CSS Reviews for what it truly is! Signup as a beta tester below. </p>
<form method="post" action="sendmail.php">
<input type="hidden" name="rec_mailto" value="contact@nupixel.com" />
<input type="hidden" name="rec_subject" value="CSS Reviews Subscriber" />
<input type="hidden" name="rec_thanks" value="thankyou.html" />
<label for="email">Email:</label>
<input name="email" type="text" />
<input name="Submit" type="submit" value="Subscribe" />
</form>
<p>Link To CSS Reviews:</p>
<img src="css_banner.gif" alt="Link To CSS Reviews" />
</div>
</body>
</html>
NuPixel
06-14-2006, 11:45 AM
I'll look into it. Thanks.
NuPixel
06-14-2006, 08:27 PM
Thank you everyone who has signed up. We have received several already, if you are interested, signup now!