ideas?
-
- Posts: 971
- Joined: Tue Apr 05, 2005 12:28 am
Think I should link the forum into the iframe or it's own seperate page?
Last edited by Uaintseenme on Thu Jun 16, 2005 2:55 pm, edited 2 times in total.
[img]http://www.v0dk4.com/images/uasm_stfu.gif[/img]
-
- Posts: 971
- Joined: Tue Apr 05, 2005 12:28 am
-
- Posts: 971
- Joined: Tue Apr 05, 2005 12:28 am
-
- Posts: 10620
- Joined: Tue May 07, 2002 7:00 am
-
- Posts: 971
- Joined: Tue Apr 05, 2005 12:28 am
-
- Posts: 971
- Joined: Tue Apr 05, 2005 12:28 am
-
- Posts: 971
- Joined: Tue Apr 05, 2005 12:28 am
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>
[img]http://www.v0dk4.com/images/uasm_stfu.gif[/img]
-
- Posts: 10620
- Joined: Tue May 07, 2002 7:00 am
-
- Posts: 971
- Joined: Tue Apr 05, 2005 12:28 am
-
- Posts: 10620
- Joined: Tue May 07, 2002 7:00 am
-
- Posts: 971
- Joined: Tue Apr 05, 2005 12:28 am
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.
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.
[img]http://www.v0dk4.com/images/uasm_stfu.gif[/img]
-
- Posts: 10620
- Joined: Tue May 07, 2002 7:00 am
-
- Posts: 971
- Joined: Tue Apr 05, 2005 12:28 am
Did this...
...but nothing happened...um
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">
[img]http://www.v0dk4.com/images/uasm_stfu.gif[/img]
-
- Posts: 10620
- Joined: Tue May 07, 2002 7:00 am
-
- Posts: 971
- Joined: Tue Apr 05, 2005 12:28 am
-
- Posts: 971
- Joined: Tue Apr 05, 2005 12:28 am