sindas
Forum Replies Created
-
http://www.shadesofburgundy.com
try the first name you see “An”
I was just kinda testing around with hers, I couldnt even get it to show the nopic thing.ok, installed fine. but it doesnt work. for some reason it keeps reseting my URL I have entered in my peoples profiles to just some random page in my site, (that I created… dont know why its doing that…) and the pics dont work, they are always going to http://www.mysite.com/Object
never what I want it to go to, it always resets itself.Forum: Themes and Templates
In reply to: interesting question about CSSyeah, I found that already. I just wish there were pics included, so I know where everything falls.
oh-well.Forum: Themes and Templates
In reply to: interesting question about CSShow do I pull this off?
http://www.csszengarden.com/?cssfile=/079/079.css&page=0
thats really what I need to know.
thanksForum: Themes and Templates
In reply to: Quick New Guy Question | Is it possible…I see the link on the bottom left hand corner.
Forum: Themes and Templates
In reply to: Static pages, plus blog – how best to achieve?I need help!
<div id=”content”>
<?php switch ($static) {
case “biography”: include (‘biography.php’); break;
case “contact”: include (‘contact.php’); break;
case “shows”: include (‘shows.php’); break;
case “photos”: include (‘photos.php’); break;
default:
}
?>
dosnt work for me, gives me 404 errors, what am I doing wrong?