Buzz Clik
(1000+ posts)
Send PM |
Profile |
Ignore
|
Tue Jul-17-07 12:02 PM
Original message |
Basic question: What is "flat HTML"? |
|
I've been asked to submit a text file in "flat HTML" for posting on a website. The file will be a very simple stream of text reporting some results. No graphics, no tables, nothing fancy. Is this the same html that is a save option in Microsoft Word?
If not, then how could I convert a simple ASCII file to "flat HTML"?
|
GregD
(1000+ posts)
Send PM |
Profile |
Ignore
|
Wed Jul-18-07 11:42 AM
Response to Original message |
|
There are some pretty clear postings that clarify this term.
|
mogster
(1000+ posts)
Send PM |
Profile |
Ignore
|
Thu Dec-06-07 10:17 AM
Response to Original message |
2. Flat HTML is plain html-code |
|
If you have a set of server scripts to print the html page (like the DU), it is a dynamic page, if it just contains html hand typed in notepad and uploaded by ftp, it's called flat html.
|
Tab
(1000+ posts)
Send PM |
Profile |
Ignore
|
Fri Aug-08-08 10:35 AM
Response to Original message |
3. I hadn't heard the phrase, but I would take it as plain, unadorned, HTML |
|
No CSS, no interactive JSP or other scripts or JS or anything of that stuff.
html header body text
that's all.
|
geckosfeet
(1000+ posts)
Send PM |
Profile |
Ignore
|
Sat Nov-15-08 05:57 PM
Response to Original message |
4. Do the world a favor - hit some html tutorials online and do NOT use Words' "save as html" option. |
|
Edited on Sat Nov-15-08 05:59 PM by geckosfeet
Many good starting html tutorials online. And some of them are even fun. It is worth the time investment 100 times over.
|
divineorder
(513 posts)
Send PM |
Profile |
Ignore
|
Wed Jan-13-10 05:49 AM
Response to Reply #4 |
6. I agree. Microsoft adds too much proprietary code. |
|
I have Microsoft web authoring tools on my computer as part of the installation, and when I used it, there were codes that only Microsoft had. So I went back to hand coding my site....
|
mkultra
(1000+ posts)
Send PM |
Profile |
Ignore
|
Fri Aug-07-09 10:54 AM
Response to Original message |
5. If you have a pre formatted ASCII file you can use the pre tag |
|
<PRE> </PRE>
Which will maintain the text formatting. You may have to bookend with <HTML></HTML>
|
gtar100
(1000+ posts)
Send PM |
Profile |
Ignore
|
Tue Sep-07-10 01:03 AM
Response to Original message |
7. It's a self-contained HTML file; it does not depend on anything external for content. |
|
That would include not having references to external css files. All content is in the HTML document which means it wouldn't change whether viewed online or not. If you've got a basic document in Word, it most likely will save as "flat HTML", but it wouldn't be as neat or pretty if you did the HTML yourself if you know how. But that may not matter much. Word 2007 is much better at rendering HTML than any previous version.
|
TrogL
(1000+ posts)
Send PM |
Profile |
Ignore
|
Tue Oct-26-10 03:01 PM
Response to Reply #7 |
8. That's not saying much |
|
What would take 4 lines hand-coded, Word does it in 100.
|
DU
AdBot (1000+ posts) |
Wed Oct 22nd 2025, 07:29 AM
Response to Original message |