HighDots Forums  

How to apply CSS Styles to just the EXTERNALS TABLE BORDERS??? help pls..

Macromedia Dreamweaver Macromedia Dreamweaver Discussions (macromedia.dreamweaver)


Discuss How to apply CSS Styles to just the EXTERNALS TABLE BORDERS??? help pls.. in the Macromedia Dreamweaver forum.



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

Default How to apply CSS Styles to just the EXTERNALS TABLE BORDERS??? help pls.. - 07-09-2003 , 03:03 PM






hello
:-)

I have been trying of so many ways apply css styles a table.. but however i
had not results

i did this:

table {

border-bottom: black;
border-top: black;
border-left:black;
border-right;

}

but it does not works


i want do is apply "black external border " to a table

here there is an example

http://muebles18oriente.webcindario.com/tables.htm

i want do some like as the table "B" with a table with multiple rows and
colums

is it posible with CSS?

any help is welcome, thanks in advanced









Reply With Quote
  #2  
Old   
darrel
 
Posts: n/a

Default Re: How to apply CSS Styles to just the EXTERNALS TABLE BORDERS??? help pls.. - 07-09-2003 , 03:16 PM






Quote:
border-bottom: black;
border-top: black;
border-left:black;
border-right;

}

but it does not works
That's because you only specified the color. You also need to specifiy the
weight and style:

border: 1px solid #000

-Darrel





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.