Forum Discussion
_anomDiebolt_
9 years agoQrew Elite
Try this hack:
$("table#introText tr:first td:first").html(markup);
$("table#introText tr:first td:first").html(markup);
ChrisChris
9 years agoQrew Assistant Captain
I'm using this one:
"<img qbu=\"module\" src=\"/i/clear2x2.gif\" " &
"onload=\"javascript:if(typeof QBU=='undefined'){QBU={};$.getScript('" &
URLRoot() &
"db/" &
Dbid() &
"?a=dbpage&pagename=legend.js')}\">"
I call this formula text field "Legend".
The user defined page I'm using is called legend.js, and has the following:
$("table#introText tr:first td:first").html("<b style='color:red'>This is red</b>");
But, it no woiking.