|
walrus -> positioning (5/3/2004 11:39:31)
|
I have this page http://www.manlove-test.co.uk/bespoke/poll/news.asp which has an empty (blue) space down the right side how can I use the external sheet to place something there like an image. At the moment it ends up anywhere with position: absolute; I think I may be trying the impossible. here is the html <body> <table border="0" cellspacing="0" cellpadding="3"> <tr> <td> <!--webbot bot="Include" U-Include="../bespoke.html" TAG="BODY" startspan --> <!-- URL's used in the movie--> <!-- text used in the movie--> <!--bespoke4mortgages.cu--><OBJECT classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,0,0" WIDTH="350" HEIGHT="80" id="bespoke" ALIGN=""> <PARAM NAME=movie VALUE="bespoke.swf"> <PARAM NAME=quality VALUE=high> <PARAM NAME=bgcolor VALUE=#006699> <EMBED src="../bespoke.swf" quality=high bgcolor=#006699 WIDTH="350" HEIGHT="80" NAME="bespoke" ALIGN="" TYPE="application/x-shockwave-flash" PLUGINSPAGE="http://www.macromedia.com/go/getflashplayer"></EMBED> </OBJECT> <!--webbot bot="Include" endspan i-checksum="259" --> </td> <td></td> <td width="100%"> </td> <td> <img border="0" src="../images/newtitle.gif" alt="bespoke mortgages" width="400" height="80"> </td> </tr> </table> <div id="breadcrumb"> news > <font color="#FFFFFF">an update of what is happening at Bespoke Mortgages Ltd</font> </div> <div id="page"> <div id="menu"> <div><a href="../index.htm">home</a></div> <div><a href="../aboutus.htm">about us</a></div> <div><a href="../commercial.htm">commercial</a></div> <div><a href="../contactus.htm">contact us</a></div> <div><a href="../enquiry.htm">enquiries</a></div> <div><a href="news.asp">news</a></div> <div><a href="../search1.htm">property search</a></div> <div><a href="../services.htm">useful services</a></div> </div> <div id="menu2"> <div><a href="../buy.htm">buy</a></div> <div><a href="../protect.htm">protect</a></div> <div><a href="../keep.htm">keep</a></div> </div> <div id="image2"> <a href="http://www.manlove.co.uk"><img border="1" src="../images/manlove2.gif" width="118" height="20"></a> </div> <div id="content"> <div class="article"> <div class="article-title"> news about us... </div> <hr> <div> <script language="JavaScript"> welcome(); function welcome() { var thedate; var thehour; thedate = new Date(); document.write(thedate); thehour = thedate.getHours(); document.write("<br>It is now past " + thehour + " o'clock"); if (thehour <12) document.write("<h4>Good morning!</h4>") else if (thehour < 17) document.write("<h4>Good afternoon!</h4>") else document.write("<h4>Good evening!</h4>") } document.write("<br><h6>Thank you for taking an interest in our company...</h6>") </script> </div> <div id="contentf"> <table> <tbody> <!--#include file="../_fpclass/fpdblib.inc"--> <% fp_sQry="SELECT * FROM ""Results Query""" fp_sDefault="" fp_sNoRecords="<tr><td colspan=6 align=left width=""100%"">No records returned.</td></tr>" fp_sDataConn="updates" fp_iMaxRecords=10 fp_iCommandType=1 fp_iPageSize=0 fp_fTableFormat=True fp_fMenuFormat=False fp_sMenuChoice="" fp_sMenuValue="" fp_iDisplayCols=6 fp_fCustomQuery=True BOTID=0 fp_iRegion=BOTID %> <!--#include file="../_fpclass/fpdbrgn1.inc"--> <tr> <td valign="top"><font color="#008080"><b><font size="1" color="#008080"><%=FormatDateTime(FP_FieldVal(fp_rs, "Timestamp"),2)%> </font></b> </font></td> <td valign="top"><font size="2"><%=FP_FieldVal(fp_rs,"up_news")%> </font> </td> <td valign="top"><font color="#808080" font size="1" color="#808080"><%=FP_FieldVal(fp_rs,"ID")%> </font></td> </tr> <!--#include file="../_fpclass/fpdbrgn2.inc"--> </tbody> </table> </div> <div>.</div> <hr> <div class="article-footer"> © Bespoke Mortgages 2004 - bespoke4mortgages.com </div> <div id="footer"> YOUR HOME IS AT RISK IF YOU DO NOT KEEP UP REPAYMENTS ON A MORTGAGE OR OTHER LOAN SECURED ON IT </div> </body>
|
|
|
|