Welcome to the GoFuckYourself.com - Adult Webmaster Forum forums.

You are currently viewing our boards as a guest which gives you limited access to view most discussions and access our other features. By joining our free community you will have access to post topics, communicate privately with other members (PM), respond to polls, upload content and access many other special features. Registration is fast, simple and absolutely free so please, join our community today!

If you have any problems with the registration process or your account login, please contact us.

Post New Thread Reply

Register GFY Rules Calendar Mark Forums Read
Go Back   GoFuckYourself.com - Adult Webmaster Forum > >
Discuss what's fucking going on, and which programs are best and worst. One-time "program" announcements from "established" webmasters are allowed.

 
Thread Tools
Old 12-10-2007, 03:16 AM   #1
OzMan84
Confirmed User
 
Join Date: Nov 2003
Location: Australia
Posts: 4,740
iFrame help

im trying to add an iframe for live jasmine to one of my sites, but the text links end up being times roman, i have no idea how to make them to another size or type of font please help??
__________________
XferClick - 300,000 UV daily and growing quickly. Majority US, EU, CA and AU traffic. Contact me for more information
ICQ: 304568058
OzMan84 is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 12-10-2007, 04:10 AM   #2
OzMan84
Confirmed User
 
Join Date: Nov 2003
Location: Australia
Posts: 4,740
any ideas?
Code:
<iframe src="http://iframes.awempire.com/?t_id=ozman84_02" scrolling="no" align="MIDDLE" width="850" height="390" frameborder="No" allowtransparency="true" background-color="transparent" marginheight="0" marginwidth="0"></iframe>
thats the code
__________________
XferClick - 300,000 UV daily and growing quickly. Majority US, EU, CA and AU traffic. Contact me for more information
ICQ: 304568058
OzMan84 is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 12-10-2007, 04:51 AM   #3
schneemann
Confirmed User
 
Join Date: Oct 2006
Posts: 749
Apply the same CSS font formatting to the i-frame that's in the rest of your site:

Code:
iframe{
font-family: arial, helvetica, verdana, sans-serif;
}
etc.
__________________
Deranged World
schneemann is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 12-10-2007, 05:25 AM   #4
OzMan84
Confirmed User
 
Join Date: Nov 2003
Location: Australia
Posts: 4,740
my css
<style type="text/css">
<!--
.style1 {font-family: Verdana, Arial, Helvetica, sans-serif}
.style2 {font-size: 10px}
.style3 {font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10px; }
.iframe {font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10px; }
-->
</style>

iframe
<!--START Livejasmin IFRAME-->
<iframe src="http://iframes.awempire.com/?t_id=ozman84_02" width="850" marginWidth="0" height="450" marginHeight="0" align="MIDDLE" scrolling="no" frameborder="No" class="iframe" allowtransparency="true" background-color="transparent"></iframe>
<!--END Livejasmin IFRAME-->

still didnt change a thing??
__________________
XferClick - 300,000 UV daily and growing quickly. Majority US, EU, CA and AU traffic. Contact me for more information
ICQ: 304568058
OzMan84 is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 12-10-2007, 02:55 PM   #5
schneemann
Confirmed User
 
Join Date: Oct 2006
Posts: 749
Quote:
Originally Posted by OzMan84 View Post
my css
<style type="text/css">
<!--
.style1 {font-family: Verdana, Arial, Helvetica, sans-serif}
.style2 {font-size: 10px}
.style3 {font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10px; }
.iframe {font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10px; }
-->
</style>

iframe
<!--START Livejasmin IFRAME-->
<iframe src="http://iframes.awempire.com/?t_id=ozman84_02" width="850" marginWidth="0" height="450" marginHeight="0" align="MIDDLE" scrolling="no" frameborder="No" class="iframe" allowtransparency="true" background-color="transparent"></iframe>
<!--END Livejasmin IFRAME-->

still didnt change a thing??
that's because ".style1", etc. are selectors for a specific named class, called "style1" and yet the class attribute of your iframe is "iframe".

you either need a new selector in your css for the "iframe" class (i.e. ".iframe") or you need to change the value of the class attribute in the iframe itself.
__________________
Deranged World
schneemann is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Post New Thread Reply
Go Back   GoFuckYourself.com - Adult Webmaster Forum > >

Bookmarks
Thread Tools



Advertising inquiries - marketing at gfy dot com

Contact Admin - Advertise - GFY Rules - Top

©2000-, AI Media Network Inc



Powered by vBulletin
Copyright © 2000- Jelsoft Enterprises Limited.