473,399 Members | 3,832 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,399 software developers and data experts.

HTML beautifiers and table layout

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.
Jul 23 '05 #1
5 2111
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

Jul 23 '05 #2
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/stru...tml#whitespace
http://www.w3.org/TR/REC-html40/appe...es-line-breaks
trough http://www.w3.org/TR/REC-html40/stru....html#idx-HTTP

Notice that last one is for authors...

--
Lauri Raittila <http://www.iki.fi/lr> <http://www.iki.fi/zwak/fonts>
Jul 23 '05 #3
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«.
Jul 23 '05 #4
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>
Jul 23 '05 #5
Meinolf Sander said the following on 10/17/04 11:23:
Do you have experiences using HTML beautifiers (like
1st Page Editor) with nested table structures (like in
<http://www.nexanto.de/m+e.html>)?
No, I don't, sorry.

I don't have much experience with CSS layout, but what I've learned in
this group (and in c.i.w.a.stylesheets) and read in online articles I
know that the site you posted could be easily done without tables (don't
use tables for layout). It looks like a classic 3 column design, or
maybe a 3 column with a footer row.

Here are some URLs to check out:

http://stuffucanuse.com/CSSnew/3col_layout_via_css.htm
http://www.barry.pearson.name/articles/layout_5_3/

... and one with a lot of URLs:

http://www.allmyfaqs.com/faq.pl?Tableless_layouts
Does the layout change significantly with non-text browsers
(i.e. not only in pixels, but in cms)?


Don't you mean non-graphical browsers instead of non-text?

If so, you could see for yourself using Delories Lynx Viewer:

http://www.delorie.com/web/lynxview.html

If not, ignore my reply.

--
Regards
Harrie
Jul 23 '05 #6

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

Similar topics

71
by: tomy_baseo | last post by:
I'm new to HTML and want to learn the basics by learning to code by hand (with the assistance of an HTML editor to eliminate repetitive tasks). Can anyone recommend a good, basic HTML editor that's...
8
by: Millissa | last post by:
If someone can help me with examples of or info on how to create an advanced tables for the layout on my site, I would be very grateful! Thanks, M
72
by: Mel | last post by:
Are we going backwards ? (please excuse my spelling...) In my opinion an absolute YES ! Take a look at what we are doing ! we create TAGS, things like <H1> etc. and although there are tools...
21
by: BT | last post by:
I inherited a simple page that needs to be Strict HTML and I'm not very familiar with this standard. What I'm trying to do _should be_ pretty simple so I hope someone can point me in the right...
59
by: phil-news-nospam | last post by:
In followups by Brian O'Connor (ironcorona) to other posts, he repeats the idea that using tables in CSS is not something that should be done because IE doesn't support it. Of course I'm not happy...
2
by: Geary | last post by:
I am porting my first traditional app to a web-based app using VS2005 and ASP.NET 2.0. I have a page that will replace a data entry form. To have complete control of layout, I want to use a table...
53
by: brave1979 | last post by:
Please check out my javascript library that allows you to create any layout for your web page, nested as deep as you like, adjusting to width and height of a browser window. You just describe it in...
15
by: lxyone | last post by:
Using a flat file containing table names, fields, values whats the best way of creating html pages? I want control over the html pages ie 1. layout 2. what data to show 3. what controls to...
42
by: Santander | last post by:
how to decode HTML pages encoded like this: http://www.long2consulting.com/seeinaction2008/Simplicity_Beach_table/index.htm Is there script that will do this automatically and generate normal fully...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
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
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
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
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows...
0
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new...

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.