HighDots Forums  

how do you change the border

Macromedia Dreamweaver Macromedia Dreamweaver Discussions (macromedia.dreamweaver)


Discuss how do you change the border in the Macromedia Dreamweaver forum.



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

Default how do you change the border - 08-05-2004 , 03:32 PM






i want to make to border a solid back line
if you could give me a step by step because i have looked this up and i don't know where to enter the info that others have said to enter

Reply With Quote
  #2  
Old   
Murray *TMM*
 
Posts: n/a

Default Re: how do you change the border - 08-05-2004 , 03:36 PM






Border of what?

--
Murray --- ICQ 71997575
Team Macromedia Volunteer for Dreamweaver
(If you *MUST* email me, don't LAUGH when you do so!)
==================
http://www.dreamweavermx-templates.com - Template Triage!
http://www.projectseven.com/go - DW FAQs, Tutorials & Resources
http://www.dwfaq.com - DW FAQs, Tutorials & Resources
http://www.macromedia.com/support/search/ - Macromedia (MM) Technotes
==================

"LBJ21" <webforumsuser (AT) macromedia (DOT) com> wrote

Quote:
i want to make to border a solid back line
if you could give me a step by step because i have looked this up and i
don't know where to enter the info that others have said to enter




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

Default Re: how do you change the border - 08-05-2004 , 04:21 PM



when i make a table the line is not solid
my friend said put 1px somewhere but i don't know where
i want to make it a solid line
thanks for replying


Reply With Quote
  #4  
Old   
prenfree
 
Posts: n/a

Default Re: how do you change the border - 08-05-2004 , 04:25 PM



click on the frame and highlight
open properties box --- window>properties
enter a value in the "border cell" - (width of boarder is chosen) 0= no border

done


PR

Reply With Quote
  #5  
Old   
LBJ21
 
Posts: n/a

Default Re: how do you change the border - 08-05-2004 , 04:44 PM



i want to make the border a solid black line


Reply With Quote
  #6  
Old   
Murray *TMM*
 
Posts: n/a

Default Re: how do you change the border - 08-05-2004 , 04:49 PM



Then use CSS.

<style type="text/css">
<!--
table { border:1px solid black; }
-->
</style>
</head>

--
Murray --- ICQ 71997575
Team Macromedia Volunteer for Dreamweaver
(If you *MUST* email me, don't LAUGH when you do so!)
==================
http://www.dreamweavermx-templates.com - Template Triage!
http://www.projectseven.com/go - DW FAQs, Tutorials & Resources
http://www.dwfaq.com - DW FAQs, Tutorials & Resources
http://www.macromedia.com/support/search/ - Macromedia (MM) Technotes
==================

"LBJ21" <webforumsuser (AT) macromedia (DOT) com> wrote

Quote:
i want to make the border a solid black line




Reply With Quote
  #7  
Old   
RSJM
 
Posts: n/a

Default Re: how do you change the border - 08-05-2004 , 04:53 PM



Select the table and in the Properties dialog box set the Cell Space=0, Border=1 and select the colour black in Brdr Color. This should give you a sloid black line.

Reply With Quote
  #8  
Old   
Murray *TMM*
 
Posts: n/a

Default Re: how do you change the border - 08-05-2004 , 04:55 PM



It won't.

--
Murray --- ICQ 71997575
Team Macromedia Volunteer for Dreamweaver
(If you *MUST* email me, don't LAUGH when you do so!)
==================
http://www.dreamweavermx-templates.com - Template Triage!
http://www.projectseven.com/go - DW FAQs, Tutorials & Resources
http://www.dwfaq.com - DW FAQs, Tutorials & Resources
http://www.macromedia.com/support/search/ - Macromedia (MM) Technotes
==================

"RSJM" <webforumsuser (AT) macromedia (DOT) com> wrote

Quote:
Select the table and in the Properties dialog box set the Cell Space=0,
Border=1 and select the colour black in Brdr Color. This should give you a
sloid black line.




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

Default Re: how do you change the border - 08-05-2004 , 05:00 PM



below </title> but above </head>:
<style type="text/css">
.blackboarder{BORDER:1px solid #000;}
</style>


below <body> but above </body>:
<TABLE width="95%" height="100" align="center" class="blackboarder">
<TBODY>
<TR>
<TD height="100" valign="top">stuff inside table</TD>
</TR>
</TBODY>
</TABLE>

Flash


Reply With Quote
  #10  
Old   
Mick White
 
Posts: n/a

Default Re: how do you change the border - 08-06-2004 , 04:15 PM



Which border? Canada/US, Mexico/US?
I'd start with a small border first, say Andorra/Spain.
Mick

LBJ21 wrote:

Quote:
i want to make to border a solid back line
if you could give me a step by step because i have looked this up and i don't know where to enter the info that others have said to enter

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.