Ok, I re-created the page and it uploads images ok.
Thinks begin to go wrong after you re-edit and publish say 5 times. Change a few bits, re-publish and it all goes weird.
As for the text aligning left, maybe the solution it to add images instead of text?
I tried adding the HTML as a header, but that just puts the menu at the very top of the page. I suppose to counteract that I would need to edit 'each' HTML Page so the banner is as Header below the added menu script.
Thinks begin to go wrong after you re-edit and publish say 5 times. Change a few bits, re-publish and it all goes weird.
As for the text aligning left, maybe the solution it to add images instead of text?
I tried adding the HTML as a header, but that just puts the menu at the very top of the page. I suppose to counteract that I would need to edit 'each' HTML Page so the banner is as Header below the added menu script.
One of the images is picking the incorrect one. VSD Preview displays the page as OK (apart from the aligning of text - diff issue)
The collection of images, the top right is grabbing a different image.
The collection of images, the top right is grabbing a different image.
You say that you have recreated the page, was that from scratch?
You still have a doctype declaration, meta tags and html, head and body (+ the closing tags) twice in your document. I can't think of how you got them twice, I have never seen that before. My thinking was that you might have inserted some html using the html tool. If not, that's beyond me...
I think it would be better to contact support (link at the top of the page) and have them help you sorting this.
You still have a doctype declaration, meta tags and html, head and body (+ the closing tags) twice in your document. I can't think of how you got them twice, I have never seen that before. My thinking was that you might have inserted some html using the html tool. If not, that's beyond me...
I think it would be better to contact support (link at the top of the page) and have them help you sorting this.
Ha en riktig god dag!
Inger, Norway
My work in progress:
Components for Site Designer and the HTML Editor: https://mock-up.coffeecup.com
Inger, Norway
My work in progress:
Components for Site Designer and the HTML Editor: https://mock-up.coffeecup.com
Kriston, It's the html box that you have inserted that's causing your alignment issues.
I can't hear what I'm looking at.
It's easy to overlook something you're not looking for.
This is a site I built for my work.(RSD)
http://esmansgreenhouse.com
This is a site I built for use in my job.(HTML Editor)
https://pestlogbook.com
This is my personal site used for testing and as an easy way to share photos.(RLM imported to RSD)
https://ericrohloff.com
It's easy to overlook something you're not looking for.
This is a site I built for my work.(RSD)
http://esmansgreenhouse.com
This is a site I built for use in my job.(HTML Editor)
https://pestlogbook.com
This is my personal site used for testing and as an easy way to share photos.(RLM imported to RSD)
https://ericrohloff.com
Thank you all for your help!
Getting the hang of it now. I should edit parts of the html add-ins to make sure the important tags appear only once.
Getting the hang of it now. I should edit parts of the html add-ins to make sure the important tags appear only once.
Kriston, there are still a lot to do with your file. I have created a 'short version' of your file and written some comments:
My guess is that you have created the menu in some other software and then got it onto some html file. I suspect that you pasted the whole html file into the VSD file, head, tail and everything. That is where everything goes to blazes.
What you have to do is view the code of the menu file, and copy-paste the bits (the two links to the css and js files) as header html into VSD. Then you do the same with the body onload and actual menu and its classes, copy-paste as body html. You don't want the html, body etc stuff more than once in your file, and that is placed there by VSD without you having to do anything.
I hope this will help.
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html> 1st html, correct.
<head>
... meta tags incl. charset, creator and time stamp ...
<title> Minerva-Consulting </title>
<style type="text/css">
...all the styles that VSD has put in...
</style>
So far is all good, but then:
... This is where the inserted links to the simple.css and click_menu.js should appear...
</head>
<body> 1st body tag
<div id="container">
...all the graphic files...
<html> 2nd html tag
<body> 2nd body tag
<link rel="stylesheet" media="all" type="text/css" href="simple.css" />
<script src="click_menu.js" type="text/javascript"></script>
These two lines have to be inserted as header html without any html, body or head tags!
</body> 2nd end body
<body onload="clickMenu('menu')"> 3rd body. The onload can be added to the first body.
<div id="outer">
<ul id="menu">
... the menu ul and li's. Theywould have been correctly placed, hadn't it been for the extra html and body stuff
</div>
</div>
... Welcome and footer text ...
</div>
</div>
</body>
</html>
<html> 1st html, correct.
<head>
... meta tags incl. charset, creator and time stamp ...
<title> Minerva-Consulting </title>
<style type="text/css">
...all the styles that VSD has put in...
</style>
So far is all good, but then:
... This is where the inserted links to the simple.css and click_menu.js should appear...
</head>
<body> 1st body tag
<div id="container">
...all the graphic files...
<html> 2nd html tag
<body> 2nd body tag
<link rel="stylesheet" media="all" type="text/css" href="simple.css" />
<script src="click_menu.js" type="text/javascript"></script>
These two lines have to be inserted as header html without any html, body or head tags!
</body> 2nd end body
<body onload="clickMenu('menu')"> 3rd body. The onload can be added to the first body.
<div id="outer">
<ul id="menu">
... the menu ul and li's. Theywould have been correctly placed, hadn't it been for the extra html and body stuff
</div>
</div>
... Welcome and footer text ...
</div>
</div>
</body>
</html>
My guess is that you have created the menu in some other software and then got it onto some html file. I suspect that you pasted the whole html file into the VSD file, head, tail and everything. That is where everything goes to blazes.
What you have to do is view the code of the menu file, and copy-paste the bits (the two links to the css and js files) as header html into VSD. Then you do the same with the body onload and actual menu and its classes, copy-paste as body html. You don't want the html, body etc stuff more than once in your file, and that is placed there by VSD without you having to do anything.
I hope this will help.
Ha en riktig god dag!
Inger, Norway
My work in progress:
Components for Site Designer and the HTML Editor: https://mock-up.coffeecup.com
Inger, Norway
My work in progress:
Components for Site Designer and the HTML Editor: https://mock-up.coffeecup.com
PS: I see that the code field is not wide enough to display it all without scrolling, and my post with the code also so long that you have to scroll up and down. This forum is made this way, I can't change it. But to be able to study it thoroughly I recommend copying the code over into Notepad or so.
Ha en riktig god dag!
Inger, Norway
My work in progress:
Components for Site Designer and the HTML Editor: https://mock-up.coffeecup.com
Inger, Norway
My work in progress:
Components for Site Designer and the HTML Editor: https://mock-up.coffeecup.com
That has helped alot!
I have indeed been pasting the whole code into the body, without splitting the items.
Thanks again.

I have indeed been pasting the whole code into the body, without splitting the items.
Thanks again.

Great! It is correct now!

Ha en riktig god dag!
Inger, Norway
My work in progress:
Components for Site Designer and the HTML Editor: https://mock-up.coffeecup.com
Inger, Norway
My work in progress:
Components for Site Designer and the HTML Editor: https://mock-up.coffeecup.com
Have something to add? We’d love to hear it!
You must have an account to participate. Please Sign In Here, then join the conversation.