<div> tags are usable in both HTML and XHTML. OK next step is to validate your code and it will give you various error messages. Some of them because your styling in the XHTML code needs to be moved to the style sheet. And ALL images require an ALT tag which describes the image or a blank alt tag if it is just a decorative image.
So the big image in the top box could be specified as the background for that cell or add an ALT tag to it.
With the page opened in code view | Right Click and choose apply xml formatting rules since you are using XHTML coding. This will add any self closing / to the code for you.
The other validation error that comes up is -
Line 29, Column 97:
cannot generate system identifier for general entity "FamilyID".
…ownloads/details.aspx?displaylang=es&FamilyID=428d5727-43ab-4f24-90b7-a94784a
✉
An entity reference was found in the document, but there is no reference
by that name defined. Often this is caused by misspelling the reference
name, unencoded ampersands, or by leaving off the trailing semicolon (;).
The most common cause of this error is unencoded ampersands in
URLs as described by the WDG in "Ampersands
in URLs".
which is telling you that anytime the ampersand is used in the url it needs to be changed to the code for the ampersand which is &
You have a style3 applied to the code which does not exist so you need to get rid of it and double check that your opening and closing tags on the tr and td match
pat
Pat Geary
MS MVP - FrontPage
http://www.genealogy-web-creations.com/
http://www.genealogy-computer-tips.com/