I cannot figure out why the div "trix4" wont align left of its containing div. help?
css: http://pastebin.com/nmEGars4
html: http://pastebin.com/UnKaG38U
Your input is greatly appreciated!
|
I cannot figure out why the div "trix4" wont align left of its containing div. help? css: http://pastebin.com/nmEGars4 html: http://pastebin.com/UnKaG38U Your input is greatly appreciated! |
|||
This question is unlikely to help any future visitors; it is only relevant to a small geographic area, a specific moment in time, or an extraordinarily narrow situation that is not generally applicable to the worldwide audience of the internet. For help making this question more broadly applicable, see the FAQ.
|
perhaps remove the |
|||||||
|
|
Of course it won't align left. You do not have a CSS object that is telling it to align left in the examples that you gave. The only text-align: left; that you have defined is in .message class and .subject-time class. Your "Trix 4" div is not contained within either of these. Add a .user class and assign a text-align: left; to it. |
|||
|
|
trix4– Mr. Manager Jun 6 '11 at 14:22