Bill
Newbie
Posts: 1
Registered: 10/11/2003
Member Is Offline
|
| posted on 10/11/2003 at 04:12 PM |
|
|
What if I already have styles setup...
I have a library of html files that are already css formatted. How do I get around the fact that your product ignores my stylesheet?
|
|
|
Taz Devil
Junior Member
Posts: 3
Registered: 6/9/2004
Location: United kingdom
Member Is Offline
|
| posted on 6/9/2004 at 01:58 PM |
|
|
Just add the lines:-
.ItemBody {
font-family: Verdana;
font-size: 11px;
padding: 5px;
}
to your style sheet with the values you need for your style settings.
Then locate the scroll.html file that is loaded into the IFrame and alter the link to the style sheet to point to your style sheet.
|
|
|