Hi,
Does anybody know the code for displaying an iframe on my default.aspx page that gives me complete control over the settings?
I have implemented this code and it works but its gathering the fonts/colours etc from the theme.css file so i cant make the text in my iframe smaller, well i can but it alters the entire website which isnt what i need.
The font and colours on the orignal YAF shoutbox are fine when users visit that partcular page, but i also need to ' shrink ' a version of the shoutbox down for my default page aswell.
frameborder="0" scrolling="auto" name="myInlineFrame"
style="font-family: 'BankGothic Md BT'; font-size: x-small; color: #009933; height: 239px;">
TEXT FOR NON-COMPATIBLE BROWSERS HERE
On another note, is there anyway for the shoutbox to work for guests aswell, some users have reported that they would like to type into the shoutbox before they create a forum account.
Thankyou.