|
Posted by Bruno on 12/27/05 11:56
hi there,
here's the URL
http://www.bhs-schulungen.de/test/index.php
Imagine the most left column being a cell for navigation for different
languages. In Englisch, you can use small words, in other languages, the
words are up to 400% longer!
The most right cell will contain some hints, the middle cell will carry the
main message.
So far I could not find another possiblility to force the center cell to
grap most of the space, especially when the cell contains just a few
characters.
I want the whole table being printed entirely as well (print preview to test
it).
Thanks for any hints
Bruno
"Beauregard T. Shagnasty" <a.nony.mous@example.invalid> schrieb im
Newsbeitrag news:1o3kau2xg2pks$.x8bt1fkvrf37.dlg@40tude.net...
> posted this twice. I guess everyone is trying to figure out what you
> are trying to do, and wishing you had posted a URL to the page.
and here the code lines
<table width='100%' border='0'>
<tr valign='top'>
<td bgcolor='#dddddd'><nobr>hello *)</nobr></td>
<td width='3px' bgcolor='#99aadd'></td>
<td width='100%'><nobr>center text which pushes<br>the colums leftleft and
rightright to the edges<br>of the screen</nobr></td>
<td width='3px' bgcolor='#99aadd'></td>
<td><nobr>right text</nobr></td>
</tr>
</table>
<hr>
<table width='100%' border='0'>
<tr valign='top'>
<td bgcolor='#dddddd'><nobr>hello world *)</nobr></td>
<td width='3px' bgcolor='#99aadd'></td>
<td width='100%'><nobr>center text which pushes<br>the colums leftleft and
rightright to the edges<br>of the screen</nobr></td>
<td width='3px' bgcolor='#99aadd'></td>
<td><nobr>right text</nobr></td>
</tr>
</table>
<hr>
<table width='100%' border='0'>
<tr valign='top'>
<td bgcolor='#dddddd'><nobr>Hello world, this is a sunny day
*)</nobr></td>
<td width='3px' bgcolor='#99aadd'></td>
<td width='100%'><nobr>center text which pushes<br>the colums leftleft and
rightright to the edges<br>of the screen</nobr></td>
<td width='3px' bgcolor='#99aadd'></td>
<td><nobr>right text</nobr></td>
</tr>
</table>
<hr>
<h5>*) This column is as small as possible, depending on the length of
text. That's why I can not really write a width = 'x%' into it. </h5>
<hr>
Navigation:
[Reply to this message]
|