Page 1 of 1
html publish settings
Posted: Sun Jun 27, 2021 1:53 pm
by ★MAVEL™
on my other web program, it publishes a 32 web page site,
and instead of adding xtra code to each page, like : ...favicon, disable right click,loaders, etc
you just paste the codes into a box ONCE..........
Then all the 32 pages get this code automated
does this program have a similar box window ?
Re: html publish settings
Posted: Sun Jun 27, 2021 2:00 pm
by BaconFries
You can either use Page HTML using between <head></head> tags* <body></body>tags* or use the HTML Object selecting from the drop-down the appropriate place to insert the code like the above tags* mentioned.
Add HTML via HTML Object
Add HTML via Page HTML
See the following:
https://www.wysiwygwebbuilder.com/add_html.html
Re: html publish settings
Posted: Sun Jun 27, 2021 2:17 pm
by Pablo
Either add the code to the Site HTML or use a master page.
Re: html publish settings
Posted: Sun Jun 27, 2021 2:21 pm
by ★MAVEL™
thankyou for the info
but where do i find thease
iv been looking everywhere, even typed in search.
Re: html publish settings
Posted: Sun Jun 27, 2021 2:30 pm
by BaconFries
Menu-->Page-->Page HTML /
Menu-->Page-->Site HTML / Menu-->Insert-->HTML
Re: html publish settings
Posted: Sun Jun 27, 2021 2:46 pm
by ★MAVEL™
BaconFries wrote: ↑Sun Jun 27, 2021 2:30 pm
Menu-->Page-->Page HTML /
Menu-->Page-->Site HTML / Menu-->Insert-->HTML
thanx thats FANTASTIC , iv found it...
i really hope it does what i expect it to do.
Re: html publish settings
Posted: Sun Jun 27, 2021 2:53 pm
by ★MAVEL™
No no no
it doesnt function the way i thought it would
i added the favicon codes in the HEAD
i added the Disable right mouse , in the BODY
made no difference
i opened the html HOME PAGE...........and it has not been added.
----------------
im wondering if this is the right program for me........ long term.
Re: html publish settings
Posted: Sun Jun 27, 2021 3:00 pm
by crispy68
im wondering if this is the right program for me........ long term.
It is if you are doing it correctly.
If you added the correct code in the correct space then the code will be there. It's hard to say what your problem is without seeing what code you are adding and what your setup is in your project. Can you provide more detail or a step by step of what you did?
The code needs placed in either "
after <body> tag" or "
before </body>" and not in
"inside <body> tag".
Re: html publish settings
Posted: Sun Jun 27, 2021 3:07 pm
by ★MAVEL™
ok
ill create a video-gif...and post it here soon.
Im really not sure iv made the right choice in buying W16
i dont want a refund................ i just had no idea that simple procedures would be sooooooooooo difficult.
im used to doing things fast and efficient............... but i keep getting Blocked by SIMPLE THINGS.
Re: html publish settings
Posted: Sun Jun 27, 2021 3:12 pm
by crispy68
im used to doing things fast and efficient............... but i keep getting Blocked by SIMPLE THINGS.
I'm not sure what is faster or simpler than opening up the Site HTML and placing code there to appear on every page. I've use it all the time with no issues. As for Favicons, there is already a page in the page and site properties to add all of these also. Can't get any simpler than that can you?
Instead of creating video gif's, why not just upload a copy of your project with just the page you are having issues with where someone can download it and look at your issue? It's a lot easier to 1. see how you are doing it and possibly suggest a better alternative and 2. diagnose the problem you are having based on your settings.
Re: html publish settings
Posted: Sun Jun 27, 2021 3:14 pm
by BaconFries
im wondering if this is the right program for me........ long term
I would say yes....but only if you are using it correctly! And without sounding rude to you and without you saying as before in another post "I have being doing this ages" but you haven't been using the software for ages so before saying it is not for you forget everything about the previous software used and familiarise yourself with the software.
If you need help it is here but for to get the best possible help we ask you to either provide a url so it can be viewed or provide a demo project (.wbs) so it can be loaded and checked to see what you are doing wrong if anything...
Note images / GIFs /videos do not help that is why it is asked for just a basic demo of the project.
Re: html publish settings
Posted: Sun Jun 27, 2021 3:52 pm
by ★MAVEL™
A simple example of adding codes to the html HEAD and BODY .
iv done this a 100 times before in various other web programs............. no problem.
Re: html publish settings
Posted: Sun Jun 27, 2021 4:06 pm
by crispy68
Like I said in my previous post, you put the code in the wrong spot. Please see my first post.
"inside <body> tag" means placing code inside the actual <body> tag like such:
NOT in the body of the html code between <body> and </body>. This is all documented in the help.
Re: html publish settings
Posted: Sun Jun 27, 2021 4:20 pm
by ★MAVEL™
Sorry that doesnt make sense to me...........
you dont put the HEAD codes OUTSIDE the head
other wise those codes will be seen
like wise you dont put the BODY codes OUTSIDE the body
other wise those codes will be seen too
-
The designers are having a group meeting tommorow afternoon
to discuss the purchase of multiple W16s
or Bootstrap Studio............and the differences between them
Re: html publish settings
Posted: Sun Jun 27, 2021 4:27 pm
by crispy68
Sorry that doesnt make sense to me...........
I never mentioned anything about the HEAD code above nor did I say anything about placing the HEAD code outside of the HEAD section. Of course the metatags go in the HEAD section.
You entered the body code in the wrong place and you want to blame the software for it not working?
WB gives you the ability to add code in the <body> tag itself (ex: onload events). The other 2 options give you the ability to add it to body of the html either right after the opening <body> tag or right before the closing </body> tag. I don't know why you find that hard to understand? It's not putting it outside of the body. I don't know where you got that from.
You can see exactly where your code is being put in the Generated HTML window above!
Here is when you add code to INSIDE <BODY> TAG:
Here is when you add code to AFTER <BODY> TAG:
As you can see the text above was placed right after the opening <body> tag and before the closing </body> tag and is NOT being placed outside of the HTML body.
Maybe your defunct software didn't allow for adding code to the inside of the body tag itself which is why you are getting confused. WB allows for in-depth control. Many scripts ask you to place the .js code right before the closing </body> tag. This gives you that control!