Due to enormous amounts of spam, the forum has been set to read-only mode.



Reply to topic  [ 5 posts ] 
Backgroundcolor Memofield 
Author Message

Joined: Sat Dec 04, 2004 12:19 pm
Posts: 221
Post Backgroundcolor Memofield

How can I set a permanet backgroundcolor to the memofield in AlbumBrowse.xsl? I have this:

<xsl:if test="notes!=''">
<TD>
<font size="+3">
<font color="#FFFFFF">
<A HREF="Album_Memo.xsl">Notes</A>
</font>
</font>
<A HREF="CMD:EDITMEMO:album,notes,{albumid/@unformatted}">
<IMG SRC="EditMemo.gif" BORDER="0"/></A>
</TD>
<TR CLASS="fieldrow">
<TD CLASS="fieldvalue">
<xsl:value-of select="notes"/>
</TD>
</TR>
</xsl:if>


Fri Oct 02, 2009 10:40 am
Profile
Site Admin
User avatar

Joined: Fri Nov 22, 2002 3:52 pm
Posts: 13748
Post Re: Backgroundcolor Memofield

Code:
<TD CLASS="fieldvalue" BGCOLOR="RED">
<xsl:value-of select="notes"/>
</TD>

_________________
Fredrik Nordbakke
www.fnprg.com


Fri Oct 02, 2009 1:28 pm
Profile WWW

Joined: Sat Dec 04, 2004 12:19 pm
Posts: 221
Post Re: Backgroundcolor Memofield

FredrikN wrote:
Code:
<TD CLASS="fieldvalue" BGCOLOR="RED">
<xsl:value-of select="notes"/>
</TD>

Thank you. But there's still a problem. The tables in this memofield are keeping the colour white. I know I can change the backcolour of a table in the edit-memofield. But it's difficult o find the colour #3d3d3d there. Also I changed the paragraph backgroundcolor of the font and can't take it out anymore. Sorry for my ignorance.


Fri Oct 02, 2009 4:02 pm
Profile
Site Admin
User avatar

Joined: Fri Nov 22, 2002 3:52 pm
Posts: 13748
Post Re: Backgroundcolor Memofield

Rumpelstilzchen wrote:
FredrikN wrote:
Code:
<TD CLASS="fieldvalue" BGCOLOR="RED">
<xsl:value-of select="notes"/>
</TD>

Thank you. But there's still a problem. The tables in this memofield are keeping the colour white. I know I can change the backcolour of a table in the edit-memofield. But it's difficult o find the colour #3d3d3d there. Also I changed the paragraph backgroundcolor of the font and can't take it out anymore. Sorry for my ignorance.

I'm fraid you cannot override the colors set up in the memo edit window.

_________________
Fredrik Nordbakke
www.fnprg.com


Fri Oct 02, 2009 4:04 pm
Profile WWW

Joined: Sat Dec 04, 2004 12:19 pm
Posts: 221
Post Re: Backgroundcolor Memofield

FredrikN wrote:
Rumpelstilzchen wrote:
FredrikN wrote:
Code:
<TD CLASS="fieldvalue" BGCOLOR="RED">
<xsl:value-of select="notes"/>
</TD>

Thank you. But there's still a problem. The tables in this memofield are keeping the colour white. I know I can change the backcolour of a table in the edit-memofield. But it's difficult o find the colour #3d3d3d there. Also I changed the paragraph backgroundcolor of the font and can't take it out anymore. Sorry for my ignorance.

I'm fraid you cannot override the colors set up in the memo edit window.

Thank you. :cry:


Fri Oct 02, 2009 5:47 pm
Profile
Display posts from previous:  Sort by  
Reply to topic   [ 5 posts ] 

You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot post attachments in this forum

Search for:
Jump to:  
Powered by phpBB © 2000, 2002, 2005, 2007 phpBB Group.
Designed by STSoftware for PTF.