98.7% Of all customers recommend us, we're so confident about our results we publish all reviews and stats
View Live Stats View ReviewsForum home » Delegate support and help forum » Microsoft Frontpage Training and help » Graduated Backgrounds
Graduated Backgrounds
Resolved · Low Priority · Version 2003
Julie has attended:
No courses
Graduated Backgrounds
What is the best way to get a graduated background in a cell or table? Hard code it as a style or use a graphic image and put the text over the top?
RE: Graduated Backgrounds
Julie,
I'd use a graphic, but then use CSS to display the style.
eg. you can use this type of CSS:
.gradtable {
background: url("/image/gradtableback.gif");
}
Then use in your HTML:
<table class="gradtable>
[rows/cells here]
</table>
I hope this helps.
Regards, Rich
Training information:
Welcome. Please choose your application (eg. Excel) and then post your question. Our Microsoft Qualified trainers will then respond within 24 hours (working days). Frequently Asked Questions
Any suggestions, questions or comments? Please post in the Improve the forum thread. |
Frontpage tip:Switch Quickly Between ViewsSwitch Quickly Between Views in FrontPage |