|
*post updated - check updated code*
i believe uncle ghed's second solution is the same or similar so his should work too.
please keep in mind that most of your code is not xhtml, it is html. the difference is that you cannot use attribute tags like: align, valign, width, cellspacing, cellpadding, border. you have to use their css equivalents. you also cannot use capital letters in tags, and you must enclose all values in double quotes (<tag style="css.code: something">)
|