Ask a Question related to Macromedia Contribute General Discussion, Design and Development.
-
vickyjs #1
Light Blue Border around images
:frown;
when I first put an image up on my website it came up published with a light
blue border which placed itself a few pixels away from the image. I really like
the look. When I changed the image it now has a black border that run the edge
of the image. Does anyone know how to get the blue border back?
vickyjs Guest
-
light blue bg of bandwidth component
How do you change the light blue color of the highlight of the bandwitdth controller (communication component) I am sure it is the same with alot... -
Illustrator creates a thin light border when prepared for web
I have an RGB document that I slice and save for web, and when I change the background color on the html document that was generated, a thin light... -
Dotted border around rotated placed images in PDF...
Hi all - Sorry in advance if this is a newbie question, etc. Here's my issue: I'm getting a very light dotted border around an placed .tif file... -
gray looking light blue after saving as EPS
I'm trying to generate EPS files that are "gray scale" using Illustrator. I'm using CMYK mode in Illustrator 10, and my figures look gray. But... -
Enhance Handwriting in low-light, low-contrast images
I am sure that there are some specialised techniques and this is a good place to look for them. Apart from the obvious tools to adjust contrast ,... -
gx280 #2
Re: Light Blue Border around images
it can be lots of things like you gave a link to picture and thats why it had blue border.
or image border color was blue because of the CSS.
can you provide the URL or code?
gx280 Guest
-
vickyjs #3
Re: Light Blue Border around images
[url]www.madriverhospital.com[/url] ( photo that is black now)
[url]http://madriverhospital.com/services/PainClinic.htm[/url] (has the blue border I want.
vickyjs Guest
-
gx280 #4
Re: Light Blue Border around images
You used
img.float-right {
float:right;
padding:3px;
margin: 5px;
border:1px solid #56919C;
}
solution: ( i just added float-right class to your img line)
<img src="images/mrchphoto104.gif" alt="Shaw Paviliion" width="206"
height="153" hspace="6" vspace="6" border="1" align="right" class="float-right">gx280 Guest
-
gx280 #5
Re: Light Blue Border around images
However , i would like to warn you that that class will put your image to right
side.. so if you just want to use the border part of it:
create another class and add it to your css
img.ilovethisborder{
padding:3px;
margin: 5px;
border:1px solid #56919C;
}
and replace class="float-right" with class="ilovethisborder"
gx280 Guest
-
gx280 #6
Re: Light Blue Border around images
ohh and you used big picture and resized it with coding on
[url]http://madriverhospital.com/services/PainClinic.htm[/url]
so please use this picture for crew2 :: [url]http://startgoogle.com/crew2.jpg[/url]
i resized it for you.
gx280 Guest



Reply With Quote

