2011-03-24, 08:56 PM
This user has been denied support.
Hi to all i have problem with this code when i put some external links inside to code,they give me error also all letters are above the code box and i cannot reslove it to put it inside the box .How to code looks you can see in te photo bellow here the code who give me error
<h1>MOVIE TITLE</h1>
<div onmouseout="this.style.backgroundColor='#fff7b6'" onmouseover="this.style.backgroundColor='#ffe400'" style="border: 2px solid red; margin: 10px; padding: 10px; text-align: left; width: 450px; height: 80px; background-color: #FFFFB6;">
<img width="64" height="64" align="middle" border="0" src="images/download.gif" alt="" />
<div style="display: block; position: relative; left: 80px; top: -60px; margin-bottom: -20px; margin-right: 80px; vertical-align: middle;">
<a rel="nofollow" style="font-size: 18px; text-decoration: underline; color: red;" target="_blank" href="path/to/download/file">
<b>Fast Download "<span style="color: green;">MOVIE TITLE</span>" </b><br />
</a><a rel="nofollow" style="font-size: 12px; text-decoration: underline; color: green;" href="path/to/download/file">MOVIE TITLE</a> MESSAGE</div>
</div>