473,320 Members | 1,810 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,320 software developers and data experts.

HTML language question

TG
Yes, I know this is not an HTML newsgroup per se. I looked for
comp.lang.html, I guess there is not one.

After writing PHP code within my application and viewing the HTML code. I've
noticed my editor has caused the positioning of all my HTML tags to be
misaligned and jammed together. Do you know of a utility that will realign
and set up the indentations for an HTML file? Is there a code beautification
program for HTML?

Thanks,
Jul 17 '05 #1
7 1982
TG wrote:
Yes, I know this is not an HTML newsgroup per se. I looked for
comp.lang.html, I guess there is not one.
Maybe alt.html?

Is there a code beautification program for HTML?


try http://www.w3.org/People/Raggett/tidy/
--
--= my mail box only accepts =--
--= Content-Type: text/plain =--
--= Size below 10001 bytes =--
Jul 17 '05 #2
"TG" <tg********@cox.net> wrote in message
news:i4GIb.12927$JD6.11990@lakeread04...
Yes, I know this is not an HTML newsgroup per se. I looked for
comp.lang.html, I guess there is not one.

After writing PHP code within my application and viewing the HTML code. I've noticed my editor has caused the positioning of all my HTML tags to be
misaligned and jammed together. Do you know of a utility that will realign
and set up the indentations for an HTML file? Is there a code beautification program for HTML?

Thanks,


Hmm, I am a little curios, when I write in html, yes, I need it structured
so I know where the heck I am, I nest tables and coloms all the time,
however when I code in php, php sourece is structured, and I could care less
about the html output, as long as it renders ok, in fact, if its a rather
large page, it loads faster than all those extra spaces and new lines ( I
know trivial, only a few bytes)

--
Mike Bradley
http://gzen.myhq.info -- free online php tools
Jul 17 '05 #3
tg********@cox.net says...
Yes, I know this is not an HTML newsgroup per se. I looked for
comp.lang.html, I guess there is not one.


Because HTML isn't a "language".

comp.infosystems.www.authoring.html

Geoff M
Jul 17 '05 #4


"Geoff Muldoon" <gm***********************@scu.edu.au> wrote in message
news:MP************************@news.sbt.net.au...
tg********@cox.net says...
Yes, I know this is not an HTML newsgroup per se. I looked for
comp.lang.html, I guess there is not one.


Because HTML isn't a "language".

comp.infosystems.www.authoring.html

Geoff M

Hyper
Text
Markup
Language

http://www.w3schools.com/html/html_intro.asp

just to chime in

Chris Mosser
Jul 17 '05 #5
<cmosser_at_comcast_dot_net> says...

"Geoff Muldoon" <gm***********************@scu.edu.au> wrote in message

tg********@cox.net says...
Yes, I know this is not an HTML newsgroup per se. I looked for
comp.lang.html, I guess there is not one.


Because HTML isn't a "language".

comp.infosystems.www.authoring.html

Geoff M

Hyper
Text
Markup
Language

http://www.w3schools.com/html/html_intro.asp

just to chime in


Which is why I used ""s. It's a markup, not programming, language.
Doesn't handle conditions, iterations, methods, etc.

Geoff M
Jul 17 '05 #6

"Geoff Muldoon" <gm***********************@scu.edu.au> wrote in message
news:MP************************@news.sbt.net.au...
<cmosser_at_comcast_dot_net> says...

"Geoff Muldoon" <gm***********************@scu.edu.au> wrote in message

tg********@cox.net says...
> Yes, I know this is not an HTML newsgroup per se. I looked for
> comp.lang.html, I guess there is not one.

Because HTML isn't a "language".

comp.infosystems.www.authoring.html

Geoff M

Hyper
Text
Markup
Language

http://www.w3schools.com/html/html_intro.asp

just to chime in


Which is why I used ""s. It's a markup, not programming, language.
Doesn't handle conditions, iterations, methods, etc.

Geoff M

I know, I was just giving you a hard time. :P
--
Chris Mosser
Jul 17 '05 #7
"TG" <tg********@cox.net> wrote in message news:<i4GIb.12927$JD6.11990@lakeread04>...
Yes, I know this is not an HTML newsgroup per se. I looked for
comp.lang.html, I guess there is not one.

After writing PHP code within my application and viewing the HTML code. I've
noticed my editor has caused the positioning of all my HTML tags to be
misaligned and jammed together. Do you know of a utility that will realign
and set up the indentations for an HTML file? Is there a code beautification
program for HTML?

Thanks,


Looks like the op is looking for help formatting his output of html.
HAve you looked at the '/n' for new line and '/t' for tabs? Maybe this
is what you are missing....
Jul 17 '05 #8

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

Similar topics

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...
2
by: EMW | last post by:
Hi, I use the following to start my ASPX: <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"> <html> <head> <title>index</title> <meta name="vs_defaultClientScript"...
9
by: Patient Guy | last post by:
Taking the BODY element as an example, all of its style attributes ('alink', 'vlink', 'background', 'text', etc.) are deprecated in HTML 4.01, a fact noted in the DOM Level 2 HTML specification. ...
2
by: Hazzard | last post by:
I just realized that the code I inherited is using all asp.net server controls (ie. webform controls) and when I try to update textboxes on the client side, I lose the new value of the textbox when...
11
by: VB Programmer | last post by:
Is there a limit as to how big an aspx page's html can be? (number of characters) Why do I ask? I have a webform with a lot of ActiveX controls (shows up as OBJECT in html). When I place like...
9
by: Jason Gogela | last post by:
Does anyone out there know why I should care whether a <span> is nested in a <p> or vice versa? What is the bennafit of adhering to this standard? It seems to me that regardless of which way you...
6
by: dpomt | last post by:
I have a quite strange problem with the Menu control. I have ten languages and each language has a SiteMapDataSource and a Menu. For better performance, I am creating a hashtable (language ->...
32
by: Next | last post by:
Hi folks, Years ago, it occurred to me that a lot of the trouble of writing web browsers is caused by the upside-down arrangement of things: Javascript code exists inside a document, when...
19
by: thisis | last post by:
Hi All, i have this.asp page: <script type="text/vbscript"> Function myFunc(val1ok, val2ok) ' do something ok myFunc = " return something ok" End Function </script>
0
by: DolphinDB | last post by:
Tired of spending countless mintues downsampling your data? Look no further! In this article, you’ll learn how to efficiently downsample 6.48 billion high-frequency records to 61 million...
0
by: ryjfgjl | last post by:
ExcelToDatabase: batch import excel into database automatically...
1
isladogs
by: isladogs | last post by:
The next Access Europe meeting will be on Wednesday 6 Mar 2024 starting at 18:00 UK time (6PM UTC) and finishing at about 19:15 (7.15PM). In this month's session, we are pleased to welcome back...
0
by: jfyes | last post by:
As a hardware engineer, after seeing that CEIWEI recently released a new tool for Modbus RTU Over TCP/UDP filtering and monitoring, I actively went to its official website to take a look. It turned...
0
by: ArrayDB | last post by:
The error message I've encountered is; ERROR:root:Error generating model response: exception: access violation writing 0x0000000000005140, which seems to be indicative of an access violation...
1
by: CloudSolutions | last post by:
Introduction: For many beginners and individual users, requiring a credit card and email registration may pose a barrier when starting to use cloud servers. However, some cloud server providers now...
1
by: Shællîpôpï 09 | last post by:
If u are using a keypad phone, how do u turn on JavaScript, to access features like WhatsApp, Facebook, Instagram....
0
by: af34tf | last post by:
Hi Guys, I have a domain whose name is BytesLimited.com, and I want to sell it. Does anyone know about platforms that allow me to list my domain in auction for free. Thank you
0
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 3 Apr 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 former...

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.