RE: Website coding tutorial websites
I heartily recommend you think about XHTML Strict, and move all formatting to CSS. Of course, if you wish to stick to Transitional, that's fine: it's for 'transitioning' between old HTML and XHTML Strict, after all.
Anyway:
- Remove all the <br />s from around the image
- Swap the h1 and h2
- Use CSS to set the image to 'float', with some positioning attributes to make it float in the right place (you may want to look at <div> tags for this)
|