I am having some problems with a background image in a table. The image hieght is only 9px and it seems to be repeating itself 3 times in the table.
html code:
<td background="http..." colspan="2" height="9">
It does not appear that FCK supports "table hieght". Any suggestions?
Mon, 11/28/2005 - 07:01
#1
RE: table background image and hieght
Does any know how to change this so when you create (or in my case import) a table, the empty cells will not have the " " tag inserted?
In anticipation of your response, I thank you.
RE: table background image and hieght
FCKConfig.FillEmptyBlocks = false ;
but remember that using a table just to put a background image is a bad idea. Using CSS gives you lots more power and flexibility in order to style your pages and it's easier to maintain.