Color selection for backgrounds
Is there an easy way to select a custom color for a page or table background? I'm not getting a color selector no matter what I do. What am I missing?
Thanks!
Is there an easy way to select a custom color for a page or table background? I'm not getting a color selector no matter what I do. What am I missing?
Thanks!
The much simpler way would be to just hand code the CSS...
1. Give your table a CSS class or id
2. In the <style> tag of your page, or in your extenal CSS file, add that class or id to a CSS selector
3. Give the selector the "background-color" property
4. When you hit the : between the property and value of your CSS, DWs Code Hinting will give a Color Picker as the first option
5. Choose a color and hit Enter
Already have an account? Login
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.