| | |
|
|
|
Image border |
| message from Bob on 21 Jul 2004 |
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
|
| Murray *TMM* replied to Bob on 20 Jul 2004 |
That border color is taken from your color for links, if I recall correctly.
|
| James Shook replied to Murray *TMM* on 20 Jul 2004 |
If the image is a link, of course.
|
| Bob replied to Murray *TMM* on 21 Jul 2004 |
I have tried that and it does not work.
"Murray *TMM*" <forums@HAHAgreat-web-sights.com> wrote in message
news:cdk4op$6pu$1@forums.macromedia.com...
|
| Bob replied to Murray *TMM* on 21 Jul 2004 |
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@HAHAgreat-web-sights.com> wrote in message
news:cdk54n$783$1@forums.macromedia.com...
|
| Murray *TMM* replied to Bob on 20 Jul 2004 |
What do I know? 8) Hehehe - it doesn't work.
|
| Murray *TMM* replied to Bob on 20 Jul 2004 |
Of course, this will always work -
img {
border: 3px red solid;
|
| Murray *TMM* replied to Murray *TMM* on 20 Jul 2004 |
Paste it into a stylesheet block -
<html>
<head>
<title>Who knows?</title>
<style type="text/css">
<!--
img {
border:1px solid red;
|
| Bob replied to Murray *TMM* on 21 Jul 2004 |
It works
Thanks a mill
Cheers Bob
"Murray *TMM*" <forums@HAHAgreat-web-sights.com> wrote in message
news:cdk90m$b50$1@forums.macromedia.com...
|
| Murray *TMM* replied to Bob on 20 Jul 2004 |
You're welcome. You may need to qualify so that all images are not
similarly bordered, e.g.,
<img class="special" src="foo.gif">
|
| Bob replied to Bob on 21 Jul 2004 |
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@ihug.co.nz> wrote in message
news:cdk4n9$6ov$1@forums.macromedia.com...
|
| Murray *TMM* replied to Bob on 20 Jul 2004 |
Nahh - that's not the best solution at all. Way too much code. WAY TOO
MUCH! 8)
|
|
Archived message: Image border (Macromedia Dreamweaver Web Design)