Actaully site is al done by PHP coding. Well most of it. Second ... I think I maybe able to fix that sqaushing problem thing lol ... I will check it out a bit later.
*Sighs* No. The loaded source of the site (accessed by
ctrl+u in firefox, or
right click -> view source in most(?) browsers) is in
invalid xhtml 1.1 code. The backend (in this case,
this CMS) is written in php, and may/may not generate most of that code itself, depending on how it's set up.
The php is completely invisible to the user, it's parsed by the server as the page is loaded and only the output is shown.. The "xhtml" that the browser handles, however, is not, and that's what I was complaining about.
(I believe I've explained this correctly, if I have anything wrong would someone please point it out to me?

)
Edit: Hmm. I should probably explain exactly what I'm talking about, but I'm not certain how to put to words that which is headache-worthy messy code.. Oh well, I'll do as best I can..
First, links -
http://validator.w3.org/check?verbose=1&uri=http%3A%2F%2Fnewyorkattitudes.net%2Ffelfen%2Fnews.php -
The code is invalid. Not everyone is concerned about this, but I personally consider it very important that things validatehttp://hotdesign.com/seybold/everything.html -
This is self explanatory. Tables. Layout. Bad.Once those have been read, here's a good example of the second link -
Figure 1 -

And the code behind figure 1 -
<table cellpadding='0' cellspacing='0'>
<tr>
<td class='erre'><img src='e107_themes/Frozen/images/blank.gif' width='13' alt='' style='display: block;' /></td>
<td class='errep'>
<div style='text-align:center'>
Main Menu
</div>
</td>
<td class='erle'><img src='e107_themes/Frozen/images/blank.gif' width='13' alt='' style='display: block;' /></td>
</tr>
</table>
<table cellpadding='0' cellspacing='0'>
<tr>
<td class='erre'><img src='e107_themes/Frozen/images/blank.gif' width='13' height='4' alt='' style='display: block;' /></td>
<td class='errep'></td>
<td class='erle'><img src='e107_themes/Frozen/images/blank.gif' width='13' height='4' alt='' style='display: block;' /></td>
</tr>
</table>
<table cellpadding='0' cellspacing='0'>
<tr>
<td class='erre'><img src='e107_themes/Frozen/images/blank.gif' width='13' alt='' style='display: block;' /></td>
<td class='errep'>
<div style='text-align:left'>
<!-- Sitelinks (1) -->
<img src='e107_themes/Frozen/images/bullet3.gif' alt='' /> <a href='/felfen/index.php'>Home</a>
<br /><img src='e107_themes/Frozen/images/bullet3.gif' alt='' /> <a href='/felfen/page.php?3'>Ranks</a>
<br /><img src='e107_themes/Frozen/images/bullet3.gif' alt='' /> <a href='/felfen/page.php?4'>Guild Members</a>
<br /><img src='e107_themes/Frozen/images/bullet3.gif' alt='' /> <a href='/felfen/e107_plugins/forum/forum.php'>Forum</a>
<br /><img src='e107_themes/Frozen/images/bullet3.gif' alt='' /> <a href='/felfen/e107_plugins/calendar_menu/calendar.php'>Calendar</a>
<br /><img src='e107_themes/Frozen/images/bullet3.gif' alt='' /> <a href='/felfen/e107_plugins/coppermine_menu/'>Gallery</a>
<br />
</div>
</td>
<td class='erle'><img src='e107_themes/Frozen/images/blank.gif' width='13' alt='' style='display: block;' /></td>
</tr>
</table>
<table cellpadding='0' cellspacing='0'>
<tr>
<td class='berre'><img src='e107_themes/Frozen/images/blank.gif' width='17' height='13' alt='' style='display: block;' /></td>
<td class='berrep'></td>
<td class='berle'><img src='e107_themes/Frozen/images/blank.gif' width='23' height='13' alt='' style='display: block;' /></td>
</tr>
</table>
<br/>
*weeps silently*
Sigh. Okay, figure two, please excuse the missing link, I didn't spend much time coding this . I added it into the code below after realising my mistake, just I can't be bothered taking another screenshot.
Figure 2 -

And the code behind figure 2 -
<div style="background:#efecd1 url('http://newyorkattitudes.net/felfen/e107_themes/Frozen/images/headfoot/bg.gif'); border: 13px solid #3f1108;">
<h1 style="font-size:1em; color:#3f1108; text-align:center;">Main Menu</h1>
<ul style="list-style-image:url('http://newyorkattitudes.net/felfen/e107_themes/Frozen/images/bullet3.gif');">
<li><a href='/felfen/index.php'>Home</a></li>
<li><a href="/felfen/page.php?3">Ranks</a></li>
<li><a href="/felfen/page.php?4">Guild Members</a></li>
<li><a href="/felfen/e107_plugins/forum/forum.php">Forum</a></li>
<li><a href="/felfen/e107_plugins/calendar_menu/calendar.php">Calendar</a></li>
<li><a href="/felfen/e107_plugins/coppermine_menu/">Gallery</a></li>
</ul>
</div>
I'm aware that the border of that div is missing the eye candy that the borders on the other version have, in the form of images. That's still achievable with nice, user friendly code, but I only spent a couple of minutes writing that up and couldn't be bothered doing it :p My point still stands. Please tell me you see why I shudder?
Edit again: I'm not actually satisfied with the way I'm conveying my point. Expect various tweaks in future.