graduated backgrounds

Forum home » Delegate support and help forum » Microsoft Frontpage Training and help » Graduated Backgrounds

Graduated Backgrounds

resolvedResolved · 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 courses

 

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
What does 'Resolved' mean?

Any suggestions, questions or comments? Please post in the Improve the forum thread.


 

Frontpage tip:

Switch Quickly Between Views

Switch Quickly Between Views in FrontPage

To quickly switch between Design view, Preview, and HTML view, just press CTRL+PAGE UP or CTRL+PAGE DOWN.

View all Frontpage hints and tips


Server loaded in 0.11 secs.