473,396 Members | 1,775 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,396 software developers and data experts.

Table size incorrect when 'linked to' but not when navigated to using 'Forward'

Hi

I am currently writing a site that utilises tables. I have one page
that links to a second page.

The only problem is that when I link to the second page, the table
loads up with a different height than was set in the code.
However, when I use the navigation buttons in IE to go back and then
forward again to the second page, the table is displayed as expected.

Has anyone ever come accross this problem and does anyone know of a
solution?
Aditional information. The pages include numerous tables, some within
other tables and some tables within rows or cells.

I would have published the site but the pages include ASP code and I
do not as yet have an ASP host.
If anyone feels that seeing the pages would be beneficial then I can
either publish tham as pure HTML or post the asp pages.

Note: Tested in Internet Explorer v6, written in VS.NET.

Kind regards, Carl
Jul 19 '05 #1
14 2123
Sounds like an HTML problem, not an ASP one...

--
Aaron Bertrand
SQL Server MVP
http://www.aspfaq.com/


"Carl Gilbert" <mr*************@hotmail.com> wrote in message
news:66**************************@posting.google.c om...
Hi

I am currently writing a site that utilises tables. I have one page
that links to a second page.

The only problem is that when I link to the second page, the table
loads up with a different height than was set in the code.
However, when I use the navigation buttons in IE to go back and then
forward again to the second page, the table is displayed as expected.

Has anyone ever come accross this problem and does anyone know of a
solution?
Aditional information. The pages include numerous tables, some within
other tables and some tables within rows or cells.

I would have published the site but the pages include ASP code and I
do not as yet have an ASP host.
If anyone feels that seeing the pages would be beneficial then I can
either publish tham as pure HTML or post the asp pages.

Note: Tested in Internet Explorer v6, written in VS.NET.

Kind regards, Carl

Jul 19 '05 #2
What's URL to your site.

"Aaron Bertrand - MVP" <aa***@TRASHaspfaq.com> wrote in message
news:eS*************@TK2MSFTNGP12.phx.gbl...
Sounds like an HTML problem, not an ASP one...

--
Aaron Bertrand
SQL Server MVP
http://www.aspfaq.com/


"Carl Gilbert" <mr*************@hotmail.com> wrote in message
news:66**************************@posting.google.c om...
Hi

I am currently writing a site that utilises tables. I have one page
that links to a second page.

The only problem is that when I link to the second page, the table
loads up with a different height than was set in the code.
However, when I use the navigation buttons in IE to go back and then
forward again to the second page, the table is displayed as expected.

Has anyone ever come accross this problem and does anyone know of a
solution?
Aditional information. The pages include numerous tables, some within
other tables and some tables within rows or cells.

I would have published the site but the pages include ASP code and I
do not as yet have an ASP host.
If anyone feels that seeing the pages would be beneficial then I can
either publish tham as pure HTML or post the asp pages.

Note: Tested in Internet Explorer v6, written in VS.NET.

Kind regards, Carl


Jul 19 '05 #3
Go to http://homepage.ntlworld.com/carl_gilbert/page1.html and you should be
able to see the difference when you link to page 2 and when you use IE to
move to the next page.
"Tom Blantern" <tb**@broadpark.no> wrote in message
news:40********@news.broadpark.no...
What's URL to your site.

"Aaron Bertrand - MVP" <aa***@TRASHaspfaq.com> wrote in message
news:eS*************@TK2MSFTNGP12.phx.gbl...
Sounds like an HTML problem, not an ASP one...

--
Aaron Bertrand
SQL Server MVP
http://www.aspfaq.com/


"Carl Gilbert" <mr*************@hotmail.com> wrote in message
news:66**************************@posting.google.c om...
Hi

I am currently writing a site that utilises tables. I have one page
that links to a second page.

The only problem is that when I link to the second page, the table
loads up with a different height than was set in the code.
However, when I use the navigation buttons in IE to go back and then
forward again to the second page, the table is displayed as expected.

Has anyone ever come accross this problem and does anyone know of a
solution?
Aditional information. The pages include numerous tables, some within
other tables and some tables within rows or cells.

I would have published the site but the pages include ASP code and I
do not as yet have an ASP host.
If anyone feels that seeing the pages would be beneficial then I can
either publish tham as pure HTML or post the asp pages.

Note: Tested in Internet Explorer v6, written in VS.NET.

Kind regards, Carl



Jul 19 '05 #4
Carl Gilbert wrote:
Go to http://homepage.ntlworld.com/carl_gilbert/page1.html and you should be
able to see the difference when you link to page 2 and when you use IE to
move to the next page.


Perhaps the ms_positioning="FlowLayout" in the <body> is the problem.
--
Edwin van der Vaart
http://www.semi-conductor.nl/ Links to Semiconductors sites
http://www.evandervaart.nl/ Under construction
Jul 19 '05 #5
Have updated the pages but had no affect.
"Edwin van der Vaart" <pi************@yahoo.co.uk> wrote in message
news:ka8rc.308$rc2.21@amstwist00...
Carl Gilbert wrote:
Go to http://homepage.ntlworld.com/carl_gilbert/page1.html and you should be able to see the difference when you link to page 2 and when you use IE to move to the next page.


Perhaps the ms_positioning="FlowLayout" in the <body> is the problem.
--
Edwin van der Vaart
http://www.semi-conductor.nl/ Links to Semiconductors sites
http://www.evandervaart.nl/ Under construction

Jul 19 '05 #6
I did this way:

Page2.html
Code:

<HTML>
<HEAD>
<TITLE>Categories</TITLE>
</HEAD>
<BODY>
<TABLE border="0" cellpadding="0" cellspacing="0" width="100%"
height="100%" id="Table1">
<TR>
<TD align="center" valign="middle">
<!--Containing table-->
<TABLE border="0" cellpadding="0" cellspacing="0" width="776"
height="460"id="Table2">

<!--Header bar-->
<TR height="71">
<TD style="color:white; background-color:black; border-bottom:14
solid white;">&nbsp;</TD>
</TR>

<!--Main body-->
<TR height="344">
<TD valign="top">
<!--Center table-->
<TABLE border="0" cellpadding="0" cellspacing="0" id="Table3">
<TR>
<TD bgcolor="black" width="32">&nbsp;<!--Put Page Title image
here--></TD>
<TD width="8">&nbsp;</TD>
<TD width="344">

<TABLE border="0" cellpadding="0" cellspacing="0" >
<TR height="80">
<TD width="80" valign="top" style="border:3 solid
black;">&nbsp;</TD>
<TD width="8" valign="top"></TD>
<TD width="80" valign="top" style="border:3 solid
black;">&nbsp;</TD>
<TD width="8" valign="top"></TD>
<TD width="80" valign="top" style="border:3 solid
black;">&nbsp;</TD>
<TD width="8" valign="top"></TD>
<TD width="80" valign="top" style="border:3 solid
black;">&nbsp;</TD>
</TR>
<TR height="8" valign="top"></TR>

<tr align="left" valign="top">
<td height="7" colspan="7"></td>
</tr>
<TR height="80">
<TD width="80" valign="top" style="border:3 solid
black;">&nbsp;</TD>
<TD width="8" valign="top"></TD>
<TD width="80" valign="top" style="border:3 solid
black;">&nbsp;</TD>
<TD width="8" valign="top"></TD>
<TD width="80" valign="top" style="border:3 solid
black;">&nbsp;</TD>
<TD width="8" valign="top"></TD>
<TD width="80" valign="top" style="border:3 solid
black;">&nbsp;</TD>
</TR>
<TR height="8" valign="top"></TR>

<tr align="left" valign="top">
<td height="7" colspan="7"></td>
</tr>
<TR height="80">
<TD width="80" valign="top" style="border:3 solid
black;">&nbsp;</TD>
<TD width="8" valign="top"></TD>
<TD width="80" valign="top" style="border:3 solid
black;">&nbsp;</TD>
<TD width="8" valign="top"></TD>
<TD width="80" valign="top" style="border:3 solid
black;">&nbsp;</TD>
<TD width="8" valign="top"></TD>
<TD width="80" valign="top" style="border:3 solid
black;">&nbsp;</TD>
</TR>
<TR height="8" valign="top"></TR>

<tr align="left" valign="top">
<td height="7" colspan="7"></td>
</tr>
<TR height="80">
<TD width="80" valign="top" style="border:3 solid
black;">&nbsp;</TD>
<TD width="8" valign="top"></TD>
<TD width="80" valign="top" style="border:3 solid
black;">&nbsp;</TD>
<TD width="8" valign="top"></TD>
<TD width="80" valign="top" style="border:3 solid
black;">&nbsp;</TD>
<TD width="8" valign="top"></TD>
<TD width="80" valign="top" style="border:3 solid
black;">&nbsp;</TD>
</TR>
</TABLE>

</TD>
<TD width="8">&nbsp;</TD>
<TD width="344">
<TABLE border="0" cellpadding="0" cellspacing="0" id="Table4">
<TR height="80">
<TD width="80" valign="top" style="border:3 solid
black;">&nbsp;</TD>
<TD width="8" valign="top"></TD>
<TD width="80" valign="top" style="border:3 solid
black;">&nbsp;</TD>
<TD width="8" valign="top"></TD>
<TD width="80" valign="top" style="border:3 solid
black;">&nbsp;</TD>
<TD width="8" valign="top"></TD>
<TD width="80" valign="top" style="border:3 solid
black;">&nbsp;</TD>
</TR>
<TR height="8" valign="top"></TR>

<tr align="left" valign="top">
<td height="7" colspan="7"></td>
</tr>
<TR height="80">
<TD width="80" valign="top" style="border:3 solid
black;">&nbsp;</TD>
<TD width="8" valign="top"></TD>
<TD width="80" valign="top" style="border:3 solid
black;">&nbsp;</TD>
<TD width="8" valign="top"></TD>
<TD width="80" valign="top" style="border:3 solid
black;">&nbsp;</TD>
<TD width="8" valign="top"></TD>
<TD width="80" valign="top" style="border:3 solid
black;">&nbsp;</TD>
</TR>
<TR height="8" valign="top"></TR>

<tr align="left" valign="top">
<td height="7" colspan="7"></td>
</tr>
<TR height="80">
<TD width="80" valign="top" style="border:3 solid
black;">&nbsp;</TD>
<TD width="8" valign="top"></TD>
<TD width="80" valign="top" style="border:3 solid
black;">&nbsp;</TD>
<TD width="8" valign="top"></TD>
<TD width="80" valign="top" style="border:3 solid
black;">&nbsp;</TD>
<TD width="8" valign="top"></TD>
<TD width="80" valign="top" style="border:3 solid
black;">&nbsp;</TD>
</TR>
<TR height="8" valign="top"></TR>

<tr align="left" valign="top">
<td height="7" colspan="7"></td>
</tr>
<TR height="80">
<TD width="80" valign="top" style="border:3 solid
black;">&nbsp;</TD>
<TD width="8" valign="top"></TD>
<TD width="80" valign="top" style="border:3 solid
black;">&nbsp;</TD>
<TD width="8" valign="top"></TD>
<TD width="80" valign="top" style="border:3 solid
black;">&nbsp;</TD>
<TD width="8" valign="top"></TD>
<TD width="80" valign="top" style="border:3 solid
black;">&nbsp;</TD>
</TR>
</TABLE>
</TD>
<TD width="8">&nbsp;</TD>
<TD bgcolor="black" width="32">&nbsp;</TD>
</TR>
</TABLE>
</TD>
</TR>

<!--Bottom bar-->
<TR height="45">
<TD style="color:white; background-color:black; border-top:14 solid
white;">&nbsp;</TD>
</TR>

</TABLE>
</TD>
</TR>
</TABLE>
</BODY>
</HTML>


"Carl Gilbert" <mr*************@hotmail.com> wrote in message
news:a89rc.892$Fc.183@newsfe4-win...
Have updated the pages but had no affect.
"Edwin van der Vaart" <pi************@yahoo.co.uk> wrote in message
news:ka8rc.308$rc2.21@amstwist00...
Carl Gilbert wrote:
Go to http://homepage.ntlworld.com/carl_gilbert/page1.html and you should be able to see the difference when you link to page 2 and when you use IE to move to the next page.


Perhaps the ms_positioning="FlowLayout" in the <body> is the problem.
--
Edwin van der Vaart
http://www.semi-conductor.nl/ Links to Semiconductors sites
http://www.evandervaart.nl/ Under construction


Jul 19 '05 #7
Thanks for the code Tom. This is good but still presents the same problem
but the other way round.
When the page is linked to, it comes out at the correct size but when it is
navigated forward to, it comes out larger.
This is much more acceptable and if I had to put up with it I think I would
rather use your approach.

Any aditional input on why the table may be re-sizing or a way to prevent
the table re-sizing when navigated forward to would be greatly appreciated.

I have re-published the pages to show what the new code is doing. This can
be found at:

http://homepage.ntlworld.com/carl_gilbert/page1.html

Once again, thanks Tom, this could be the solution unless anyone else has a
better one.

"Tom Blantern" <tb**@broadpark.no> wrote in message
news:40********@news.broadpark.no...
I did this way:

Page2.html
Code:

<HTML>
<HEAD>
<TITLE>Categories</TITLE>
</HEAD>
<BODY>
<TABLE border="0" cellpadding="0" cellspacing="0" width="100%"
height="100%" id="Table1">
<TR>
<TD align="center" valign="middle">
<!--Containing table-->
<TABLE border="0" cellpadding="0" cellspacing="0" width="776"
height="460"id="Table2">

<!--Header bar-->
<TR height="71">
<TD style="color:white; background-color:black; border-bottom:14
solid white;">&nbsp;</TD>
</TR>

<!--Main body-->
<TR height="344">
<TD valign="top">
<!--Center table-->
<TABLE border="0" cellpadding="0" cellspacing="0" id="Table3">
<TR>
<TD bgcolor="black" width="32">&nbsp;<!--Put Page Title image
here--></TD>
<TD width="8">&nbsp;</TD>
<TD width="344">

<TABLE border="0" cellpadding="0" cellspacing="0" >
<TR height="80">
<TD width="80" valign="top" style="border:3 solid
black;">&nbsp;</TD>
<TD width="8" valign="top"></TD>
<TD width="80" valign="top" style="border:3 solid
black;">&nbsp;</TD>
<TD width="8" valign="top"></TD>
<TD width="80" valign="top" style="border:3 solid
black;">&nbsp;</TD>
<TD width="8" valign="top"></TD>
<TD width="80" valign="top" style="border:3 solid
black;">&nbsp;</TD>
</TR>
<TR height="8" valign="top"></TR>

<tr align="left" valign="top">
<td height="7" colspan="7"></td>
</tr>
<TR height="80">
<TD width="80" valign="top" style="border:3 solid
black;">&nbsp;</TD>
<TD width="8" valign="top"></TD>
<TD width="80" valign="top" style="border:3 solid
black;">&nbsp;</TD>
<TD width="8" valign="top"></TD>
<TD width="80" valign="top" style="border:3 solid
black;">&nbsp;</TD>
<TD width="8" valign="top"></TD>
<TD width="80" valign="top" style="border:3 solid
black;">&nbsp;</TD>
</TR>
<TR height="8" valign="top"></TR>

<tr align="left" valign="top">
<td height="7" colspan="7"></td>
</tr>
<TR height="80">
<TD width="80" valign="top" style="border:3 solid
black;">&nbsp;</TD>
<TD width="8" valign="top"></TD>
<TD width="80" valign="top" style="border:3 solid
black;">&nbsp;</TD>
<TD width="8" valign="top"></TD>
<TD width="80" valign="top" style="border:3 solid
black;">&nbsp;</TD>
<TD width="8" valign="top"></TD>
<TD width="80" valign="top" style="border:3 solid
black;">&nbsp;</TD>
</TR>
<TR height="8" valign="top"></TR>

<tr align="left" valign="top">
<td height="7" colspan="7"></td>
</tr>
<TR height="80">
<TD width="80" valign="top" style="border:3 solid
black;">&nbsp;</TD>
<TD width="8" valign="top"></TD>
<TD width="80" valign="top" style="border:3 solid
black;">&nbsp;</TD>
<TD width="8" valign="top"></TD>
<TD width="80" valign="top" style="border:3 solid
black;">&nbsp;</TD>
<TD width="8" valign="top"></TD>
<TD width="80" valign="top" style="border:3 solid
black;">&nbsp;</TD>
</TR>
</TABLE>

</TD>
<TD width="8">&nbsp;</TD>
<TD width="344">
<TABLE border="0" cellpadding="0" cellspacing="0" id="Table4">
<TR height="80">
<TD width="80" valign="top" style="border:3 solid
black;">&nbsp;</TD>
<TD width="8" valign="top"></TD>
<TD width="80" valign="top" style="border:3 solid
black;">&nbsp;</TD>
<TD width="8" valign="top"></TD>
<TD width="80" valign="top" style="border:3 solid
black;">&nbsp;</TD>
<TD width="8" valign="top"></TD>
<TD width="80" valign="top" style="border:3 solid
black;">&nbsp;</TD>
</TR>
<TR height="8" valign="top"></TR>

<tr align="left" valign="top">
<td height="7" colspan="7"></td>
</tr>
<TR height="80">
<TD width="80" valign="top" style="border:3 solid
black;">&nbsp;</TD>
<TD width="8" valign="top"></TD>
<TD width="80" valign="top" style="border:3 solid
black;">&nbsp;</TD>
<TD width="8" valign="top"></TD>
<TD width="80" valign="top" style="border:3 solid
black;">&nbsp;</TD>
<TD width="8" valign="top"></TD>
<TD width="80" valign="top" style="border:3 solid
black;">&nbsp;</TD>
</TR>
<TR height="8" valign="top"></TR>

<tr align="left" valign="top">
<td height="7" colspan="7"></td>
</tr>
<TR height="80">
<TD width="80" valign="top" style="border:3 solid
black;">&nbsp;</TD>
<TD width="8" valign="top"></TD>
<TD width="80" valign="top" style="border:3 solid
black;">&nbsp;</TD>
<TD width="8" valign="top"></TD>
<TD width="80" valign="top" style="border:3 solid
black;">&nbsp;</TD>
<TD width="8" valign="top"></TD>
<TD width="80" valign="top" style="border:3 solid
black;">&nbsp;</TD>
</TR>
<TR height="8" valign="top"></TR>

<tr align="left" valign="top">
<td height="7" colspan="7"></td>
</tr>
<TR height="80">
<TD width="80" valign="top" style="border:3 solid
black;">&nbsp;</TD>
<TD width="8" valign="top"></TD>
<TD width="80" valign="top" style="border:3 solid
black;">&nbsp;</TD>
<TD width="8" valign="top"></TD>
<TD width="80" valign="top" style="border:3 solid
black;">&nbsp;</TD>
<TD width="8" valign="top"></TD>
<TD width="80" valign="top" style="border:3 solid
black;">&nbsp;</TD>
</TR>
</TABLE>
</TD>
<TD width="8">&nbsp;</TD>
<TD bgcolor="black" width="32">&nbsp;</TD>
</TR>
</TABLE>
</TD>
</TR>

<!--Bottom bar-->
<TR height="45">
<TD style="color:white; background-color:black; border-top:14 solid white;">&nbsp;</TD>
</TR>

</TABLE>
</TD>
</TR>
</TABLE>
</BODY>
</HTML>


"Carl Gilbert" <mr*************@hotmail.com> wrote in message
news:a89rc.892$Fc.183@newsfe4-win...
Have updated the pages but had no affect.
"Edwin van der Vaart" <pi************@yahoo.co.uk> wrote in message
news:ka8rc.308$rc2.21@amstwist00...
Carl Gilbert wrote:
> Go to http://homepage.ntlworld.com/carl_gilbert/page1.html and you

should be
> able to see the difference when you link to page 2 and when you use
IE to
> move to the next page.

Perhaps the ms_positioning="FlowLayout" in the <body> is the problem.
--
Edwin van der Vaart
http://www.semi-conductor.nl/ Links to Semiconductors sites
http://www.evandervaart.nl/ Under construction



Jul 19 '05 #8

"Carl Gilbert" <mr*************@hotmail.com> wrote in message
news:66**************************@posting.google.c om...
Hi

I am currently writing a site that utilises tables. I have one page
that links to a second page.

The only problem is that when I link to the second page, the table
loads up with a different height than was set in the code.


http://diveintomark.org/archives/200..._wont_help_you
--
Karl Core
Jul 19 '05 #9
Gazing into my crystal ball I observed mr*************@hotmail.com (Carl
Gilbert) writing in news:66**************************@posting.google.c om:
Hi

Hi
I am currently writing a site that utilises tables. I have one page
that links to a second page.
Ok

The only problem is that when I link to the second page, the table
loads up with a different height than was set in the code.
However, when I use the navigation buttons in IE to go back and then
forward again to the second page, the table is displayed as expected.
Is this a table of tabular data, or is this your editor's way of
positioning elements?

Has anyone ever come accross this problem and does anyone know of a
solution?
Yes, get rid of the tables. Go with CSS.


Aditional information. The pages include numerous tables, some within
other tables and some tables within rows or cells.

Again, get rid of tables. There is nothing worse than having to debug
nested tables.
I would have published the site but the pages include ASP code and I
do not as yet have an ASP host.
If anyone feels that seeing the pages would be beneficial then I can
either publish tham as pure HTML or post the asp pages.
Have you validated your markup and fixed the errors?

Note: Tested in Internet Explorer v6, written in VS.NET.
Did you test it in any other browser? You know there are other browsers
out there, and what may work for IE may not work for Mozilla or Opera,
especially if you are using some sort of proprietary markup.

Kind regards, Carl


Good luck!

--
Adrienne Boswell
Please respond to the group so others can share
http://www.arbpen.com
Jul 19 '05 #10
Tom Blantern wrote:
I did this way:

[snip]

Then you deserve all the problems you get.

--
Toby A Inkster BSc (Hons) ARCS
Contact Me - http://www.goddamn.co.uk/tobyink/?page=132

Jul 19 '05 #11
Yeah... I have a solution for you.
Make a "fake" pictures to make sure it 8px hight no matter what. <img> solve
that.
<td> does not solve that, becaouse less than 10px would be a problem.

Code for page2.html:

<table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td><table width="776" height="460" border="0" align="center"
cellpadding="0" cellspacing="0">
<tr>
<td height="71" align="left" valign="top" style="color:white;
background-color:black; border-bottom:14 solid white;">&nbsp;</td>
</tr>
<tr>
<td height="344" align="left" valign="top"><table width="100%"
height="344" border="0" cellpadding="0" cellspacing="0">
<tr>
<td width="32" bgcolor="black">&nbsp;</td>
<td width="8">&nbsp;</td>
<td width="344" align="left" valign="top"><table width="344"
border="0" cellpadding="0" cellspacing="0">
<tr>
<td width="80" height="80" style="border:3 solid
black;">&nbsp;</td>
<td width="8">&nbsp;</td>
<td width="80" style="border:3 solid
black;">&nbsp;</td>
<td width="8">&nbsp;</td>
<td width="80" style="border:3 solid
black;">&nbsp;</td>
<td width="8">&nbsp;</td>
<td width="80" style="border:3 solid
black;">&nbsp;</td>
</tr>
<tr>
<td height="8" colspan="7"><img src="#"
height="8"></td>
</tr>
<tr>
<td width="80" height="80" style="border:3 solid
black;">&nbsp;</td>
<td>&nbsp;</td>
<td style="border:3 solid black;">&nbsp;</td>
<td>&nbsp;</td>
<td style="border:3 solid black;">&nbsp;</td>
<td>&nbsp;</td>
<td style="border:3 solid black;">&nbsp;</td>
</tr>
<tr>
<td height="8" colspan="7"><img src="#"
height="8"></td>
</tr>
<tr>
<td width="80" height="80" style="border:3 solid
black;">&nbsp;</td>
<td>&nbsp;</td>
<td style="border:3 solid black;">&nbsp;</td>
<td>&nbsp;</td>
<td style="border:3 solid black;">&nbsp;</td>
<td>&nbsp;</td>
<td style="border:3 solid black;">&nbsp;</td>
</tr>
<tr>
<td height="8" colspan="7"><img src="#"
height="8"></td>
</tr>
<tr>
<td width="80" height="80" style="border:3 solid
black;">&nbsp;</td>
<td>&nbsp;</td>
<td style="border:3 solid black;">&nbsp;</td>
<td>&nbsp;</td>
<td style="border:3 solid black;">&nbsp;</td>
<td>&nbsp;</td>
<td style="border:3 solid black;">&nbsp;</td>
</tr>
</table></td>
<td width="8">&nbsp;</td>
<td width="344" align="left" valign="top"><table width="344"
border="0" cellpadding="0" cellspacing="0">
<tr>
<td width="80" height="80" style="border:3 solid
black;">&nbsp;</td>
<td width="8">&nbsp;</td>
<td width="80" style="border:3 solid
black;">&nbsp;</td>
<td width="8">&nbsp;</td>
<td width="80" style="border:3 solid
black;">&nbsp;</td>
<td width="8">&nbsp;</td>
<td width="80" style="border:3 solid
black;">&nbsp;</td>
</tr>
<tr>
<td height="8" colspan="7"><img src="#"
height="8"></td>
</tr>
<tr>
<td width="80" height="80" style="border:3 solid
black;">&nbsp;</td>
<td>&nbsp;</td>
<td style="border:3 solid black;">&nbsp;</td>
<td>&nbsp;</td>
<td style="border:3 solid black;">&nbsp;</td>
<td>&nbsp;</td>
<td style="border:3 solid black;">&nbsp;</td>
</tr>
<tr>
<td height="8" colspan="7"><img src="#"
height="8"></td>
</tr>
<tr>
<td width="80" height="80" style="border:3 solid
black;">&nbsp;</td>
<td>&nbsp;</td>
<td style="border:3 solid black;">&nbsp;</td>
<td>&nbsp;</td>
<td style="border:3 solid black;">&nbsp;</td>
<td>&nbsp;</td>
<td style="border:3 solid black;">&nbsp;</td>
</tr>
<tr>
<td height="8" colspan="7"><img src="#"
height="8"></td>
</tr>
<tr>
<td width="80" height="80" style="border:3 solid
black;">&nbsp;</td>
<td>&nbsp;</td>
<td style="border:3 solid black;">&nbsp;</td>
<td>&nbsp;</td>
<td style="border:3 solid black;">&nbsp;</td>
<td>&nbsp;</td>
<td style="border:3 solid black;">&nbsp;</td>
</tr>
</table></td>
<td width="8">&nbsp;</td>
<td width="32" bgcolor="black">&nbsp;</td>
</tr>
</table></td>
</tr>
<tr>
<td height="45" align="left" valign="top" style="color:white;
background-color:black; border-top:14 solid white;">&nbsp;</td>
</tr>
</table></td>
</tr>
</table>


"Toby A Inkster" <to*****@goddamn.co.uk> wrote in message
news:pa****************************@goddamn.co.uk. ..
Tom Blantern wrote:
I did this way:

[snip]

Then you deserve all the problems you get.

--
Toby A Inkster BSc (Hons) ARCS
Contact Me - http://www.goddamn.co.uk/tobyink/?page=132

Jul 19 '05 #12

"Tom Blantern" <tb**@broadpark.no> wrote in message
news:40********@news.broadpark.no...
Yeah... I have a solution for you.
Make a "fake" pictures to make sure it 8px hight no matter what. <img> solve that.

<snip>

Please don't give any more advice regarding HTML
--
Karl Core

Jul 19 '05 #13
Ok, so it sounds like the table route is the wrong one. Why do people
comment if they don't know what they are talking about?

Karl, I looked at the link you posted:

http://diveintomark.org/archives/200..._wont_help_you

From what Adrienne and yourself are saying, CSS seems to be the way to go.
I have looked at a number of books today and I have settled for 'Eric Meyers
on CSS'.
Judging by most of the reviews on CSS books, its a technology that goes
somewhat unnoticed and once discovered leaves people wondering how they
coped without it. Lets hope this is true.

I would still appreciate some advice and direction on how to approach my
problem using CSS. I will obviously bury my head in the CSS book when it
arrives but would like to know what to look for, approach, techniques, etc.

What I am essentially trying to do is write a site with a fairly basic
design. I want the same look as what I have already done with tables
(http://homepage.ntlworld.com/carl_gilbert/page1.html). Where I have
bordered cells, I will put a graphic in each cell to link to a different
page.

My design is very specific, its not designed to display data/stats in tables
or lists. The look will be just as shown in the about link except with
graphics and text in the cells.

Ideally I would like the link to fire from the user clicking the panel
rather than some nasty link stuck in the middle. Much like the cells at the
top of http://diveintomark.org/ link to the home page. Nice...

Any help would be greatly appreciated. Let me know if further information
on what I am trying to achieve is required.

Regards, Carl Gilbert
Jul 19 '05 #14
Carl Gilbert <mr*************@hotmail.com> wrote:
Judging by most of the reviews on CSS books, its a technology that
goes somewhat unnoticed and once discovered leaves people wondering
how they coped without it. Lets hope this is true.
I've been using minimal CSS for about a year, but finally moved entirely
away from tables in the last week.
I would still appreciate some advice and direction on how to approach
my problem using CSS. I will obviously bury my head in the CSS book
when it arrives but would like to know what to look for, approach,
techniques, etc.


Quite possibly a way to learn is by example.

http://www.oswd.org has a few -- look for ones that validate XHTML 1.0
Strict and have CSS (if you search for both, you'll have a few examples
to peruse). None of them have graphics. View the design's source and
verify there's no tables before downloading it to play with.

I've been working from one of the OSWD templates (purple haze), though
I've done a fair amount of fussing with it at this point. I'm using PHP
for page generation, so I had to do a lot of slicing and dicing that I'm
still not finished tweaking.

--
_Deirdre http://deirdre.net
"Ideally pacing should look like the stock market for the year 1999, up
and up and up, but with lots of little dips downwards...."
-- Wen Spencer on plotting a novel
Jul 19 '05 #15

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

5
by: deko | last post by:
How to run action query against linked table? I have an Access 2003 mdb with an Excel 2003 Workbook as a linked table. When I attempt to run an action query against the linked table I get this...
3
by: Ian | last post by:
We are currently experiencing problems with our Access XP database. We are using access as the front-end and are connecting to Oracle 7.3 via ODBC. Our users are running Win 98 and Win Xp. We are...
4
by: bhieb | last post by:
Alright this is a new one to me. I have linked a table using ODBC to our AS400. When I either open it directly or query it I get the incorrect values for several fields. For example the query on...
9
by: AnandaSim | last post by:
Hi All, I've had Access 97, 2000 connections to the corporate Oracle database for a few years now - but seldom use it. When I did use it years ago, performance was not fast but the features were...
21
by: Johan Tibell | last post by:
I would be grateful if someone had a minute or two to review my hash table implementation. It's not yet commented but hopefully it's short and idiomatic enough to be readable. Some of the code...
7
by: john | last post by:
In my form I have a master table and a details table linked 1xM. I can search through the whole parent table but I also like to be able to search through the child table fields to find parent...
1
by: permanentlybaffled | last post by:
Hi, This is my first time using a forum, so here goes... I have an Access app that is in use by several people who know nothing about PC's. I included a few extra columns in each table to...
1
by: vp.softverm | last post by:
hi all . Am facing problem with the date picker. when i click on date picker in a popup window. the date table is opened in the middle of the pop up window. and it is unable to scroll with...
11
by: JWest46088 | last post by:
I'm having difficulty trying to figure out how to print a text file from a hash table one line at a time. I have the text file read into the hash table and can print the text file all at once, but I...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...
0
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing,...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.