Sunday, November 19, 2006

html pre tag

As I was trying to create the previous post, I had a small problem. I couldn't copy-paste the code from Visual Studio to the blogger and keep the formating. The problem is that html do not keep the whitespaces, which are very important to make source code legible.

So, what I did, is that I copy-pasted the code, and wrapped it with a pre tag.
What pre tag does, is forcing the browser to preserve the format of your text.
A nice example and definition could be found here, and at the html source code of my previous post :)

3 comments:

Unknown said...

Welcome to the HTML world...!! :)

vpapanik said...

Ευγε !!! Και το έψαχνα, και δεν μπορούσα να το βρω ! Ε ρε προγραμματισταρα ! :)

Stavros Amanatidis said...

Μου πήρε λίγη ώρα, αλλά το βρήκα και το θεώρησα αρκετά χρήσιμο για να το κάνω post :)

Γενικά υπάρχουν διάφοροι τρόποι να κάνεις το ίδιο πράγμα (όπως είναι συνήθως η κατάσταση στον προγραμματισμό), αλλά αυτός είναι ο πιο εύκολος και γρήγορος.