Closed
Bug 293269
Opened 20 years ago
Closed 20 years ago
can not align a table caption left or right by using tag property align=right or halign=right
Categories
(SeaMonkey :: General, defect)
Tracking
(Not tracked)
RESOLVED
INVALID
People
(Reporter: andrewdegenhardt, Unassigned)
References
()
Details
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.2.1) Gecko/20021130 Build Identifier: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.2.1) Gecko/20021130 in this page http://fixiecowboys.biztekonline.com/constantinephoto.com/mozillabugcaptionalign.html there is a caption tag in the table that I wanted to be right aligned. I tried using an html property to align it, it wouldnt work. I was a bit worried because I wanted to use caption for accessability reasons, however, a css and class assignment was successful in aligning the data. Reproducible: Always Steps to Reproduce: Please view web example to recreate problem. http://fixiecowboys.biztekonline.com/constantinephoto.com/mozillabugcaptionalign.html Actual Results: the alignment doesnt work, you'll see if you open the page and view the html code. Expected Results: the caption should be aligned left or right
This will not work because it is not valid html and there are a lot of problems. I ran it through the W3C validator here: http://validator.w3.org/detailed.html There is no valign or halign property in html 2.0, 3.2 or 4.1. And it doesn't work in Opera or IE either. Invalid
Status: UNCONFIRMED → RESOLVED
Closed: 20 years ago
Resolution: --- → INVALID
You need to log in
before you can comment on or make changes to this bug.
Description
•