Closed Thread
Results 1 to 5 of 5

Thread: image border color

  1. #1
    Senior Member merickson is an unknown quantity at this point merickson's Avatar
    Join Date
    Sep 2002
    Location
    Winters CA
    Posts
    167

    image border color

    I'm using HTML. I have several pictures and I would like those taken from the backside to have a different colored border than those from the front. Only about 5% of the images will have an oddly colored border.

    bordercolor is not an accepatble attribute for the img tag, so what I have to do is put the image in a one cell table and control the background color and cellpadding of the table.

    Will a 1X1 table with cellpadding=n , border=0 , containing only an image (vspace=hspace=0) behave and fit like that image with border=n?

    Or is there an easier way to control the border color of an individual image?

  2. #2
    Pro Member chris207 is an unknown quantity at this point
    Join Date
    Nov 2005
    Location
    Maine, USA
    Posts
    258
    border=0 will not have border=n

    border=0 will have border=0

    Get your free phpbb3 forum!
    Currently serving over 350,000 members.
    www.FreePowerBoards.com

  3. #3
    Senior Member merickson is an unknown quantity at this point merickson's Avatar
    Join Date
    Sep 2002
    Location
    Winters CA
    Posts
    167
    I'm not sure I was clear:

    Case I: img(border=0) inside cell (cellpadding=n) of a 1X1 table (border=0)


    Case II: img with border=n


    The color of the cell in case I would substitue for the color of the imgborder in case II.

    It seems that these two cases should have the same result.

  4. #4
    Sup, Recoil here. themoose has a reputation beyond reputethemoose has a reputation beyond reputethemoose has a reputation beyond reputethemoose has a reputation beyond reputethemoose has a reputation beyond reputethemoose has a reputation beyond reputethemoose has a reputation beyond reputethemoose has a reputation beyond reputethemoose has a reputation beyond reputethemoose has a reputation beyond reputethemoose has a reputation beyond repute themoose's Avatar
    Join Date
    Jun 2005
    Location
    Uzbekistan
    Posts
    8,805
    <img src="..." style="border-color: red; border-width: 2px;">

  5. #5
    Senior Member merickson is an unknown quantity at this point merickson's Avatar
    Join Date
    Sep 2002
    Location
    Winters CA
    Posts
    167
    Thanks.

Closed Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts