HighDots Forums  

How to draw lines

Macromedia Dreamweaver Macromedia Dreamweaver Discussions (macromedia.dreamweaver)


Discuss How to draw lines in the Macromedia Dreamweaver forum.



Reply
 
Thread Tools Display Modes
  #1  
Old   
nsv2
 
Posts: n/a

Default How to draw lines - 07-08-2004 , 12:23 PM






Hi. I'm new to Dreamweaver and novice into web designs.
I read the manual but can't figure out how to:

1. Draw a simple line to separate columns or just draw a colored line of
various widths to enhance my new webpage.
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?

Any suggestions?


Reply With Quote
  #2  
Old   
~Flash~
 
Posts: n/a

Default Re: How to draw lines - 07-08-2004 , 12:32 PM






Quote:
1. Draw a simple line to separate columns or just draw a colored line of
various widths to enhance my new webpage.
Well you can use <hr> to insert a horizontal ruler but if you want it to have
colors I'm sure your going to need a script for that try http://www.google.com.

Quote:
2. How to round out the edges of a text area, graphics or image area.
It isn't posible to round the edges of a text box.

Quote:
3. How about how do add shadows to the edges of an image?
That would be a javascript, try one of the sites above for that too.

Flash



Reply With Quote
  #3  
Old   
seb
 
Posts: n/a

Default Re: How to draw lines - 07-08-2004 , 12:43 PM



rectifications:

~Flash~ wrote:

Quote:
1. Draw a simple line to separate columns or just draw a colored line of

various widths to enhance my new webpage.
Well you can use <hr> to insert a horizontal ruler but if you want it to have
colors I'm sure your going to need a script for that try http://www.google.com.
Use CSS to specify the color of your line.

Quote:
2. How to round out the edges of a text area, graphics or image area.
It isn't posible to round the edges of a text box.

3. How about how do add shadows to the edges of an image?
That would be a javascript, try one of the sites above for that too.
Javascript can't add shadows. There are no "real" shadow effect in html,
javascript or CSS, only carefully positioned background images that
*simulate* a shadow effect.

Quote:
Flash


Reply With Quote
  #4  
Old   
Joe Makowiec
 
Posts: n/a

Default Re: How to draw lines - 07-08-2004 , 12:45 PM



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.


Reply With Quote
Reply




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Powered by vBulletin Version 3.5.4
Copyright ©2000 - 2009, Jelsoft Enterprises Ltd.