It doesnt open htmls, you have to make your own template and once your done, you publish it to the web, which makes it a filtered html file. You'll have to recreate the template, but it worth it after you do it, because it's so easy to take your master page and edit it in the form you want for the next page. (I think I used to many ','s?)
If you need help in HTML (XHTML is the way to go), check here for tags. It should be very helpful, it shows on each tag on what browser version you need for that tag to work, and it gives simple examples to each definition.
[Marquee]Now, if only MGB could make some sort of marquee code, so I could make a spinning message, to annoy people with.
[/Marquee]
Edit: Here's your problem.
All of your links have a '#' instead of the URL.
Make it look like this <ahref="The_Link_To_The_Page_You_Want_Here">Music</a> |
for all of your links. You can do it manually through your source.
Ex.
<a href="http://www.assassins-junkyard.com/">Coolest Place Ever.</a> |
and it'll look like this.
Coolest Place Ever.
Also, all of your HTML files I see are named '#'. I think in your template you haven't name the files to each page yet. Learn how to do that, and you probably wouldn't need to change it, the template should automatically link those pages.
Assassin2684 - Sat Mar 18, 2006 9:48 am
Post subject:
Thanks I figured out how to do it now. It was my problem before because I copyed the index.html so it changed the copyed one. But I redownloaded the template and took that index.html and edited it and they both were different. Thanks for your help everyone.