- Alignment is not inherited from div to table. You need to apply the style to the td tags.
- The php script may be overriding the style.
- If there is any syntax error in the style, the entire style becomes invalid in some browsers. You have syntax errors, because you have attributes without parameters in the background style.
Wrong:
no-repeat
Right:
background-repeat="no-repeat"
Reputation Points: 730
Solved Threads: 181
Nearly a Senior Poster
Offline 3,314 posts
since Jan 2007