pixelirium is back

http://pixelirium.de/

at least the layout is done. now i gotta do some programming stuff which im not really looking forward to. :(

Claene 20 years ago
I like it! I can at least read some of the words! :P What happend to the spinning logo idea?
drizzi 20 years ago
there it is spinning now. but, does anyone know why there is this stupid space between the logo and the animated gif?
Claene 20 years ago
Hmmm..I don't see much space there, but that could also be my resolution. My computer keeps tweaking out and flipping me back to a resolution where everything is huge.
Anulien 20 years ago

<td width="1" bgcolor="#000000" rowspan="3"></td>


1 pixel black space
drizzi 20 years ago
thats actually the black vertical borderline on the right side.
Anulien 20 years ago
Here you go friend, hope this saves you some time. You will want to go through and double check your sizing matches up on the left, center and right content columns to the head.

Changes:

-put the images into table data and gave them exact widths.
-removed the black line on the right and added a class to handle it.
-spanned the linkbar across 3 rows
-spanned the left column across 3 rows


<!-- head -->

<html>
<head>
<title>Pixelirium.de</title>
<style type="text/css">
body
{
background-color: #666666;
color: #000000;
font: 10pt verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif;
margin: 0px 0px 0px 0px;
}
<!--
td, th, p, li
{
font: 10pt verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif;
}
-->
.header
{
border-right-style: solid;
border-right-width: 1px;
border-color: #000000;
}
</style>
</head>



<body background="layout/bg1.jpg">
<table bgcolor="#F7F5F7" border="0" cellpadding="0" cellspacing="0" width="780" height="100%" class="header">


<tr>
<td background="layout/bannerbg.jpg" valign="top" width="486" height="109"></td>
<td width="208" align="right"><img src="layout/logo.jpg" border="0"></td>
<td width="109" align="right"><img src="layout/animatedlogo.gif" border="0"></td>

</tr>
<!-- /head -->

<!-- linkbar -->

<tr><td background="layout/linkbg.jpg" height="25" colspan="3">&nbsp;</td></tr>

<!-- /linkbar -->


<!-- left collum -->

<tr><td colspan="3">

<table width="200" height="100%" border="0" cellpadding="0" cellspacing="0">
<tr><td valign="top" width="200" bgcolor="#DEDEDE">

<img src="random/1.jpg" border="0">
<table border="0" cellpadding="10" cellspacing="0" width="200"><tr><td>hier kommt der mega text zum obigen bild welches jedesmal wenn die seite läd ein anderes sein sollte und so</td></tr></table>




</td>

<!-- /left collum -->


<!-- center collum -->

<td width="409" valign="top">


<table border="0" cellpadding="10" cellspacing="0" height="100%" width="409" border="1">
<tr><td valign="top">


<table border="0" cellpadding="0" cellspacing="0">
<tr><td><b>test news</b></td><td align="right"><b>10.06.05</b></td></tr>
<tr><td bgcolor="#000000" height="1" colspan="2"></td></tr>
<tr><td colspan="2">test text 123 und noch mehr text und
sonst was es noch so gibt und noch vieles mehr weil ich viel text brauch hier
und so und so weiter und so fort.</td></tr>
</table>
<p>&nbsp;</p>
<table border="0" cellpadding="0" cellspacing="0">
<tr><td><b>test news</b></td><td align="right"><b>10.06.05</b></td></tr>
<tr><td bgcolor="#000000" height="1" colspan="2"></td></tr>
<tr><td colspan="2">test text 123 und noch mehr text und
sonst was es noch so gibt und noch vieles mehr weil ich viel text brauch hier
und so und so weiter und so fort.</td></tr>
</table>
<p>&nbsp;</p>
<table border="0" cellpadding="0" cellspacing="0">
<tr><td><b>test news</b></td><td align="right"><b>10.06.05</b></td></tr>
<tr><td bgcolor="#000000" height="1" colspan="2"></td></tr>
<tr><td colspan="2">test text 123 und noch mehr text und
sonst was es noch so gibt und noch vieles mehr weil ich viel text brauch hier
und so und so weiter und so fort.</td></tr>
</table>
<p>&nbsp;</p>


</td></tr></table>
</td>

<!-- /center collum -->

<!-- right collum -->

<td valign="top" width="170">
<table border="0" cellpadding="10" cellspacing="0" height="100%"><tr><td valign="top">
<table align="right" background="layout/borderbg.jpg" border="0" cellspacing="1" cellpadding="10" width="166">

<tr><td bgcolor="#FFFFFF"><b>test text 123</b><br>
das wird der beste text von allen weil hier besonderer text hinkommt, besonders weil er auf weiß und nicht auf grau steht das hebt ihn noch weiter hevor das find ich echt toll und ich glaube das ihr das auch mögen werdet weil ich es auch mag</td></tr>

</table>
</td></tr></table>
<!-- /right collum -->



<!-- foot -->

</td></tr>
</table>
</body>
</html>

<!-- /foot -->
drizzi 20 years ago
you are my new personal hero. :-o
i always get lost in my code, but it's just more fun than using an editor heh.