This is a site my friend and I own. Its a blog and a graphics site, but then we have a lot of other sub-sites, like review, contests, and portfolio. Its a really nice site, founded on Nov. 11 2006. We mostly blog on this site, but we also make graphics and post reviews, and also have stories in our portfolio.
We are currently looking for affiliates to boost our site up, so more people can see and read it :D
The quality of your layout is amazing. I love the glossy look. Everything is okay, except try adding a border around the layout, and a background, like maybe stripped?
The coding is very average, but its okay. The scroll bar doesn't match. I suggest everything black except the arrow, which will be white.
the problem is that when you change skins, it works, BUT if you go to a different page, the skin doesn't stay the same, it goes back to default. How do I fix that?
Here are the codes:
cookiecheck:
Quote
<?
$total_skins = 3; $default_skin = 3;
if (isset($_REQUEST['newskin'])) { $newskin=(int)$_REQUEST['newskin']; if ( ($newskin<1) OR ($newskin>$total_skins) ) $newskin=$default_skin; } elseif (isset($_REQUEST['skin'])) { $newskin=(int)$skin; if ( ($skin<1) OR ($skin>$total_skins) ) $newskin=$default_skin; } else $newskin=$default_skin;
<a href="index.php?id=site.php">site</a> This code wont let me switch pages, but thats what the tutorial said. I was just wondering how to a) make the skins switch and stay switched, and how to do that AND have my pages working.