Tag Archives: Url

How can I change the background of my web page depending on the time only using XHTML?

I need to change the background of my web page 3 times a day. good morning, good afternoon, and good evening. this has to be in xhtml and not use javascript or PHP. I have to do this for a class which is why I cant use these. <script language="JavaScript"> day=new Date() //..get the date … Continue reading

I am making changes to my index.html file but they are not showing up on my homepage?

I am a bit of a novice My website is www.casadeltoro.com The recent changes I made to my index.html file show up for www.casadeltoro.com/index.html but not for just www.casadeltoro.com It is not a cacheing issue becuase I have tried this on more than one computer and still get the problem what is an iis and … Continue reading

how do i change the name of my index.html page without losing ,my place on other sites that i have linked to?

I am using yahoo page builders, but unknowingly named my main page index.html. Through trial and error, i have learned that if I change the name, i will loose any links i have created with other sites. (it says your page is not found) or something like that. Page builders also states you have to … Continue reading

Is it bad web design 2 have 6 pages called index.html in separate folders then go 2 site.com/foldX 4 index pg?

Is it bad web design 2 have 6 pages called index.html in separate folders then just go 2 site.com/folderX & it will auto go to index.html in that folder? In appearance wise, it is a good design. To make it easy for you to edit pages in the future, the method that you shall be … Continue reading

How to Make A ReDirect Page

http://www.internetmlmtraining.com This is a video on how to redirect a link, so that it looks like its not being redirected, its with HTML. I will show you how create your own html redirect script. Next you will learn how to redirect with the free hosting account I introduced you to a few weeks ago. Duration … Continue reading

In a webpage browser, what syntax will I use to automatically open or display a php file using the index.html?

I programmed a php file but I need to be be opened or to be displayed automatically without copying the content of the php to the index.html…. What syntax will I insert to the index.html because most index.html upn opening a browser to that directory it automatically read the index.html not the desired file.php. Doing … Continue reading