On Thu 08 Jul 2004 12:23:51p, nsv2 wrote in macromedia.dreamweaver:
Quote:
1. Draw a simple line to separate columns or just draw a colored line
of various widths to enhance my new webpage. |
For a simple horizontal divider, the <hr> tag works; if you want to get
more sophisticated than this, you'll need to use CSS to set margins. You
can do quite a bit with it.
http://mako4css.com/ for starters; there's a lot more tutorial material on
the Web about CSS.
Quote:
2. How to round out the edges of a text area, graphics or image area.
3. How about how do add shadows to the edges of an image? |
You have to do these less or more with images. It's relatively easy to add
drop shadow to an image using Fireworks. For the rounded edges, Eric Meyer
has written some interesting stuff:
http://www.complexspiral.com/publications/rounding-tabs/
http://www.ericmeyeroncss.com/projects/10/
Do a google for [rounded edges eric meyer] for more.