Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations MikeeOK on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

borders and images

Status
Not open for further replies.

restorer

Programmer
Sep 1, 2007
3
US
Have a page with 3 columns, multiple rows. Background color on the left column is a grey, every other row in center column is filled with an image, right column is text.

Background color on center and right columns is a beige. Would like to distinguish between columns center and right. Have tried to make column width of image > 0 and this works for all images except the cell that the width is >0 which shows up as a hue of blue. The color of the cells border is the same as the left column, grey.

How to change the color of the image in Dreamweaver?

Thank you.
 
The last sentence should say how to change the color of the border.
 
thanks for the response. are you referring to brdr? If so that does not do what I want it to.
 
No he's referring to the border CSS attribute all objects have.

border-color:red;
border-color: 1px solid black;
etc...

Now without actually seeing any of your code, we would just be guessing. are you using tables? divs? what exactly?






----------------------------------
Ignorance is not necessarily Bliss, case in point:
Unknown has caused an Unknown Error on Unknown and must be shutdown to prevent damage to Unknown.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top