border problem

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • hollyboy
    Senior Member
    • Mar 2004
    • 777

    border problem

    <table cellpadding="0" cellspacing="0" border="1" bordercolor="black" width="100%">

    Why does the border look so deep?
    Last edited by hollyboy; Mon 23 May '05, 8:30am.
  • rebelsrock06
    Senior Member
    • Jan 2004
    • 735
    • 3.6.x

    #2
    Because #1 your adding the border property to the table and there is also border in the main CSS of the style. Thus doubling the border
    Rebel Designs Studios

    Comment

    • jamesyfx
      Senior Member
      • Feb 2005
      • 679
      • 3.6.x

      #3
      Thats how big they are. I think its a border around the cell and the whole table, so it looks double.

      Change it to this

      <table cellpadding="0" cellspacing="0" border="0" width="100%" style="border: 1px solid black">

      Comment

      • hollyboy
        Senior Member
        • Mar 2004
        • 777

        #4
        Originally posted by jamesyfx
        Thats how big they are. I think its a border around the cell and the whole table, so it looks double.

        Change it to this

        <table cellpadding="0" cellspacing="0" border="0" width="100%" style="border: 1px solid black">
        looks nice with this code thanks

        Comment

        widgetinstance 262 (Related Topics) skipped due to lack of content & hide_module_if_empty option.
        Working...