On 16/03/2007, at 4:35 AM, <[EMAIL PROTECTED]>
<[EMAIL PROTECTED]> wrote:
>> Can't you use <style>?
>>
>> <style type="text/css">
>> @import "http://example.com/style.css";
>> </style>
>
> Sadly, no. They filter out the "@import" tag. - Dave
I don't know mySpace - can you use embedded CSS so you don't need the
@import? If you can insert HTML (sounds like you can) then could you
insert this:
<style type="text/css">
.myClass {
font-family: verdana, sans-serif;
font-size: 12px;
}
</style>
Joel.
_______________________________________________
jQuery mailing list
[email protected]
http://jquery.com/discuss/