HTML & PHP Spacing Problem - I really need help.
Hi I have a new website that has the script Product Launch Formula installed on a Wordpress platform. Here's the screenshot of the problem:

Here's the code again if you can't see it
<p>
<br/> <---1
<script language="JavaScript">
</script>
</p>
<p>
<br/> <--2
<br/> <--3
<script type="text/JavaScript" src="timer.js" language="JavaScript">
</script>
<br/> <--4
<br/> <--5
<br/> <--6
</p>
but the thing is with the script it's using php to output the html. somewhere in the script it's throwing in <br> where there shouldn't be any.
PM and i'll give you more info. the site is http://facebookrevealed.com and i was using Firebug plugin for firefox.
Thanx
Hi I have a new website that has the script Product Launch Formula installed on a Wordpress platform. Here's the screenshot of the problem:

Here's the code again if you can't see it
<p>
<br/> <---1
<script language="JavaScript">
</script>
</p>
<p>
<br/> <--2
<br/> <--3
<script type="text/JavaScript" src="timer.js" language="JavaScript">
</script>
<br/> <--4
<br/> <--5
<br/> <--6
</p>
but the thing is with the script it's using php to output the html. somewhere in the script it's throwing in <br> where there shouldn't be any.
PM and i'll give you more info. the site is http://facebookrevealed.com and i was using Firebug plugin for firefox.
Thanx
Last edited:






