Your use of sarcasm fails, please go stab yourself.
Edited by MattGarner (Forum Super Moderator): Please do not be rude towards forum members.
Printable View
Oh darn, you didn't die :(.
@ MattGarner, you may want to do the correct thing and ban the outcast who doesn't belong here and is lowering the standards of the forum and my thread. You not doing your job correctly is provoking me even further to be ruder to him seeing he is a parasite that doesn't belong here, if you won't do anything about it then I shall.
*Cri* I think he may have taken a screenie of my guide and posted it else where claiming he made it :eusa_whis.
Does anyone actually read this anymore?
Thinking about going back to doing something website related as I haven't done any coding in almost a year, not too sure what to do though. Any suggestions?
I'll write a guide on it. I'm fairly proficient in coding valid xHTML and CSS :) Its probaby going to take a few days
the php part doesn't work for me it doesn't display the .txt
Code:<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>Box</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
<style type="text/css">
<!--
body {
text-align: center;
background-color: #ffffff;
margin-top: 5px;
}
#container {
width: 274px;
margin: auto;
font-family: Verdana;
font-size: 10px;
font-weight: normal;
color: #000000;
}
#top {
background: url(header.png);
height: 21px;
}
#mid {
background: url(background.png);
}
#bot {
background: url(footer.png);
height: 26px;
}
-->
</style>
</head>
<body>
<div id="container">
<div id="top"></div>
<div id="mid"><?php include ("content.txt")?></div>
<div id="bot"></div>
</div>
</body>
</html>
i have done tht already