> I removed the grad macro from the pagetemplate and added the <div
> class='header' background=url("header.jpg")> to the stylesheet and
> that didn't work
PageTemplate uses HTML syntax (with TW enhancements)
StyleSheet uses CSS syntax
Thus, in PageTemplate you can write:
<div class='header'>
and in StyleSheet:
.header { background: url("header.jpg"); }
Alternatively, if you don't want to modify the StyleSheet, you can
write the CSS inline within the PageTemplate HTML, like this:
<div class='header' style='background: url("header.jpg")'>
enjoy,
-e
Eric Shulman
TWClassic CoreDev / TiddlyTools / ELS Design Studios
----
WAS THIS ANSWER HELPFUL? IF SO, PLEASE MAKE A DONATION
http://www.TiddlyTools.com/#Donations
note: donations are directly used to pay for food, rent,
gas, net connection, etc., so please give generously and often!
Professional TiddlyWiki Consulting Services...
Analysis, Design, and Custom Solutions:
http://www.TiddlyTools.com/#Contact