I got this JavaScript tag which is displaying a banner on my page:
<script src="http://e2.emediate.se/eas?cu=10524;cre=mu;js=y"
language="JavaScript" type="text/javascript"></script>
<embed
height="150"
width="768"
type="application/x-shockwave-flash"
src="http://e2.emediate.se/media.2/170/4045/32676/49312404-768-150.swf?clickTAG=http://e2.emediate.se/eas?camp=32676::cu=10524::no=60039::ty=ct"
>
I use PHP and XSLT.
The banner is showing all good, but it is also generating a invisible break. This is a problem because I got another small banner to the right. Which is pushed down because of the break.
Is this a weird XSLT-issue? Someone got any idea?