I will paste the entire script I've got so far. You'll need to copy and make your own .html file to realy see what I mean.
What I want is the "Serpent's Shoulders" to be next to, at the right of "Lucky fishing Hat" and not beneath it. Hope that someone is able to help me =)
Thanks!!
Script:
<html>
<head>
<title></title>
<link rel="search" type="application/opensearchdescription+xml" href="http://static.wowhead.com/download/searchplugins/wowhead.xml" title="Wowhead" />
<link rel="stylesheet" type="text/css" href="http://static.wowhead.com/css/global.css?242" />
<link rel="stylesheet" type="text/css" href="http://static.wowhead.com/css/locale_enus.css?242" />
<link rel="stylesheet" type="text/css" href="http://static.wowhead.com/css/Book.css?242" />
<link rel="stylesheet" type="text/css" href="http://static.wowhead.com/css/Mapper.css?242" /><!--[if IE]>
<link rel="stylesheet" type="text/css" href="http://static.wowhead.com/css/global_ie.css?242" /><![endif]--><!--[if lte IE 6]>
<link rel="stylesheet" type="text/css" href="http://static.wowhead.com/css/global_ie6.css?242" />
<link rel="stylesheet" type="text/css" href="http://static.wowhead.com/css/Mapper_ie6.css?242" /><![endif]-->
<script src="http://static.wowhead.com/js/locale_enus.js?242" type="text/javascript"></script>
<script src="http://static.wowhead.com/js/global.js?242" type="text/javascript"></script>
<script src="http://static.wowhead.com/js/Book.js?242" type="text/javascript"></script>
<script src="http://static.wowhead.com/js/Mapper.js?242" type="text/javascript"></script>
<script src="http://static.wowhead.com/js/Markup.js?242" type="text/javascript"></script>
<script src="http://static.wowhead.com/js/swfobject.js?242" type="text/javascript"></script>
<script type="text/javascript">//<![CDATA[
var g_serverTime = new Date('2009/01/20 18:19:55');
//]]></script>
</head>
<body>
<div id="ic19972" style="float: left"></div>
<div id="tt19972" class="tooltip" style="float: left; padding-top: 1px">
<table><tr><td><table><tr><td><b class="q2"><a href="http://www.wowhead.com/?item=19972">Lucky Fishing Hat</a></b><br />Binds when picked up<table width="100%"><tr><td>Head</td><th>Cloth</th></tr></table>43 Armor<br />+15 Stamina<!--e--><br />Durability 45 / 45<br />Requires <a href="/?spells=9.356" class="q1">Fishing</a> (1)</td></tr></table><table><tr><td><span class="q2">Equip: <a href="/?spell=7823" class="q2">Increased Fishing +5.</a></span></td></tr></table></td><th style="background-position: top right"></th></tr><tr><th style="background-position: bottom left"></th><th style="background-position: bottom right"></th></tr></table>
</div>
<div style="clear: left"></div>
<script type="text/javascript">
ge('ic19972').appendChild(Icon.create('INV_Helmet_31', 2, 0, 0, 1));
Tooltip.fixSafe(ge('tt19972'), 1, 1);
</script>
<div id="ic5404" style="float: left; padding-left: 300px"></div>
<div id="tt5404" class="tooltip" style="float: left; padding-top: 1px">
<table><tr><td><b class="q3">Serpent's Shoulders</b><br />Binds when picked up<table width="100%"><tr><td>Shoulder</td><th>Leather</th></tr></table>68 Armor<br />+9 Agility<!--e--><br />Durability 50 / 50<br />Requires Level 18</td><th style="background-position: top right"></th></tr><tr><th style="background-position: bottom left"></th><th style="background-position: bottom right"></th></tr></table>
</div>
<div style="clear: left"></div>
<script type="text/javascript">
ge('ic5404').appendChild(Icon.create('INV_Shoulder_08', 2, 0, 0, 1));
Tooltip.fixSafe(ge('tt5404'), 1, 1);
</script>
</body>
</html>