N e o v a n g l i s t . N e t

Recent Updates

  » Site Launched!
  » Melchior Page Uploaded

Valid XHTML 1.0 Strict
Valid CSS 2

Site Launched!

  June 18th, 2005

Welcome to Neovanglist.net. This is mainly a personal site, but also aims to pool of all my work and research over the years. I will also be offering user weblogs and e-mail accounts to those of you who know me and are interested.

That's all for now, I will be updating this on a regular basis.

Regards,
Neovanglist

Rawrz - OMG I HAXXOR J00

  June 18th, 2005

Any content you had up on Neovanglist.Net I ported to this layout so you can see the site actually working. As far as I can see, there are no graphical errors. I prettied-up the rollovers and made the navigation on the left and right stand out a lot more.

Special Stuff - Tags, Rules, crap you have to follow to keep it valid.

Header Tags:
<h1> - Generic...
<h2> - The header tags used on for main topics (such as the "Rawrz - OMG I HAXXOR J00" on top)
<h3> - Sidebar header tags.
<h4> - Inside the content tags, such as the one above this list.

Cool Junk:
<code> - Makes it look like... that.
<acronym> - Makes text behave like XHTML or CSS. Just do <acronym title="Blah">blah</acronym>

Images that are links in the content div (this) will have a border, plain images will not. It is easy to make though, uncomment it in the CSS file if you want it. It is #content img in the CSS.

Test
No link, just a plain image.

Test
Links to google...

And OMG don't use numbers for a id's! Strict doesn't allow that. Use <p> tags instead of a bunch of <br />'s and use <strong> instead of <b> for bold >_<! BTW... to make < and > you use &lt; and &gt;