I prefer plain code pieces but chocolate coated could be interesting; maybe I should write it on rice paper…
Anyway, I do have a very old example about 10-years old under the “XHTML Elements” on my abandoned website. Hideously ugly and not that well marked up - as it hasn’t been touched for 10-years - but maybe slightly useful once you remove the background image.
I think Barnum, they’ve been teaching you (or what you have learnt) from looking at your website is a handful HTML Elements, for example: H1, P, BR, IMG, A, CENTER, B, I, TABLE, TR, TD and FONT and you have learnt how to align them with [align=“”] and how to hardcode colours.
It kind of reminds me of the types of “trial-and-error” things I did at the very beginning… Your largest step will be trying to move onto CSS for applying styles and ditching the deprecated FONT tag. Because the code is littered with them and although they are easy to learn they are time-consuming to manage or type.
Are you just using notepad and hand-rolling the HTML, or using a web-editor?
On your first page the <style> block should be nested within the <head> element.
Erm, I don’t know the best way to approach this I could highlight the HTML issues or just wait to see at what stage you are at now.
I know it can be very disconcerting when crazies like myself say things like; “This, would be more semantic or just use CSS to style all the headings to white, and links to green, etc”.
Would you find it helpful if somebody showed you the ‘index’ page but replaced with very basic CSS; swapping CSS for the main presentational/tags attributes of the HTML, i.e. bgcolor, color and align?
Nice photographs and don’t give up hope… I was where you were several year back so keep asking questions.