Jump to content

HTML & PHP Help!


Eugene Dascoli

Recommended Posts

http://th3oth3rsid3.com/thelovetug/

 

I have no idea why the featured video Iframe will not come up, or any of the subscribe buttons. When I view it offline their there, but as soon as I upload it there gone. HELP!

 

Iframe code:

<?php

$varri = "featuredvideo.html";

?>

 

  <iframe src=<?php print $varri; ?> scrolling="none" width=286% height=189% frameborder="0"> </iframe>

 

Subscribe codes:

<!-- AddToAny BEGIN -->

<a class="a2a_dd" href="http://www.addtoany.com/subscribe?linkurl=http%3A%2F%2Fth3oth3rsid3.com%2Fthelovetug%2Ffusionnews%2Frss.php&linkname=The%20Love%20Tug"><img src="http://static.addtoany.com/buttons/subscribe_120_16.gif" width="120" height="16" border="0" alt="Subscribe"/></a>

<script type="text/javascript">

var a2a_config = a2a_config || {};

a2a_config.linkname = "The Love Tug";

a2a_config.linkurl = "http://th3oth3rsid3.com/thelovetug/fusionnews/rss.php";

</script>

<script type="text/javascript" src="http://static.addtoany.com/menu/feed.js"></script>

<!-- AddToAny END -->

 

<div id="eXTReMe"><a href="http://extremetracking.com/open?login=tlt2009">

<img src="http://t1.extreme-dm.com/i.gif" style="border: 0;"

height="38" width="41" id="EXim" alt="eXTReMe Tracker" /></a>

<script type="text/javascript"><!--

var EXlogin='tlt2009' // Login

var EXvsrv='s11' // VServer

EXs=screen;EXw=EXs.width;navigator.appName!="Netscape"?

EXb=EXs.colorDepth:EXb=EXs.pixelDepth;EXsrc="src";

navigator.javaEnabled()==1?EXjv="y":EXjv="n";

EXd=document;EXw?"":EXw="na";EXb?"":EXb="na";

EXd.write("<img "+EXsrc+"=http://e2.extreme-dm.com",

"/"+EXvsrv+".g?login="+EXlogin+"&",

"jv="+EXjv+"&j=y&srw="+EXw+"&srb="+EXb+"&",

"l="+escape(EXd.referrer)+" height=1 width=1>");//-->

</script><noscript><div id="neXTReMe"><img height="1" width="1" alt=""

src="http://e2.extreme-dm.com/s11.g?login=tlt2009&j=n&jv=n" />

</div></noscript></div>

 

<table width="133" border="0" cellspacing="0" cellpadding="3"><tr><td align="center"><a href="http://th3oth3rsid3.com/thelovetug/fusionnews" target="_blank"><img src="http://www.website-hit-counters.com/cgi-bin/image.pl?URL=271564-7527" alt="hit counters" border="0" ></a></td></tr><tr><td align="center"><font style="font-family: Geneva, Arial, Helvetica, sans-serif; font-size: 9px; color: #330006; text-decoration: none;"> </td></tr></table>

Link to comment
https://forums.phpfreaks.com/topic/209927-html-php-help/
Share on other sites

Have you tried placing them on a standalone page on your server, see if they still work there?

 

Also, just nitpicking, surround HTML attributes with quotation marks. You seem to do it occasionally, but not always.

 

<iframe src="<?php print $varri; ?>" scrolling="none" width="286%" height="189%" frameborder="0"></iframe>

Link to comment
https://forums.phpfreaks.com/topic/209927-html-php-help/#findComment-1095804
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.