navigation
a webmaster learning community
     Home    Register     Search      Help      Login    
Sponsors

Shopping Cart Software
Ecommerce software integrated into Frontpage, Dreamweaver and Golive templates. No monthly fees and available in ASP and PHP versions.

Website Templates
We also have a wide selection of Dreamweaver, Expression Web and Frontpage templates as well as webmaster tools and CSS layouts.

Frontpage website templates
Creative Website Templates for FrontPage, Dreamweaver, Flash, SwishMax

Search Forums
 

Advanced search
Recent Posts

 Todays Posts
 Most Active posts
 Posts since last visit
 My Recent Posts
 Mark posts read

Microsoft MVP

 

positioning

 
View related threads: (in this forum | in all forums)

Logged in as: Guest
Users viewing this topic: none
Printable Version 

All Forums >> Web Development >> Cascading Style Sheets >> positioning
Page: [1]
 
walrus

 

Posts: 545
Joined: 3/13/2003
From: London
Status: offline

 
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>

_____________________________

I hope The Boss isn't reading this, ...she thinks I program everything!
jaybee

 

Posts: 14145
Joined: 10/7/2003
From: Berkshire, UK
Status: offline

 
RE: positioning - 5/3/2004 16:56:44   
Can you get the link to work and then post the css?

_____________________________

If it ain't broke..... fix it until it is.
:)

:)
GAWDS
Now where did I put that Doctype?

(in reply to walrus)
walrus

 

Posts: 545
Joined: 3/13/2003
From: London
Status: offline

 
RE: positioning - 5/3/2004 17:06:09   
Hi Jaybee
Ive been playing around with it (for hours)
in the end I made the positioning as close as would be okay
but the object i wanted to place there wont work either
Its been a long day.
Ill leave this one for now.

_____________________________

I hope The Boss isn't reading this, ...she thinks I program everything!

(in reply to jaybee)
LoriL1212

 

Posts: 394
Joined: 1/30/2004
From: South Florida
Status: offline

 
RE: positioning - 5/3/2004 17:48:18   
Did you try to float it?

_____________________________

Lori Leach :: zenful creations :: kudos :: musings

(in reply to walrus)
walrus

 

Posts: 545
Joined: 3/13/2003
From: London
Status: offline

 
RE: positioning - 5/4/2004 3:43:33   
I think that must be the word I'm looking for.
Ill look into it
Thanks

_____________________________

I hope The Boss isn't reading this, ...she thinks I program everything!

(in reply to LoriL1212)
Page:   [1]

All Forums >> Web Development >> Cascading Style Sheets >> positioning
Page: [1]
Jump to: 1





New Messages No New Messages
Hot Topic w/ New Messages Hot Topic w/o New Messages
Locked w/ New Messages Locked w/o New Messages
 Post New Thread
 Reply to Message
 Post New Poll
 Submit Vote
 Delete My Own Post
 Delete My Own Thread
 Rate Posts