I am encountering a situation where I have a TD
tag with align="right"
.
Inside this TD
tag, there is a div
element with align="left"
. My goal is to:
Align the contents of TD
to theright
(in this case, the DIV)- However, align all the
contents
inside thediv
to theleft
Unfortunately, instead of achieving this result, all the contents inside the div
are aligning to the right as specified in the TD tag.
Does anyone have any insights into why this might be happening?
Thank you for your assistance.
Best regards, Mona