cell textures

P

pmyers123

How can i apply a texture that you can apply to a text box, to a cell in
front page? Is it possible to code it in html?
 
R

Ronx

Textures in text boxes are VML graphics, which can only be applied using
VML. VML should be avoided since it is only rendered in IE running on
Windows - other browsers will render either nothing at all or poor
quality .gif representations.

For a texture in a table cell use a background image for the cell.
 
Top