Please help.

Mogus

New Member
My website is sporecore.com

When I type that in, I want the browser to go directly to home.html, not list the directory like it's doing now.

Also, if you take a look at files/antiaging.html, how do I get a completely black background? I'm using the WYSIWYG editor and I've tried the HTML code, but it just gives the text a black background and I want the whole page to be black.

Thanks in advance for any help.
 

d a v e

New Member
change home.html to index.html

and i think you need to have a look at some html and css tutorials to get some understanding on how web pages work otherwise you aren't even going to understand any answers you're given re: html etc

http://www.htmldog.com
http://www.opera.com/company/education/curriculum/
http://www.w3schools.com/
http://www.cssbasics.com
http://www.sitepoint.com/article/html-css-beginners-guide/
http://net.tutsplus.com/tutorials/html-css-techniques/design-and-code-your-first -website-in-easy-to-understand-steps/
 

LandisCreations

New Member
As dave mentioned, it'll be best to take a look at some of his links for a basic understanding of html and css.

As for the problem of it not showing home.html first, there are two options. As dave stated, you could just change home.html to index.html and that will probably work.

You can also go into your hosting admin panel and look for a setting called something like "Indexing", which allows you to set the name of the first page seen when going to sporecore.com. Usually it's a list, something like:

index.html
index.htm
index.php
home.html

So if an index.html exists in your web directoryit will go to that, if not it will try index.htm, if not it will try index.php, etc... so if you were to move home.html to the top of the list it that page would be the default. This isn't an HTML issue so much as a hosting system issue.

Best of luck!

~ Nathan
 
Top