
Last edited by xxMATTGxx; 10-11-2008 at 08:23 PM.
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?
Can u do how to code a full layout, cos ive tried one with 3 columns, but when middle expands so does everythin else etc., and meti's isnt helpful at all =[
I'll write a guide on it. I'm fairly proficient in coding valid xHTML and CSSIts 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>
Save as a .php file?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>
Previously a Habbo fanatic, web designer/developer, fansite owner, & trusted member of the community.
i have done tht already
Want to hide these adverts? Register an account for free!