tedster

msg:1585322 | 5:40 pm on Oct 22, 2004 (gmt 0) |
| Any ideas what can be causing it? |
| First place to look: Check HTML Validation [validator.w3.org] at the W3C
|
Hester

msg:1585323 | 8:16 pm on Oct 24, 2004 (gmt 0) |
Try turning off styles and see if anything is shown.
|
CelticFC

msg:1585324 | 9:21 pm on Oct 24, 2004 (gmt 0) |
Thanks for the replies, I worked out using the html checker that i was loading the CSS file wrong i was using; <style type="text/css"> <!-- @import url(../style.css); </style> when i should have used <link href="style.css" rel="stylesheet" type="text/css"> thanks for the help
|
RonPK

msg:1585325 | 5:06 pm on Oct 26, 2004 (gmt 0) |
Opera has no problems with @import url(../style.css). The problem is that you've forgotten to close the comment: <style type="text/css"> <!-- @import url(../style.css); --> </style>
|
CelticFC

msg:1585326 | 6:33 am on Oct 27, 2004 (gmt 0) |
Thanks Ron, I'll keep that in mind for future reference. Scott
|
|