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
---------------------------------------------