thedarkman wrote:
>
>> That hardly accounts for the differences. There is a huge amount of
>> code ommitted in the copy of the original. And why did you copy the
>> original anyway?
>>
>
>
> I didn't copy the original, I wrote the original. I've been going
> through the site, putting in new links to open pages in a new window
> and replacing quotes with smart quotes. The former is where the error
> crept in.
Unfortunately with all your "edits" you are still ignoring basic HTML
syntax. Until you address the fundamentals all you be doing is going in
circles. The sad part is HTML syntax is *not that difficult*.
1) Nested elements FILO
2) Some elements REQUIRE closing tags, so simplest to remember is to
close ALL elements except for AREA, BASE, BASEFONT, BR, COL, FRAME, HR,
IMG, INPUT, LINK, META, and PARAM
3) Learn which elements are INLINE and those that are BLOCK. Basically,
inline elements need to be inside at least one block element and inline
elements cannot contain block elements.
Until you do the above, you code will be nothing more than a muddle.
--
Take care,
Jonathan
-------------------
LITTLE WORKS STUDIO
http://www.LittleWorksStudio.com