Results 1 to 4 of 4

Thread: HTML Border Question.. How Do I..

  1. #1
    You do realize by 'gay' I mean a man who has sex with other men?
    Join Date
    Oct 2003
    Location
    New Orleans, Louisiana.
    Posts
    21,635

    HTML Border Question.. How Do I..

    Anyone know how i can put a border around the BG color inside this cell?

    Code:
    <td bgcolor="#000066" bordercolor="#FFFFFF">
    <a href="http://Gay.XonDemand.com/masturbation/?refid=1186">
    <img hspace="5" src="b.jpg" vspace="5" border="2" width="100" height="100">
    </a></td>
    Ive tried putting a border around the table and it doesnt work, likewise, for some reason, i tried adding a border to the single cell and that didnt work either

    I need to get a white 1px border around the dark blue color.

    Regards,

    Lee


  2. #2
    Camper than a row of tents
    Join Date
    Nov 2003
    Posts
    636
    So you want a border around just one cell but not the others?

    Put a table within the cell. Just make sure you add CELLSPACING=0 CELLPADDING=0 in the inner TABLE tag or it won't be 1px.
    I post here to whore this sig.


  3. #3
    You do realize by 'gay' I mean a man who has sex with other men?
    Join Date
    Oct 2003
    Location
    New Orleans, Louisiana.
    Posts
    21,635
    Quote Originally Posted by Matt 26z
    So you want a border around just one cell but not the others?

    Put a table within the cell. Just make sure you add CELLSPACING=0 CELLPADDING=0 in the inner TABLE tag or it won't be 1px.
    Well yeah but just around the cell containing the BG color, i think i tried what you suggested already and it didnt work

    Im going to give it another try now though just to be sure

    Regards,

    Lee


  4. #4
    Xstr8guy
    Guest
    HTML Code:
    <table style="border-collapse:collapse;" cellpadding="0" cellspacing="0" width="100" height="100">
    <tr>
    <td bgcolor="#000066" style="border-width:1px; border-color:white; border-style:solid;">
    <p><a href="http://Gay.XonDemand.com/masturbation/?refid=1186"><img src="b.jpg" width="100" height="100" border="0"></a></td>
        </tr>
    
    
    
    </table>


Posting Permissions

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