View Single Post
Old 11-30-2012, 03:10 AM   PM User | #5
maryano
New to the CF scene

 
Join Date: Nov 2012
Posts: 4
Thanks: 0
Thanked 0 Times in 0 Posts
maryano is an unknown quantity at this point
Code:
<div class="custom"  >
	<iframe frameborder="0" height="395" scrolling="no" src="EXTERNAL LINK" width="648">
</iframe>
</CODE>

The code of the external frame is:

<CODE>
#DOCUMENT
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html lang="es">
 <head>
  <meta http-equiv="Content-type" content="text/html; charset=UTF-8">
  
 <!-- CSS -->
 <link rel=.../>
 <link rel=.../>
  <link rel=.../>
 </head>

 <body class='modelo2'>

...
...
more code of body that cames from the external frame...
...

</iframe></div>

AND I NEED TO PUT IN SOMEWAY <body class='modelo2' style="background:transparent">
maryano is offline   Reply With Quote