Tycoon Talk
Become a Big fish!
The number 1 forum for online business!
Post topics, ask questions, share your knowledge.
Tycoon Talk is part of Freelancer.com - find skilled workers online at a fraction of the cost.

HTML Forum


You are currently viewing our HTML Forum as a guest. Please register to participate.
Login



Post a Project »

Find a Professional HTML Freelancer!

Find a Freelancer to help you with your HTML projects

FREE Outsourcing eBook!

Reply
Need help with this asap!
Old 02-27-2008, 10:49 PM Need help with this asap!
Skilled Talker

Posts: 98
Name: Bruce A
Trades: 0
I have this site http://kerosinclothing.com/Website3 and I have that blog on the bottom right and corner which is being taken from http://kerosinclothing.com/blog/index.php (wordpress). This works on every browser except IE. Whats wrong???

HTML Code:
<iframe src="http://kerosinclothing.com/blog/index.php" width="495" height="675" style="border-left:3px black solid;border-right:0;border-top:0;border-bottom:0;"></iframe>
That's the code i'm using.


Thanks a ton
__________________

Please login or register to view this content. Registration is FREE


bcackerman is offline
Reply With Quote
View Public Profile
 
 
Register now for full access!
Old 02-27-2008, 11:46 PM Re: Need help with this asap!
Arenlor's Avatar
Ultra Talker

Posts: 462
Name: Jerod Lycett
Location: /home/arenlor
Trades: 0
You don't close your head on your blog.
HTML Code:
<style type="text/css" media="screen">
That is the line which screws things up. You need to do something like:
HTML Code:
<style type="text/css" media="screen">
body {color:#000000;background-color:#FFFFFF;}
</style>
</head>
<bod>
You didn't start your body either. It doesn't work in Opera neither, and I don't think it's likely to work in Safari or any KHTML/Webkit browser. The Gecko browsers do work with it though.
__________________
PHP Code:
<?php echo "Hello World"?>
HTML Code:
<html><head><title>Hello World</title></head><body><p>Hello World</p></body></html>
Arenlor is offline
Reply With Quote
View Public Profile Visit Arenlor's homepage!
 
Old 02-28-2008, 12:06 AM Re: Need help with this asap!
Skilled Talker

Posts: 98
Name: Bruce A
Trades: 0
HTML Code:
<!--[if IE]>
      <object classid="clsid:25336920-03F9-11CF-8FD0-00AA00686F13" data="http://www.kerosinclothing.com/blog" style="height:675px; width:495px;">
      </object>
      <![endif]-->
       
      <!--[if !IE]> <-->
      <object type="text/html" data="http://www.kerosinclothing.com/blog" style="height:675px; width:495px;">
      </object>
      <!--> <![endif]-->
I used that and fixed those errors, thanks!!!!!!!!!!
__________________

Please login or register to view this content. Registration is FREE


bcackerman is offline
Reply With Quote
View Public Profile
 
Old 02-28-2008, 12:14 AM Re: Need help with this asap!
Skilled Talker

Posts: 98
Name: Bruce A
Trades: 0
actually, another question, why isn't the blog area transparent?? I made background-color: transparent; for everything
__________________

Please login or register to view this content. Registration is FREE


bcackerman is offline
Reply With Quote
View Public Profile
 
Old 02-28-2008, 12:43 AM Re: Need help with this asap!
Arenlor's Avatar
Ultra Talker

Posts: 462
Name: Jerod Lycett
Location: /home/arenlor
Trades: 0
That I don't know, but it may be because it's being used in an iframe.
__________________
PHP Code:
<?php echo "Hello World"?>
HTML Code:
<html><head><title>Hello World</title></head><body><p>Hello World</p></body></html>
Arenlor is offline
Reply With Quote
View Public Profile Visit Arenlor's homepage!
 
Reply     « Reply to Need help with this asap!
 

Thread Tools Search this Thread
Search this Thread:

Advanced Search

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are Off
Refbacks are Off





   
RSS Feed  Feeds: RSS   JS   XML
RSS Feed  Feeds for this forum: RSS   JS   XML



Page generated in 1.25606 seconds with 12 queries