I made a change to the index page and now it doesn't display correctly and I can't figure out what I did. You can see the graphic is too large. In the designer it shows correctly. I know I am using the same graphic. Also the menu bar is not correct. click to another page to see the correct menu.
I can't figure out how to put an image on this post. I was going to give the correct page look.
The other issue I am having is the menu. It has a capital "I" in the index name but the index on the server is lower.
http://www.berrysgarden.com/index.html
Please help...
Thanks
Index page not displaying correctly after uploaded.
Forum rules
IMPORTANT NOTE!!
DO YOU HAVE A QUESTION OR PROBLEM AND WANT QUICK HELP?
THEN PLEASE SHARE A "DEMO" PROJECT.
PLEASE READ THE FORUM RULES BEFORE YOU POST:
http://www.wysiwygwebbuilder.com/forum/viewtopic.php?f=12&t=1901
MUST READ:
http://www.wysiwygwebbuilder.com/getting_started.html
WYSIWYG Web Builder FAQ
IMPORTANT NOTE!!
DO YOU HAVE A QUESTION OR PROBLEM AND WANT QUICK HELP?
THEN PLEASE SHARE A "DEMO" PROJECT.
PLEASE READ THE FORUM RULES BEFORE YOU POST:
http://www.wysiwygwebbuilder.com/forum/viewtopic.php?f=12&t=1901
MUST READ:
http://www.wysiwygwebbuilder.com/getting_started.html
WYSIWYG Web Builder FAQ
-
-
- Posts: 6
- Joined: Fri Feb 01, 2019 9:06 pm
Re: Index page not displaying correctly after uploaded.
The style sheet is missing: index_valentine.css
Did you manually change the name of the page?
or else, maybe you did not publish all files?
Did you manually change the name of the page?
or else, maybe you did not publish all files?
-
-
- Posts: 6
- Joined: Fri Feb 01, 2019 9:06 pm
Re: Index page not displaying correctly after uploaded.
How can you tell the style sheet is missing? When I uploaded the index.html I uploaded the index.css file. What I did was create a index page in the software but I named it "index_valentine". I published the page then I uploaded the page to the server. I renamed the file to "index" both the html & css files. Is this the wrong thing to do? I thought the first page on the website has to be "index".
- BaconFries
-
- Posts: 5939
- Joined: Thu Aug 16, 2007 7:32 pm
Re: Index page not displaying correctly after uploaded.
By visiting / viewing the page source clicking on the file / css in question and get a return of not on server. I just checked again and you have renamed the css file but it is still missingHow can you tell the style sheet is missing
This is the full url with the renamed css and if clicked you will get the error that it is not in your server....
http://www.berrysgarden.com/index_Original.css
Note the index page should only ever be named index (all lowercase) ending with the extension .html, .htm, or .php if you use any php such as a form, login tool etc.
Re: Index page not displaying correctly after uploaded.
If you rename the page outside the software then you will also need to update the HTML code so it uses the correct external files.
-
-
- Posts: 6
- Joined: Fri Feb 01, 2019 9:06 pm
Re: Index page not displaying correctly after uploaded.
How do I change the reference to the css file inside the designer? I looked at the index.html file on my computer and it references the index_original.css. How do I get this back to index.css?
Re: Index page not displaying correctly after uploaded.
The css file will always have the same name as the page.