Rotibajan Posted November 2, 2005 Posted November 2, 2005 I'm working on my website and I want my root directory to show 'this site is under construction" where do I go to activate that again? What file do I need to edit.. I have removed it by mistake and don't know how to put it back.. I want that when someone goes to my site it show underconstruction with an underconstruction logo: Exam: www.mystore.com needs to show ' this site is unconstruction can anyone help?
MoisesZaragoza Posted November 2, 2005 Posted November 2, 2005 The best thing is to change the index.php to something else like index1.php and create a new Index file that says under construction at the end of the day the code will be good
♥Monika in Germany Posted November 2, 2005 Posted November 2, 2005 I'm working on my website and I want my root directory to show 'this site is under construction" where do I go to activate that again? What file do I need to edit.. I have removed it by mistake and don't know how to put it back..I want that when someone goes to my site it show underconstruction with an underconstruction logo: Exam: www.mystore.com needs to show ' this site is unconstruction can anyone help? create a new file that looks like you want it to look and name it index.html. Upload it to the same spot you have your index.php, so have have both. It will be called instead of your index.php for people typing in your url, it willnot show the index.php, which you will have to type in explicitely to see your "hidden" store. :-) Monika addicted to writing code ... can't get enough of databases either, LOL! my toolbox: Textpad - Compare and Merge - phpMyAdmin - WS_FTP - Photoshop - How to search the forum Interactive Media Award July 2007 ~ category E-Commerce my advice on the forum is for free, PMs where you send me work are considered consultation which I charge for ...
Rotibajan Posted November 2, 2005 Author Posted November 2, 2005 create a new file that looks like you want it to look and name it index.html. Upload it to the same spot you have your index.php, so have have both. It will be called instead of your index.php for people typing in your url, it willnot show the index.php, which you will have to type in explicitely to see your "hidden" store. I added it to my route directory and it works. Now what do I add to this code to get it to show the image 'Under Construction' in the center of the page. The image 'Under Construction' is stored in my catalog/ images folder: <html> <title>This Website Is Under Construction</title> <head> <style type="text/css"> <!-- .style1 {font-size: xx-large} .style2 {font-size: x-large} --> </style> </head> <body> <p align="center" class="style1"> </p> <p align="center" class="style1">This Website Is Under Construction</p> </body> </html> create a new file that looks like you want it to look and name it index.html. Upload it to the same spot you have your index.php, so have have both. It will be called instead of your index.php for people typing in your url, it willnot show the index.php, which you will have to type in explicitely to see your "hidden" store. I added it to my route directory and it works. Now what do I add to this code to get it to show the image 'Under Construction' in the center of the page. The image 'Under Construction' is stored in my catalog/ images folder: <html> <title>This Website Is Under Construction</title> <head> <style type="text/css"> <!-- .style1 {font-size: xx-large} .style2 {font-size: x-large} --> </style> </head> <body> <p align="center" class="style1"> </p> <p align="center" class="style1">This Website Is Under Construction</p> </body> </html>
♥Monika in Germany Posted November 2, 2005 Posted November 2, 2005 I added it to my route directory and it works. Now what do I add to this code to get it to show the image 'Under Construction' in the center of the page. The image 'Under Construction' is stored in my catalog/ images folder: <html> <title>This Website Is Under Construction</title> <head> <style type="text/css"> <!-- .style1 {font-size: xx-large} .style2 {font-size: x-large} --> </style> </head> <body> <p align="center" class="style1"> </p> <p align="center" class="style1">This Website Is Under Construction</p> </body> </html> I added it to my route directory and it works. Now what do I add to this code to get it to show the image 'Under Construction' in the center of the page. The image 'Under Construction' is stored in my catalog/ images folder: <html> <title>This Website Is Under Construction</title> <head> <style type="text/css"> <!-- .style1 {font-size: xx-large} .style2 {font-size: x-large} --> </style> </head> <body> <p align="center" class="style1"> </p> <p align="center" class="style1">This Website Is Under Construction</p> </body> </html> you're not really asking how to add an image in html? Open any page you have in osC, view the sourcecode and copy the call of an image, then change the file name. :-) Monika addicted to writing code ... can't get enough of databases either, LOL! my toolbox: Textpad - Compare and Merge - phpMyAdmin - WS_FTP - Photoshop - How to search the forum Interactive Media Award July 2007 ~ category E-Commerce my advice on the forum is for free, PMs where you send me work are considered consultation which I charge for ...
Rotibajan Posted November 2, 2005 Author Posted November 2, 2005 you're not really asking how to add an image in html? Open any page you have in osC, view the sourcecode and copy the call of an image, then change the file name. Sorry I'm just tired.. it's a long way i've come.. check out my site http://www.caribdirect.net/catalog/ Sorry I'm just tired.. it's a long way i've come.. check out my site http://www.caribdirect.net/catalog/ what do you think?
♥Monika in Germany Posted November 3, 2005 Posted November 3, 2005 Sorry I'm just tired.. it's a long way i've come.. check out my site http://www.caribdirect.net/catalog/what do you think? you must be having un unclosed tag in your page ... your right column starts lower down, and the footer is not centered. Check that. :-) Monika addicted to writing code ... can't get enough of databases either, LOL! my toolbox: Textpad - Compare and Merge - phpMyAdmin - WS_FTP - Photoshop - How to search the forum Interactive Media Award July 2007 ~ category E-Commerce my advice on the forum is for free, PMs where you send me work are considered consultation which I charge for ...
elzmaddy Posted November 3, 2005 Posted November 3, 2005 Very cool power supplies. One of those would look very good in a completely clear case. I'll bookmark your site.
Rotibajan Posted November 12, 2005 Author Posted November 12, 2005 you must be having un unclosed tag in your page ... your right column starts lower down, and the footer is not centered. Check that. I need to know how to remove the icons on the home page for 'my account', 'check out' in the upper right corner.. I think that's the prob.. Very cool power supplies. One of those would look very good in a completely clear case. I'll bookmark your site. thanks.. I have to pay my service hoster.. so the site is down for a few days.. should be up by monday..
Recommended Posts
Archived
This topic is now archived and is closed to further replies.