Forum Moderators: not2easy

Message Too Old, No Replies

safari table border issue

         

wayuptown

12:03 am on May 18, 2005 (gmt 0)



hi.
i have an embedded style tag for a table:

<table style="{border: 1px solid #1B2D7A;}">

that shows up in firefox and IE, but not in safari. any ideas on why that might be?
- jon

tedster

1:52 am on May 18, 2005 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



I'm guessing the curly brackets may be the problem. They are not needed in an inline style, just:

<table style="border:1px solid #1B2D7A;">