HighDots Forums  

Image border

Macromedia Dreamweaver Macromedia Dreamweaver Discussions (macromedia.dreamweaver)


Discuss Image border in the Macromedia Dreamweaver forum.



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

Default Image border - 07-20-2004 , 06:01 PM






When I put the default border on an image from the properties box it is
black. Looking at the code I see there is no reference to color, I want to
have a dark blue border is there a way to do this ?
Cheers Bob



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

Default Re: Image border - 07-20-2004 , 06:02 PM






That border color is taken from your color for links, if I recall correctly.

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

"Bob" <slides (AT) ihug (DOT) co.nz> wrote

Quote:
When I put the default border on an image from the properties box it is
black. Looking at the code I see there is no reference to color, I want to
have a dark blue border is there a way to do this ?
Cheers Bob





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

Default Re: Image border - 07-20-2004 , 06:07 PM



I have tried that and it does not work.



"Murray *TMM*" <forums (AT) HAHAgreat-web-sights (DOT) com> wrote

Quote:
That border color is taken from your color for links, if I recall
correctly.

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

"Bob" <slides (AT) ihug (DOT) co.nz> wrote in message
news:cdk4n9$6ov$1 (AT) forums (DOT) macromedia.com...
When I put the default border on an image from the properties box it is
black. Looking at the code I see there is no reference to color, I want
to
have a dark blue border is there a way to do this ?
Cheers Bob







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

Default Re: Image border - 07-20-2004 , 06:08 PM



Show me how you tried it, please. I believe it does work....

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

"Bob" <slides (AT) ihug (DOT) co.nz> wrote

Quote:
I have tried that and it does not work.



"Murray *TMM*" <forums (AT) HAHAgreat-web-sights (DOT) com> wrote in message
news:cdk4op$6pu$1 (AT) forums (DOT) macromedia.com...
That border color is taken from your color for links, if I recall
correctly.

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

"Bob" <slides (AT) ihug (DOT) co.nz> wrote in message
news:cdk4n9$6ov$1 (AT) forums (DOT) macromedia.com...
When I put the default border on an image from the properties box it
is
black. Looking at the code I see there is no reference to color, I
want
to
have a dark blue border is there a way to do this ?
Cheers Bob









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

Default Re: Image border - 07-20-2004 , 06:10 PM



What do I know? 8) Hehehe - it doesn't work.

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

"Bob" <slides (AT) ihug (DOT) co.nz> wrote

Quote:
I have tried that and it does not work.



"Murray *TMM*" <forums (AT) HAHAgreat-web-sights (DOT) com> wrote in message
news:cdk4op$6pu$1 (AT) forums (DOT) macromedia.com...
That border color is taken from your color for links, if I recall
correctly.

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

"Bob" <slides (AT) ihug (DOT) co.nz> wrote in message
news:cdk4n9$6ov$1 (AT) forums (DOT) macromedia.com...
When I put the default border on an image from the properties box it
is
black. Looking at the code I see there is no reference to color, I
want
to
have a dark blue border is there a way to do this ?
Cheers Bob









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

Default Re: Image border - 07-20-2004 , 06:11 PM



Of course, this will always work -

img {
border: 3px red solid;
}


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

"Bob" <slides (AT) ihug (DOT) co.nz> wrote

Quote:
I have tried that and it does not work.



"Murray *TMM*" <forums (AT) HAHAgreat-web-sights (DOT) com> wrote in message
news:cdk4op$6pu$1 (AT) forums (DOT) macromedia.com...
That border color is taken from your color for links, if I recall
correctly.

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

"Bob" <slides (AT) ihug (DOT) co.nz> wrote in message
news:cdk4n9$6ov$1 (AT) forums (DOT) macromedia.com...
When I put the default border on an image from the properties box it
is
black. Looking at the code I see there is no reference to color, I
want
to
have a dark blue border is there a way to do this ?
Cheers Bob









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

Default Re: Image border - 07-20-2004 , 06:12 PM



I have the border around the image , then I went to Modify / page properties
and clicked a color on the link box. Cheers Bob



"Murray *TMM*" <forums (AT) HAHAgreat-web-sights (DOT) com> wrote

Quote:
Show me how you tried it, please. I believe it does work....

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

"Bob" <slides (AT) ihug (DOT) co.nz> wrote in message
news:cdk53j$779$1 (AT) forums (DOT) macromedia.com...
I have tried that and it does not work.



"Murray *TMM*" <forums (AT) HAHAgreat-web-sights (DOT) com> wrote in message
news:cdk4op$6pu$1 (AT) forums (DOT) macromedia.com...
That border color is taken from your color for links, if I recall
correctly.

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

"Bob" <slides (AT) ihug (DOT) co.nz> wrote in message
news:cdk4n9$6ov$1 (AT) forums (DOT) macromedia.com...
When I put the default border on an image from the properties box it
is
black. Looking at the code I see there is no reference to color, I
want
to
have a dark blue border is there a way to do this ?
Cheers Bob











Reply With Quote
  #8  
Old   
James Shook
 
Posts: n/a

Default Re: Image border - 07-20-2004 , 06:16 PM



Murray *TMM* wrote:
Quote:
That border color is taken from your color for links, if I recall correctly.
If the image is a link, of course.

--
James M. Shook
http://www.jshook.com


Reply With Quote
  #9  
Old   
Bob
 
Posts: n/a

Default Re: Image border - 07-20-2004 , 06:27 PM



Imm doing somthing wrong, if I past that into the head the code apears on
the page and no border. Cheers Bob
"Murray *TMM*" <forums (AT) HAHAgreat-web-sights (DOT) com> wrote

Quote:
Of course, this will always work -

img {
border: 3px red solid;
}


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

"Bob" <slides (AT) ihug (DOT) co.nz> wrote in message
news:cdk53j$779$1 (AT) forums (DOT) macromedia.com...
I have tried that and it does not work.



"Murray *TMM*" <forums (AT) HAHAgreat-web-sights (DOT) com> wrote in message
news:cdk4op$6pu$1 (AT) forums (DOT) macromedia.com...
That border color is taken from your color for links, if I recall
correctly.

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

"Bob" <slides (AT) ihug (DOT) co.nz> wrote in message
news:cdk4n9$6ov$1 (AT) forums (DOT) macromedia.com...
When I put the default border on an image from the properties box it
is
black. Looking at the code I see there is no reference to color, I
want
to
have a dark blue border is there a way to do this ?
Cheers Bob











Reply With Quote
  #10  
Old   
Bob
 
Posts: n/a

Default Re: Image border - 07-20-2004 , 07:13 PM



I think the best way at the moment is to put image in a table and color the
border of the table .
Thanks for your help anyway Murray
Cheers Bob


"Bob" <slides (AT) ihug (DOT) co.nz> wrote

Quote:
When I put the default border on an image from the properties box it is
black. Looking at the code I see there is no reference to color, I want to
have a dark blue border is there a way to do this ?
Cheers Bob





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.