[pmwiki-users] Re: background image

Patrick R. Michaud pmichaud at pobox.com
Mon Apr 11 12:11:44 CDT 2005


On Mon, Apr 11, 2005 at 12:03:57PM -0400, Radu wrote:
> At 11:14 AM 4/11/2005, Patrick R. Michaud wrote:
> 
> >Actually, that should probably be
> >
> >   || style='background-image:url(marble.gif)'
> 
> Um. That was the first thing I tried, but pmwiki renders that as
> 
> <TABLE url(marble.gif)??>
> <TBODY>
> <TR>
> <TD>one</TD></TR></TBODY></TABLE>
> 
> I try to do homework before I suggest a solution. Maybe my 2beta28 is 
> broken?

Works fine for me.  http://www.pmwiki.org/wiki/Test/TableBackground .
Maybe a cookbook extension is causing the problem?

> Tried that but no matter what I do, I get only:
> 
> <TABLE
> style="BORDER-BOTTOM: 0px; BORDER-LEFT: 0px; BORDER-RIGHT: 0px; BORDER-TOP: 
> 0px"
> alt="" src="http://www.pmichaud.com/grape/in-grape2.gif" url(<img>')'&gt;
> <TBODY>

Ohhhhh!  That's because links (http://...) are processed before the
table markup is processed.  You might try escaping the link with [=...=].

Pm



More information about the pmwiki-users mailing list