Small question

Vee

New Member
I know this is probably the wrong site overall to post this but I was wondering what something was for a website. After browsing for website templates I saw ones that were not called templates but I can't remember the name or were I found it. All it was, was a blank website with a middle link that says Click Here. I just don't have the time to make up cool graphics for mine and would just like that type of link but not cheesy. If anyone knows what these are called please tell me. Thanks :)
 
Yeah, you could put this in the index.php
PHP:
<?php
   header( 'Location: http://www.yoursite.com/redirected_page.html' ) ;
?>
 
Thanks, but I actually just made one with html. All I need to do is find out how to script CSS so I can type over images without making them my background. Seems very complicated to me but this is definitely not the place for that.
 
Back
Top