I want to do some styling for a page that gets opened in ms-outlook 2010.
Problem is that it doesn't support the display
attribute.
Does anyone know a good alternative for it?
A possible solution would be to create a class that has properties similar to display: block
.
Would this work? How would I go about doing this?
Thanks in advance.