Forums
This topic is locked
Frustated with tables and placement
24 Nov 2003 04:20:10 Ann Yates posted:
I have been very frustrated with getting things put on a page where I want them. I know to do this with tables, but I can't get it to work.If I post the code here could somone try and help me. I must be doing something wrong!
Everything looks placed right in Dreamweaver, and then when I preview it my graphic is way lower than I want it, and I can't get it to move at all!
mumsienc
Replies
Replied 24 Nov 2003 05:06:52
24 Nov 2003 05:06:52 Nozomi Kugita replied:
I understand the frustration when things don't work as they are supposed to.
Paste the simple table code that represents the problem you see. I'm sure someone in the forum can help you - of course if I understand the problem I'll do the same<img src=../images/dmxzone/forum/icon_smile.gif border=0 align=middle>
- Noz
Paste the simple table code that represents the problem you see. I'm sure someone in the forum can help you - of course if I understand the problem I'll do the same<img src=../images/dmxzone/forum/icon_smile.gif border=0 align=middle>
- Noz
Replied 24 Nov 2003 05:08:40
24 Nov 2003 05:08:40 Ann Yates replied:
Thanks, I will post in a sec. Would would be such a wonderful thing to get this figured out!
mumsienc
mumsienc
Replied 24 Nov 2003 05:27:49
24 Nov 2003 05:27:49 Ann Yates replied:
Here is the code.
I wanted the navigation text at top, then a little below it the text graphic.
Seems so simple, but I can't get it to work.
Any help?
And thanks.
I wanted the navigation text at top, then a little below it the text graphic.
Seems so simple, but I can't get it to work.
Any help?
And thanks.
Replied 24 Nov 2003 05:28:24
24 Nov 2003 05:28:24 Ann Yates replied:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD><TITLE>Untitled Document</TITLE>
<META http-equiv=Content-Type content="text/html; charset=iso-8859-1">
<META content="MSHTML 6.00.2800.1276" name=GENERATOR></HEAD>
<BODY>
<TABLE cellSpacing=0 cellPadding=0 width=640 border=0>
<TBODY>
<TR align="left">
<TD width="250" rowSpan=5 vAlign=top><IMG height=460
src="darn thing_files/tape measure graphic.gif" width=220></TD>
<TD colSpan=3 align="left" vAlign=top>
<TABLE cellSpacing=0 cellPadding=0 align=left border=0>
<TBODY>
<TR vAlign=top align=left>
<TD width=98>HomePage</TD>
<TD width=146>RoadRat Archive</TD>
<TD width=174>Future RoadRat Tours</TD>
<TD width=2> </TD>
</TR>
<TR vAlign=top align=left>
<TD colSpan=4><img src="../../../../SITES/tudanefarm/images/gif%20copy%203.gif" width="420" height="10"></TD>
</TR></TBODY></TABLE></TD></TR>
<TR>
<TD colSpan=3 align="left" vAlign=top><IMG height=1
src="darn thing_files/gif spacer.gif" width=1><img src="../../../../SITES/tudanefarm/images/textratright.gif" width="408" height="40"></TD>
</TR>
<TR>
<TD colSpan=3 align="left" valign="top"><IMG height=1 src="darn thing_files/gif spacer.gif"
width=1></TD></TR>
<TR>
<TD colspan="3" align=left vAlign=top><img src="../../../../SITES/tudanefarm/images/gifcopy4.gif" width="420" height="10"></TD>
</TR>
<TR>
<TD colspan="3" align=left vAlign=top>
<TABLE cellSpacing=0 cellPadding=0 border=0>
<TBODY>
<TR>
<TD> </TD></TR></TBODY></TABLE>
</TD>
</TR>
<TR>
<TD vAlign=top> </TD>
<TD width="181" align=left vAlign=top> </TD>
<TD width="210" colSpan=2 vAlign=top> </TD>
</TR>
</TBODY></TABLE>
</BODY></HTML>
<HTML><HEAD><TITLE>Untitled Document</TITLE>
<META http-equiv=Content-Type content="text/html; charset=iso-8859-1">
<META content="MSHTML 6.00.2800.1276" name=GENERATOR></HEAD>
<BODY>
<TABLE cellSpacing=0 cellPadding=0 width=640 border=0>
<TBODY>
<TR align="left">
<TD width="250" rowSpan=5 vAlign=top><IMG height=460
src="darn thing_files/tape measure graphic.gif" width=220></TD>
<TD colSpan=3 align="left" vAlign=top>
<TABLE cellSpacing=0 cellPadding=0 align=left border=0>
<TBODY>
<TR vAlign=top align=left>
<TD width=98>HomePage</TD>
<TD width=146>RoadRat Archive</TD>
<TD width=174>Future RoadRat Tours</TD>
<TD width=2> </TD>
</TR>
<TR vAlign=top align=left>
<TD colSpan=4><img src="../../../../SITES/tudanefarm/images/gif%20copy%203.gif" width="420" height="10"></TD>
</TR></TBODY></TABLE></TD></TR>
<TR>
<TD colSpan=3 align="left" vAlign=top><IMG height=1
src="darn thing_files/gif spacer.gif" width=1><img src="../../../../SITES/tudanefarm/images/textratright.gif" width="408" height="40"></TD>
</TR>
<TR>
<TD colSpan=3 align="left" valign="top"><IMG height=1 src="darn thing_files/gif spacer.gif"
width=1></TD></TR>
<TR>
<TD colspan="3" align=left vAlign=top><img src="../../../../SITES/tudanefarm/images/gifcopy4.gif" width="420" height="10"></TD>
</TR>
<TR>
<TD colspan="3" align=left vAlign=top>
<TABLE cellSpacing=0 cellPadding=0 border=0>
<TBODY>
<TR>
<TD> </TD></TR></TBODY></TABLE>
</TD>
</TR>
<TR>
<TD vAlign=top> </TD>
<TD width="181" align=left vAlign=top> </TD>
<TD width="210" colSpan=2 vAlign=top> </TD>
</TR>
</TBODY></TABLE>
</BODY></HTML>
Replied 24 Nov 2003 07:25:48
24 Nov 2003 07:25:48 Nozomi Kugita replied:
I'm assuming that you are seeing gaps inbetween each images, and you wanted them to be stay upper side of the table - with images shown right down to each.
The problem is in the right clumn of the last table row - it does not have any data. Try setting the height of the table row to something like 350 to 380 and preview the document. I'm sure you'll see a difference. And that's how a table works.
- Noz
The problem is in the right clumn of the last table row - it does not have any data. Try setting the height of the table row to something like 350 to 380 and preview the document. I'm sure you'll see a difference. And that's how a table works.
- Noz
Replied 24 Nov 2003 07:31:21
24 Nov 2003 07:31:21 Ann Yates replied:
TADA! I'll be able to sleep now without clenching my jaw!
Thanks
So, what I didn't do was have something in the table below it to push it up?
I can either set a height, or let whatever I put inside that cell determine the height?
Does that sound right?
Thanks
So, what I didn't do was have something in the table below it to push it up?
I can either set a height, or let whatever I put inside that cell determine the height?
Does that sound right?
Replied 28 Nov 2003 18:16:50
28 Nov 2003 18:16:50 Janusz Jasinski replied:
Try using CSS instead?
Janusz
======================
www.xlibris.co.uk
janusz.monkey-it.co.uk
ASP | VBScript | IIS 5.1 | Windows XP Pro | Linux Redhat 9 | SuSE 9 Pro | Linux FreeBSD 4.9 | PHP 5.0.0 Beta 2 | MySQL 4.0 | Apache 2.0.48 | Macromedia Studio w/t Flash 2004 | Microsoft Office Pro 2003 | Mozilla Firebird 0.7 | IE 6 | B.O.R.E.D @ HoMe
Janusz
======================
www.xlibris.co.uk
janusz.monkey-it.co.uk
ASP | VBScript | IIS 5.1 | Windows XP Pro | Linux Redhat 9 | SuSE 9 Pro | Linux FreeBSD 4.9 | PHP 5.0.0 Beta 2 | MySQL 4.0 | Apache 2.0.48 | Macromedia Studio w/t Flash 2004 | Microsoft Office Pro 2003 | Mozilla Firebird 0.7 | IE 6 | B.O.R.E.D @ HoMe
Replied 28 Nov 2003 18:46:49
28 Nov 2003 18:46:49 Ann Yates replied:
Replied 28 Nov 2003 19:20:21
28 Nov 2003 19:20:21 Janusz Jasinski replied:
It's a good replacment for tables.... I don't want to get into a discussion about it though as it could last for ages.
Janusz
======================
www.xlibris.co.uk
janusz.monkey-it.co.uk
ASP | VBScript | IIS 5.1 | Windows XP Pro | Linux Redhat 9 | SuSE 9 Pro | Linux FreeBSD 4.9 | PHP 5.0.0 Beta 2 | MySQL 4.0 | Apache 2.0.48 | Macromedia Studio w/t Flash 2004 | Microsoft Office Pro 2003 | Mozilla Firebird 0.7 | IE 6 | B.O.R.E.D @ HoMe
Janusz
======================
www.xlibris.co.uk
janusz.monkey-it.co.uk
ASP | VBScript | IIS 5.1 | Windows XP Pro | Linux Redhat 9 | SuSE 9 Pro | Linux FreeBSD 4.9 | PHP 5.0.0 Beta 2 | MySQL 4.0 | Apache 2.0.48 | Macromedia Studio w/t Flash 2004 | Microsoft Office Pro 2003 | Mozilla Firebird 0.7 | IE 6 | B.O.R.E.D @ HoMe
Replied 28 Nov 2003 19:29:11
28 Nov 2003 19:29:11 Ann Yates replied:
I probably wouldn't understand it anyway, though I hope I can find something easier than tables. I don't care for them at all