HTML script help, beginner.?

ColourMeAliix

New member
I want to position a peice of text in html.

This is the html script.

<div style="position: absolute; left: 910px; top: 43px;">
<script type="text/javascript" src="http://www.usuarios-online.com/usuarios.php?v=tumblr"></script> <a href="http://www.usuarios-online.com/en/"><u><b>Deathbat(s).</u></b></a>
</div>

In the preview of the page (tumblr) its perfect. but when i go onto my blog after saving, the text has moved.

Help
* <div style="position: absolute; left: 910px; top: 43px;">
<script type="text/javascript" src="http://www.usuarios-online.com/usuarios.php?v=tumblr"></script> <a href="http://www.usuarios-online.com/en/"><u><b>Deathbat(s).</u></b></a>
</div>

^ That is the code. Made a mistake in the question.
 
Keep in mind the preview page is rendering your HTML embedded within the page. What you're doing is positioning elements based on what you see on the preview window. What you need to do is position the elements based on how they look after they're saved.
 
Keep in mind the preview page is rendering your HTML embedded within the page. What you're doing is positioning elements based on what you see on the preview window. What you need to do is position the elements based on how they look after they're saved.
 
Keep in mind the preview page is rendering your HTML embedded within the page. What you're doing is positioning elements based on what you see on the preview window. What you need to do is position the elements based on how they look after they're saved.
 
Back
Top