Forum Moderators: not2easy
The problem i'm having is that in a fixed width and height div tag, two objects (referrers) goes not in one line (as i would like), but one below each other.. Even with a fixed height, div expands and object goes below, not in line, as i would like. As far as these object are not simple images, maybe this is impossible to deal with them?
Here is my html:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>Untitled Document</title>
<style type="text/css">
<!--
.reklama {
width: 300px;
margin-right: auto;
margin-left: auto;
height: 31px;
}
-->
</style>
</head>
<body>
<div class="reklama">
<a target=_blank href="http://www.example.com/refer.php?12369">88x31.lt</a>
<script language=javascript src="http://www.example.com/serve.php?11786,1,1"></script><br>
</div>
</body>
</html>
[edited by: bill at 8:00 am (utc) on Nov. 14, 2009]
[edit reason] Please use example.com [/edit]
<script language="javascript" src="http://www.example.lt/serve.php?11786,1,1"></script><table border="0" cellpadding="0" cellspacing="0"><tbody><tr><td><object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=5,0,0,0" width="88" height="31"><param name="movie" value="http://www.example.lt/banners/2030.swf?clickTag=http%3A%2F%2Fwww.example.lt%2Fclick.php%3F11786%2C2030%2Cgdq1rrsk1k6x&clickWindow=_top&clickTAG=http%3A%2F%2Fwww.88x31.lt%2Fclick.php%3F11786%2C2030%2Cgdq1rrsk1k6x"><param name="quality" value="high"><embed type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer" src="http://www.example.lt/banners/2030.swf?clickTag=http%3A%2F%2Fwww.example.lt%2Fclick.php%3F11786%2C2030%2Cgdq1rrsk1k6x&clickWindow=_top&clickTAG=http%3A%2F%2Fwww.example.lt%2Fclick.php%3F11786%2C2030%2Cgdq1rrsk1k6x" width="88" height="31"></object></td></tr></tbody></table><br></div>
</div>
</body></html>