Hello,
I've got a drupal 5.1 site where I'm trying to insert a table. In one cell, I've got a background set like this: <td style="background-image: url(http://www.imcpl.org/resources/images/subcategory_main.gif); background-repeat: repeat-y;">
When I save the page, rather than using that background for that cell, it instead shows this text: http://www.imcpl.org/resources/images/subcategory_main.gif); background-repeat: repeat-y;">
Is there a setting somewhere I need to change to get that to work? I'm using the input format of full html.
- jody
What happens if you put the styling in your stylesheet, and just id the cell inline?
-Laura
On Mar 15, 2007, at 3:18 PM, Jody Cleveland wrote:
Hello,
I've got a drupal 5.1 site where I'm trying to insert a table. In one cell, I've got a background set like this:
<td style="background-image: url(http://www.imcpl.org/resources/images/subcategory_main.gif); background-repeat: repeat-y;">
When I save the page, rather than using that background for that cell, it instead shows this text: http://www.imcpl.org/resources/images/subcategory_main.gif); background-repeat: repeat-y;">
Is there a setting somewhere I need to change to get that to work? I'm using the input format of full html.
- jody
-- [ Drupal support list | http://lists.drupal.org/ ]
On 3/15/07 7:05 PM, "Laura Scott" laura@pingv.com wrote:
What happens if you put the styling in your stylesheet, and just id the cell inline?
Thanks! That took care of it. I have some spacing issues to take care of, but that fixed that issue.
- jody