




* {
margin: 0px;
padding: 0px;
}




slayeradmin wrote:Two major things I would like to integrate from your layout is the rounded corners and the alternating CSS php code for the recent posts.
I would appreciate it you could email me a zip of your source. Don't send me your forum config.php as it has a sensitive password. Also I'm thinking of making a staff page where I can give you credit, link to your site and forum profile.
Could you explain the php logic for the alternating css class? I know basic programming but couldn't exactly make sense of the stuff I google'd.
Also what exactly does the reset.css reference do?
$zebra = 2;
while ($row = mysql_fetch_array($result, MYSQL_ASSOC)) {
if($zebra%2){
echo "light gray";
}
else{
echo "dark gray";
}
$zebra++;
}What would be the preferred way for us to contact you in the future? Since phone calls are out.



Crayon wrote:You can get rounded corners in IE, they just have to be all the corners. You cant specify which ones get rounded.
Crayon wrote:I have to ask; what are you going to use for the site? Are you just going to hack apart my layout (I would rather you didn't do this) or are you using your layout? I don't mind if you learn from what I did, but I would rather not see my design be uploaded in some mutated form without me atleast getting a say in it. Every aspect down to fonts, margins and padding was thought about before I set it and changing these things may seem minor but it can kill the flow and readability of the design. Basically what I am saying is could you please go one way or the other, I really don't want my design mated with something I didn't do.

Users browsing this forum: No registered users and 1 guest