HTML ?... image borders, how to keep the standard border?

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • goBigtime
    Confirmed User
    • Nov 2002
    • 7761

    #1

    HTML ?... image borders, how to keep the standard border?

    I forgot the css tag to make it so the link color wouldn't be used for the linked image... Instead it would just use the standard color for the page text.

    Anyone know this off hand?
  • SicChild
    Confirmed User
    • Mar 2003
    • 365

    #2
    border="0", border: 0px; ? or else just set the border delcaration with a class or something.

    Comment

    • sumphatpimp
      Confirmed User
      • Aug 2002
      • 5235

      #3
      alink
      vlink
      link

      I think?

      don't use css too much

      or just call out the color in your html when you do the text

      fontface=" " fontcolor=" "

      Comment

      • berg.the.red
        Confirmed User
        • Feb 2003
        • 596

        #4
        style="border-color: color"
        Need a Dedicated Box with BALLS ?
        How about a Dedicated Server starting at just $49 per month.

        Comment

        • Holly
          Too lazy to set a custom title
          • Jun 2003
          • 10017

          #5
          This is how I do it. Just change the px size for your border width and fill in the rest. I left the < and > tags off.

          img border="1" src="yourpic.jpg" style="color: #000000; border: 1px solid #000000" width="x" height="x"
          War National Damn Champions Eagle

          Comment

          Working...