Page 6 of 7

Posted: Thu Jun 16, 2005 2:46 pm
by Uaintseenme
Think I should link the forum into the iframe or it's own seperate page?

Posted: Thu Jun 16, 2005 2:47 pm
by MKJ
Uaintseenme wrote:Think I should link the forum into the iframe or it's own seperate page?
sep page

Posted: Thu Jun 16, 2005 2:55 pm
by Uaintseenme
oh and should I use a doctype for html 4.01?

Posted: Thu Jun 16, 2005 2:58 pm
by MKJ
the strive is to get everything in xhtml. its also the most compliant :o.

oh wait. yea you should always use a doctype

Posted: Thu Jun 16, 2005 3:17 pm
by Bacon
MKJ wrote:
Uaintseenme wrote:Think I should link the forum into the iframe or it's own seperate page?
sep page
:icon14:

You should always do a seperate page, unless you skin the forum so it actually can fit inside of there and still look good.

Posted: Thu Jun 16, 2005 3:20 pm
by Uaintseenme
[lvlshot]http://www.v0dk4.com/img/crap/screenshot90.jpg[/lvlshot]

Fixed a bunch of errors, although I think it messed up some parts of the site when doing so, but I'm not sure what to do about this one.

Posted: Thu Jun 16, 2005 3:24 pm
by Freakaloin
kill urself...

Posted: Thu Jun 16, 2005 3:27 pm
by Uaintseenme
Freakaloin wrote:kill urself...
Did someone order spam?

Posted: Thu Jun 16, 2005 3:32 pm
by Uaintseenme
Nevermind that screenshot. I think what the problem is, when I validate it and it shows me errors, I'm not understanding how to properly fix things.

Posted: Thu Jun 16, 2005 3:40 pm
by Uaintseenme
There. Fucking converted.

Code: Select all

<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>v0dka</title>
<meta http-equiv="Content-Type"
content="text/html; charset=iso-8859-1" />
<link href="style.css" rel="stylesheet" type="text/css" />
</head>
<body bgcolor="#666666" text="#999999" leftmargin="0"
topmargin="0" marginwidth="0" marginheight="0" link="#CCCCCC"
vlink="#666666" alink="#666666">
<map id="Map" name="Map">
<area shape="rect" coords="-1,27,57,42" href="#" />
<area shape="rect" coords="79,27,141,42" href="#" />
<area shape="rect" coords="156,27,224,42" href="#" />
</map> <br />
<br />
<table width="492" border="0" cellspacing="0" cellpadding="0"
align="center">
<tr>
<td><img src="images/top_bar.gif" width="658" height="76" /></td>
</tr>
<tr>
<td background="images/Untitled-2%20copy.gif">
<table width="100%" border="0" cellspacing="0" cellpadding="0"
background="images/nav_bg.gif">
<tr>
<td width="42">
<div align="right"><img src="images/lnk_prtr.gif" width="7"
height="21" /></div>
</td>
<td width="59">
<div align="left"><font color="#E2E2E2" size="1"><a
href="index.html">News</a></font></div>
</td>
<td width="15"><img src="images/lnk_prtr.gif" width="7"
height="21" /></td>
<td width="59"><font color="#E2E2E2" size="1"><a
href="http://www.v0dk4.com/forum">Forum</a></font><font
color="#CCCCCC" size="1"
face="Arial, Helvetica, sans-serif"> </font></td>
<td width="16"><img src="images/lnk_prtr.gif" width="7"
height="21" /></td>
<td width="59"><font color="#E2E2E2" size="1">Gallery</font></td>
<td width="15"><img src="images/lnk_prtr.gif" width="7"
height="21" /></td>
<td width="59"><font color="#E2E2E2" size="1">Games</font></td>
<td width="15"><img src="images/lnk_prtr.gif" width="7"
height="21" /></td>
<td width="61"><font color="#E2E2E2" size="1">Music</font></td>
<td width="15"><img src="images/lnk_prtr.gif" width="7"
height="21" /></td>
<td width="69"><font color="#E2E2E2" size="1">Links</font></td>
<td width="296"><img src="images/lnk_prtr.gif" width="7"
height="21" /></td>
</tr>
</table>
</td>
</tr>
<tr>
<td><img src="images/nv_r2.gif" width="658" height="7" /></td>
</tr>
<tr>
<td background="images/Untitled-5%20copy.gif">
<table width="100%" border="0" cellpadding="0" cellspacing="0"
background="images/bg_mdl_cnt.gif">
<tr>
<td valign="top" width="645">
<table width="95%" border="0" cellspacing="0" cellpadding="0"
align="center">
<tr>
<td>  </td>
<td width="100%">
<div align="center"><font face="Arial, Helvetica, sans-serif"
size="2"><br />
 <iframe src="news.html" width="100%" height="325" align="middle"
frameborder="0" name="fack"></iframe></font></div>
</td>
</tr>
</table>
</td>
</tr>
</table>
</td>
</tr>
<tr>
<td><img src="images/bottom_bar.gif" width="658"
height="58" /></td>
</tr>
</table>
<br />
<br />
</body>
</html>

Posted: Thu Jun 16, 2005 3:40 pm
by Freakaloin
lol...no0b alert...

Posted: Thu Jun 16, 2005 3:42 pm
by MKJ
you selfclose the img tags yet theres no alt text. either go xhtml or dont, sir! :P

Posted: Thu Jun 16, 2005 3:43 pm
by Uaintseenme
heh, do i really need alt tags?

Posted: Thu Jun 16, 2005 3:44 pm
by Freakaloin
jesus...

Posted: Thu Jun 16, 2005 3:45 pm
by MKJ
yup
just add alt="" if you dont feel like coming up with alts.

\also, you use a stylesheet yet theres a lot of unstyled stuff in there. table backgrounds are handled through css sir.

Posted: Thu Jun 16, 2005 3:55 pm
by Uaintseenme
Ok, I did what you said and the website finally validates! Only problem is, it looks like this now. http://www.v0dk4.com/index2.html\

edit: doh, just saw the rest of your post about table backgrounds. how do i achieve that? i have a css file from the original site, but i'm not sure as how to tell the css to put backgrounds on my tables.

Posted: Thu Jun 16, 2005 4:02 pm
by Freakaloin
take a class...

Posted: Thu Jun 16, 2005 4:07 pm
by Coreiel
jesus christ...how can you stare at that goddamn teal coloured windows theme all day :(

Posted: Thu Jun 16, 2005 4:15 pm
by Uaintseenme
Did this...

Code: Select all

<style type="text/css">
.voodka { background-image: url(images/nav_bg.gif); }
</style>

<table width="100%" border="0" cellspacing="0" cellpadding="0" class="voodka">

...but nothing happened...um

Posted: Thu Jun 16, 2005 4:16 pm
by Freakaloin
GO AWAY MORON...

Posted: Thu Jun 16, 2005 4:17 pm
by Pauly
Why are you bothering? No one will ever visit it.

Posted: Thu Jun 16, 2005 4:17 pm
by Coreiel
Pauly wrote:Why are you bothering? No one will ever visit it.
took you long enough.

Posted: Thu Jun 16, 2005 4:17 pm
by Uaintseenme
Pauly wrote:Why are you bothering? No one will ever visit it.
At least no one who likes shitty batman movies.

Posted: Thu Jun 16, 2005 4:18 pm
by Coreiel
Uaintseenme wrote:
Pauly wrote:Why are you bothering? No one will ever visit it.
At least no one who likes shitty batman movies.
SHUT YOUR FUCKING MOUTH.

Posted: Thu Jun 16, 2005 4:18 pm
by Uaintseenme
Waha, the code works. Take that!