Thread: Little help
View Single Post
06-25-2007, 03:20 AM
#4
.Essence. is offline .Essence.
Status: Member
Join date: Aug 2006
Location:
Expertise:
Software:
 
Posts: 149
iTrader: 2 / 100%
 

.Essence. is on a distinguished road

  Old

Originally Posted by CreativeLogic View Post
Because the align attribute on the img element does not work that way. It aligns the text around it the image. Your quickest fix is to change it to this:
<div align="center"><img src ="http://easyupload.us/uploads/images/63cba830c8f819142f773d9d297cc2dc.png"></div>
Originally Posted by Andrew R View Post
Code:
<html>
<head>
<title> Tutorial Rewards - Coming Soon!</title>
<script src="http://www.google-analytics.com/urchin.js" type="text/javascript"></script>
</head>
<body style="background:#101010;text-align:center;">
<img src ="http://easyupload.us/uploads/images/63cba830c8f819142f773d9d297cc2dc.png">
</body>
<script type="text/javascript">
_uacct = "UA-1757589-2";
urchinTracker();
</script>
</html>
Try that out, it should work.
Thank you both Staff positions well deserved as well guys