HighDots Forums  

Vertical line?

Macromedia Dreamweaver Macromedia Dreamweaver Discussions (macromedia.dreamweaver)


Discuss Vertical line? in the Macromedia Dreamweaver forum.



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

Default Vertical line? - 11-28-2004 , 10:55 PM






how can i get a line like in the screen shot
http://sagehealthstore.com/images/site.jpg




Oliver



Reply With Quote
  #2  
Old   
Tim Gallant
 
Posts: n/a

Default Re: Vertical line? - 11-28-2004 , 11:18 PM







"oliver hauver" <enoc22 (AT) mvdsl (DOT) com> wrote

Quote:
how can i get a line like in the screen shot
http://sagehealthstore.com/images/site.jpg




Oliver
Just looks like a border, with only one side selected for use.

tim




Reply With Quote
  #3  
Old   
Nadia *TMM*
 
Posts: n/a

Default Re: Vertical line? - 11-28-2004 , 11:33 PM



Quote:
"oliver hauver" <enoc22 (AT) mvdsl (DOT) com> wrote in message
news:coe6tf$1up$1 (AT) forums (DOT) macromedia.com...
how can i get a line like in the screen shot
http://sagehealthstore.com/images/site.jpg
In the head of your document you could copy and paste the following -
(making a class for a cell that has a border on the right side of it.)

<style type="text/css">

<!--
..cellborder {
padding-right: 5px; /*to set some padding either side of the line*/
padding-left: 5px;
border-right: 1px solid #006699; /*change color to suit*/
}
-->
</style>

then apply the class to the cell.
<td class=cellborder>

--
Nadia
Team Macromedia Volunteer for Dreamweaver
--------------------------------------------
Free Templates | Free Nav Bar Sets
http://www.DreamweaverResources.com
Dropdown/Flyout Menu Designs | CSS Layouts
Ecommerce - YVStore | SEO Articles |Tutorials
---------------------------------------------
MM Dreamweaver Tutorials
http://macromedia.com/devnet/mx/dreamweaver/
---------------------------------------------
Email: nperre at gmail dot com
---------------------------------------------




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.