in my custom css file i've tried a few things (this is plone btw)
.logo_cell {
align:right:
height="87";
width="250";
}
and per above
float:right;
height="87";
width="250";
and in desperation just testing and forgetting about the sizing
.logo_cell img {
float:right;
}
but nothing i do in css seems to work
if i code alignment in the td tag, align=right, that works

see http://www.westernstatesglass.com/1navDoc_wsgIndustryLinks/document_view

ideally in the css tag, i want to do multiple things
-set the size of the cell (width and height)
- align graphics (not text) to the right side of the cell

can't seem to find the magic?
bob




______________________________________________________________________
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
List policies -- http://css-discuss.org/policies.html
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/

Reply via email to