|
Posted by Meinolf Sander on October 17, 2004, 12:23 pm
Please log in for more thread options
Do you have experiences using HTML beautifiers (like
1st Page Editor) with nested table structures (like in
<http://www.nexanto.de/m+e.html>)?
Does the layout change significantly with non-text browsers
(i.e. not only in pixels, but in cms)?
Thanks.
|
|
Posted by Toby Inkster on October 17, 2004, 11:42 am
Please log in for more thread options
Meinolf Sander wrote:
> Does the layout change significantly with non-text browsers
> (i.e. not only in pixels, but in cms)?
Indenting source code doesn't change the appearance in *any* browsers.
Except for some odd cases like <pre> and elements set to display like
<pre> using CSS, and sometimes within attribute values.
--
Toby A Inkster BSc (Hons) ARCS
Contact Me ~ http://tobyinkster.co.uk/contact Now Playing ~ ./warm_jets/future_signs/02_never_never.ogg
|
|
Posted by Lauri Raittila on October 17, 2004, 2:08 pm
Please log in for more thread options Toby Inkster wrote;
> Meinolf Sander wrote:
> > Does the layout change significantly with non-text browsers
> > (i.e. not only in pixels, but in cms)?
What you mean with cms?
> Indenting source code doesn't change the appearance in *any* browsers.
That is not true.
if there is code like this
<table border>
<tr>
<td>
<img src=foo alt=foo>
</td>
</tr>
</table>
Changed to this:
<table border>
<tr>
<td>
<img src=foo alt=foo>
</td>
</tr>
</table>
White space should now be displayed, and IIRC, will be in many browsers.
(If browser has white space bug, there might be too much white space on
first one too trough.)
http://www.w3.org/TR/REC-html40/struct/text.html#whitespace http://www.w3.org/TR/REC-html40/appendix/notes.html#notes-line-breaks trough http://www.w3.org/TR/REC-html40/struct/text.html#idx-HTTP
Notice that last one is for authors...
--
Lauri Raittila <http://www.iki.fi/lr> <http://www.iki.fi/zwak/fonts>
|
|
Posted by Meinolf Sander on October 17, 2004, 1:33 pm
Please log in for more thread options Lauri Raittila wrote:
>> Meinolf Sander wrote:
>>> Does the layout change significantly with non-text browsers
>>> (i.e. not only in pixels, but in cms)?
>
> What you mean with cms?
»centimetres«.
|
|
Posted by Lauri Raittila on October 17, 2004, 3:56 pm
Please log in for more thread options Meinolf Sander wrote;
> Lauri Raittila wrote:
>
> >> Meinolf Sander wrote:
> >>> Does the layout change significantly with non-text browsers
> >>> (i.e. not only in pixels, but in cms)?
> >
> > What you mean with cms?
>
> »centimetres«.
Might. One character width is maybe the most. One character can be many
centimeters... (though I only know a person using that big font - but
lots happen when using a data-projector...)
--
Lauri Raittila <http://www.iki.fi/lr> <http://www.iki.fi/zwak/fonts>
|
| Similar Threads | Posted | | table layout | September 28, 2006, 4:37 pm |
| table width layout problems in IE | May 6, 2005, 7:51 pm |
| table-layout "fixed" gets buffered in IE? | May 22, 2005, 2:51 pm |
| Table layout problem in Firefox/IE6 | June 14, 2005, 8:42 am |
| Transition from table layout to CSS: Am I stupid? | October 19, 2005, 12:25 pm |
| Extra Space in IE Table Layout | June 16, 2006, 7:32 pm |
| Form-Tag influences table layout | December 18, 2006, 12:23 pm |
| convert a table to a controlled layout | May 19, 2008, 9:40 am |
| table-Layout:fixed; ok for IE but not for FireFox | June 11, 2008, 5:22 am |
| nested table and site layout problems | June 12, 2006, 3:52 am |
|