Iframe CSS project for my RB add-ons https://brunboarddesigns.runboard.com/t33 Runboard| Iframe CSS project for my RB add-ons en-us Fri, 29 Mar 2024 09:42:27 +0000 Fri, 29 Mar 2024 09:42:27 +0000 https://www.runboard.com/ rssfeeds_managingeditor@runboard.com (Runboard.com RSS feeds managing editor) rssfeeds_webmaster@runboard.com (Runboard.com RSS feeds webmaster) akBBS 60 Re: Iframe CSS project for my RB add-onshttps://brunboarddesigns.runboard.com/p95,from=rss#post95https://brunboarddesigns.runboard.com/p95,from=rss#post95Nope, the code does pull the remote css so I need to rework the php file to include the css tags.nondisclosed_email@example.com (Pastor Rick)Mon, 05 Apr 2010 20:00:43 +0000 Iframe CSS project for my RB add-onshttps://brunboarddesigns.runboard.com/p94,from=rss#post94https://brunboarddesigns.runboard.com/p94,from=rss#post94quote:Lesigner Girl wrote: I just came up with a good puzzle for you, Rick. You could offer these things you have in the sidebar to board owners, and let them customize them with a remotely hosted style sheet like ccwf did with his quick reply. It's not exactly HTML or CSS, but it could be a good learning experience and satisfy your coding puzzle addiction. I can give you a hint if you need one, but you might be able to figure it out by comparing a styled quick reply's source code with the code people use to insert their style sheet, then use that information to Google information on how to do it. I am looking at this now and wonder if this could be done with a simple: <iframe src="http://rbbt.net/runsearch/botw/?css=http://rbbt.net/skins/PR/rb-design/rbdiframe.css" name="Runboard BotW Show" scrolling="no" frameborder="0"></iframe> I say simple but while this is validating I don't know and cannot find the ?css= in any of the iframe declarations or tutorials. In other words, I understand everything but that ?css= declaration. I think it is saying: when using the iframe src url http://rbbt.net/runsearch/botw/ use this css file http://rbbt.net/skins/PR/rb-design/rbdiframe.css for the styling but I can find no documentation examples that verify this. Step one on verifying my theory will be creating a css style sheet "rbdiframe.css" in the location shown above and see if it works. Well that didn't go well... maybe I need to include the css stylesheet in the php file like this maybe: <?php echo "<link rel=\"stylesheet\" type=\"text/css\" href=\"rbdiframe.css\" />"; ?> No time to check that before going to work but if it works I'll need to rename the stylesheet to make it more generic for others...nondisclosed_email@example.com (Pastor Rick)Sun, 04 Apr 2010 21:31:31 +0000