Hi, I understand that this question may be complex and not make any sense.
But I would need to know if it is possible to embed html4 code in a wordpress canvas.
Why do I say in a canvas? Because I need the entire site to look and be html4 code without any of the wp header/footer .
The “easy way” to put code in wp (gutenberg), doesn’t work for me because all the html4 code of the site is inside a “frame” of what would be an astra theme site, for example. Like a “little box” (the html4 of my site) inside a larger box (the wp theme). I don’t want this.
​
I mean, I would need the wp platform, its plugins and its “seo friendly”, but I want a site that looks like it was made 20 years ago (non-responsive, small fonts and images, unpleasant to look at, etc).
[ad_2]
“*I mean, I would need the wp platform, its plugins and its “seo friendly”, but I want a site that looks like it was made 20 years ago (non-responsive, small fonts and images, unpleasant to look at, etc).*”
that’s just CSS, you don’t need anything special to do that. Though I don’t understand your post – a lot of it doesn’t make sense. “Canvas” means something different in html.
If you don’t want the header/footer, create a custom template and remove them
I’m a bit confused by this question because HTML4 won’t magically make your website look like it’s from 20 years ago. You can achieve a retro look using all the latest technologies.
What you need to declare as HTML4 is beyond me. Literally has me at, WTF, to be honest.
Revisit this plan.
Research retro styles from the turn of the century and build a modern site that reflects a retro style.
Edit: as Blue said. Make a custom template file without the header and footer includes but DO NOT just rip the header include out. Remove the relevant <header> from however your theme parts out the header include file.
If you want to write the html code directly, then just make a custom theme.