Velocity Reviews - Computer Hardware Reviews

Velocity Reviews > Newsgroups > Programming > HTML > table layout

Reply
Thread Tools

table layout

 
 
Nicole
Guest
Posts: n/a
 
      11-11-2005
I'm using a layout table to create a background that can be used for
various content on a content management server-based website. My
problem is that the table-design does not behave properly:

I want [1:2] to adjust its length to the title, NOT by the length of
[2:2], but it does and it always gets too long. Instead, I would prefer
[2:4] to adjust its length to [2:2].

Psedo code below



<TABLE fixed width>

<TR>

[1:1]<TD background=image of CORNER does not tile | fixed size></td>

[1:2]<TD background=image of border tile | fixed height>
Title(undefine length, got max)</TD>

[1:3]<TD background=image do not tile| fixed size> </TD>

[1:4]<TD background=image of border tile | fixed height Length of
cell is depending on length of "A lot of text"in cell [2:2] > </td>
[1:5]<TD background=image Of CORNER do not tile| fixed size></td>

</TR>

<TR>
[2:1]<TD background=image Of BORDER tile:y | fixed width></td>
[2:2]<td colspan =3>
<TABLE>
<tr>
<td FIXED WIDTH=size of pictures >
PICTURE
PICTURE
PICTURE
</TD>
<td fixed width, got max>
A lot of text
</td>
</TR>
</TABLE>
</TD>

[2:3]<TD background=image Of BORDER tile:y | fixed width>
</td>

</TR>

<TR>

[3:1]<TD background=image Of CORNER do not tile| fixed size></td>

[3:2]<TD colspan=3 background=image of border tile |fixed height
length of cell is depending on text in cell below > </TD>

[3:3]<TD background=image Of CORNER do not tile| fixed size></td>

</TR>



Best regards,
Nicole

 
Reply With Quote
 
 
 
 
Travis Newbury
Guest
Posts: n/a
 
      11-11-2005
"Nicole" <> said:

> I'm using a layout table to create a background that can be used
> for various content on a content management server-based
> website. My problem is that the table-design does not behave
> properly:


Uh-Oh..

1: Showing the psuedo code is meaningless. One needs to share an url
displaying the problem.

2: Prepair thyself for a wicked tongue lashing about the use of
tables for layout.

--
-=tn=-
 
Reply With Quote
 
 
 
 
Els
Guest
Posts: n/a
 
      11-11-2005
Travis Newbury wrote:

> "Nicole" <> said:
>
>> I'm using a layout table to create a background that can be used
>> for various content on a content management server-based
>> website. My problem is that the table-design does not behave
>> properly:

>
> Uh-Oh..
>
> 1: Showing the psuedo code is meaningless. One needs to share an url
> displaying the problem.
>
> 2: Prepair thyself for a wicked tongue lashing about the use of
> tables for layout.


She need not worry - she's posting from Google Groups ;P

--
Els http://locusmeus.com/
Sonhos vem. Sonhos vão. O resto é imperfeito.
- Renato Russo -
 
Reply With Quote
 
PretLetters
Guest
Posts: n/a
 
      11-11-2005
Els schreef:

> Travis Newbury wrote:
>
>> "Nicole" <> said:
>>
>>> I'm using a layout table

>>
>> Uh-Oh..
>>
>> 2: Prepair thyself for a wicked tongue lashing about the use of
>> tables for layout.

>
> She need not worry - she's posting from Google Groups ;P


Unless some use GG during daytime, like from the office or something


--

<URL:http://home.wanadoo.nl/b.de.zoete/_private/weblog.html>

 
Reply With Quote
 
Dylan Parry
Guest
Posts: n/a
 
      11-11-2005
Trapped in the departure lounge at alt.html, PretLetters got bored and
wrote:

> Unless some use GG during daytime, like from the office or something


Then she'd just be weird!

SCNR <g>

--
Dylan Parry
http://electricfreedom.org -- Where the Music Progressively Rocks!

Usenet: The first post is free, but the next will cost you your soul.
 
Reply With Quote
 
Travis Newbury
Guest
Posts: n/a
 
      11-11-2005
Els wrote:
> >> I'm using a layout table to create a background that can be used
> >> for various content on a content management server-based
> >> website. My problem is that the table-design does not behave
> >> properly:

> > Uh-Oh..
> > 1: Showing the psuedo code is meaningless. One needs to share an url
> > displaying the problem.
> > 2: Prepair thyself for a wicked tongue lashing about the use of
> > tables for layout.

> She need not worry - she's posting from Google Groups ;P


Yea but we aren't (1) so they will see it.

(1) Well originally I posted from my reader, but now I am at the office
and have to post from google. But the point is, they will eventually
see the thread (2)

(2) Well everyone but barabra, as the only people she has not killfiled
are using google, and she blocks them...

--
-=tn=-

 
Reply With Quote
 
Els
Guest
Posts: n/a
 
      11-11-2005
PretLetters wrote:

> Els schreef:
>
>> Travis Newbury wrote:
>>
>>> "Nicole" <> said:
>>>
>>>> I'm using a layout table
>>>
>>> Uh-Oh..
>>>
>>> 2: Prepair thyself for a wicked tongue lashing about the use of
>>> tables for layout.

>>
>> She need not worry - she's posting from Google Groups ;P

>
> Unless some use GG during daytime, like from the office or something
>


Those should be clever enough not to respond to posts they'd have
killed were they at home using their favourite killfilter enabled
newsreader

> --


Your sigsep is broken again. And it /is/ possible to get that right
using GG - you have managed before

--
Els http://locusmeus.com/
Sonhos vem. Sonhos vão. O resto é imperfeito.
- Renato Russo -
 
Reply With Quote
 
Nicole
Guest
Posts: n/a
 
      11-11-2005
*white number floating over my head: 5...4...3...2...1*
uh-oh..
*boof*


Here is a link to the site: http://www.lorensbergs.com/lor/solutions

On the page there are two frames called "about netloan" and "features"

I want the length of the cell to adjust to the title. Today I solve the
problem by hardcoding width of the <td>-tag (eg width=60 in "feature"
and width=120 in "about netloan").

I also like to know why the page align left (instead of center) in
firefox.

Best regards,
Nicole

 
Reply With Quote
 
Andy Dingley
Guest
Posts: n/a
 
      11-11-2005
On 11 Nov 2005 05:06:05 -0800, "Nicole" <>
wrote:

>Here is a link to the site: http://www.lorensbergs.com/lor/solutions


> <meta name="GENERATOR" Content="Microsoft Visual Studio .NET 7.1">


Bob's Pipe! This thing makes worse code than FrontPlague !


If you want to fix this, ditch that abominable editing tool and lern
some HTML. There is just _no_ point in us wasting time quibbling over
the minor details.

 
Reply With Quote
 
PretLetters
Guest
Posts: n/a
 
      11-11-2005

Els schreef:

> PretLetters wrote:
>
>> Els schreef:


[ Expecting trouble for asking about layout tables ]

>>> She need not worry - she's posting from Google Groups ;P

>>
>> Unless some use GG during daytime, like from the office or something
>>

>
> Those should be clever enough not to respond to posts they'd have
> killed were they at home using their favourite killfilter enabled
> newsreader


lol

>> --

>
> Your sigsep is broken again. And it /is/ possible to get that right
> using GG - you have managed before


And I have no idea how I did that. No matter what I do (add one or two
spaces, use less or more than one 'carridge return' after the
dash_dash_space. In the example one can see before sending to usenet,
the space _is_ there. Somehow it gets lost between looking at the
example and arriving on a news server.

grmbl grmbl

--
<URL:http://home.wanadoo.nl/b.de.zoete/_private/weblog.html>

 
Reply With Quote
 
 
 
Reply

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Layout suggestions - table layout sso Java 6 04-30-2009 05:17 AM
Css-Layout vs Table-Layout Habib HTML 15 06-20-2006 05:11 AM
Choosing Layout: Css-Layout or Table-Layout hpourfard@gmail.com ASP .Net 1 06-19-2006 10:06 AM
Table-based layout to CSS layout Guybrush Threepwood HTML 20 06-11-2006 11:12 AM
CSS Layout question - how to duplicate a table layout with CSS Eric ASP .Net 4 12-24-2004 04:54 PM



Advertisments
 



1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57