Jump to content

cool web coding tips


Sahak

Recommended Posts

I am studying HTML now on my own and came across the coolest tag

 

 

Now what does this do? I'll show you

If you typed this out

///\\___

(@ @)

+----oOO----(_)-----------+

| BARRY GOLDWATER |

| for |

| President |

+-----------------oOO-----+

|__|__|

|| ||

ooO Ooo

it will look like this in browser

///\\___ (@ @) +----oOO----(_)-----------+ | BARRY GOLDWATER | | for | | President | +-----------------oOO-----+ |__|__| || || ooO Ooo

 

but placing this powerful tag

 and closing 

you get exactly what you typed in editor

///\\___

(@ @)

+----oOO----(_)-----------+

| BARRY GOLDWATER |

| for |

| President |

+-----------------oOO-----+

|__|__|

|| ||

ooO Ooo

Pretty neat!

Link to comment
Share on other sites

Funny you should put this up as I can definitely use it right now. I was messing with and automatically adding &nbsp's and other crap but this should do just fine :D

Sip You may already know this but just in case there is a free wonderful program called Notepad light

You can format anything just like a word program and go to modify and convert to HTML! It does a beautiful clean html in total so what you typed comes out exactly with valid code!

Check it out!

Link to comment
Share on other sites

Cool ... I use UltraEdit and UEStudio for most my editing in windows. In linux, I usually use vim. This thing I was doing the other day was writing a program that would parse a large number of c++ source code files and automatically generate html documentation of a certain type of class I was interested in. As part of that, I was copying program comments directly into the HTML catalog so that's where this
 tag came pretty handy to preserve all the spacing.
Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
×
×
  • Create New...