Table Style in Safari

Last post 05-12-2011, 9:38 PM by Kenneth. 1 replies.
Sort Posts: Previous Next
  •  05-12-2011, 1:43 PM 67553

    Table Style in Safari

    Hi,
     
    I have a problem where the table style is always dashed when using Safari.  I used the table wizard to change the border style and I even set it manually in the html:
     
    <table style="border-style: solid">
     
    And as soon as I switch to Normal view it changes back to dashed.   This seems to only happen on safari and not other browser.
     
    Is there a fix for this?
     
    Thanks.
     
  •  05-12-2011, 9:38 PM 67558 in reply to 67553

    Re: Table Style in Safari

    Hi phantom1998,
     
    Try the code below
     
    <table border="1" cellspacing="2" cellpadding="2" width="500">
         <tbody>
             <tr>
                 <td>cell</td>
                 <td>cell</td>
             </tr>
             <tr>
                 <td>cell</td>
                 <td>cell</td>
             </tr>
         </tbody>
    </table>
     
    And than click the "visble borders" button
     
     
     
    Regards,
     
    ken
View as RSS news feed in XML