Unstoppable Domains

I've decided to start coding HTML in a way much more easy to read

Spaceship Spaceship
Watch

Barrucadu

Established Member
Impact
64
Well, after looking through some of my sites, I found that My approach to HTML is, just type it and hope for the best, i've decided to start coding in a much easier to edit way, eg:

Code:
<body>

<div align = "center">
	<table
	width = "75%">
		<tr>
			<td>
				<img
					src = "http://mikor.clearlyhosted.org/CDS.gif"
					alt = "CDS Flag"
					width = "402"
					heigt = "174"
				/>
			</td>
			<td>
				News Here
			</td>
		</tr>
		<tr>
			<td
			colspan = "2">
				Content Here
			</td>
		</tr>
	</table>
</div>

</body>

Hopefully it'll be much easier to edit this way
 
1
•••
The views expressed on this page by users and staff are their own, not those of NamePros.
AfternicAfternic
Looks good, but few things:

1. There'll be alot of "\r" AND/OR "\n". So, great size of document
2. It must be not easy to add something with notepad :)

But, it's good idea
 
0
•••
Decent idea but it adds to file bloat. Condense it somewhat but use comment inserts on sections that you know you will be editing often.
 
0
•••
Hey Mikor,

Nice idea, I have always tried figuring out a way to code my html in a better way also.

Your's looks just fine, although rather than tabbing, I would simply use a space to avoid having ever to horizontally scroll (i know word wrapping fixes that, but that would take code onto two lines :P).

It shouldn't add almost any 'bloating' at all to the html page or the code page.

Nice job!
Rhett.
 
0
•••
You can choose to "format" the HTML like that using Dreamweaver. Idd, it is A LOT handier. I think the extra bytes of tabs/spaces and \ns are neglectable. :)
 
0
•••
Simply use a better text editor like notepad2. It recognizes different syntax and use different colors for the tags. Then you can edit it easily.
 
1
•••
fab said:
Simply use a better text editor like notepad2. It recognizes different syntax and use different colors for the tags. Then you can edit it easily.
woot! awesome! Thanks fab, I've been looking for a program like this for ages.

Rep left!
 
0
•••
I use EditPlus and like it very much.
 
0
•••
BillyConnite said:
woot! awesome! Thanks fab, I've been looking for a program like this for ages.

Rep left!

Cheers~
 
0
•••
Definitely makes it a lot easier to read and find the parts that you want.
 
0
•••
Dynadot โ€” .com TransferDynadot โ€” .com Transfer
Appraise.net
Domain Recover
NameMaxi - Your Domain Has Buyers
  • The sidebar remains visible by scrolling at a speed relative to the pageโ€™s height.
Back