The following warnings occurred:
Warning [2] Undefined array key "lockoutexpiry" - Line: 94 - File: global.php PHP 8.4.12 (Linux)
File Line Function
/global.php 94 errorHandler->error
/printthread.php 16 require_once
Warning [2] Undefined array key "lockoutexpiry" - Line: 573 - File: global.php PHP 8.4.12 (Linux)
File Line Function
/global.php 573 errorHandler->error
/printthread.php 16 require_once
Warning [2] Undefined variable $can_access_moderationqueue - Line: 752 - File: global.php PHP 8.4.12 (Linux)
File Line Function
/global.php 752 errorHandler->error
/printthread.php 16 require_once
Warning [2] Undefined array key "avatartype" - Line: 892 - File: global.php PHP 8.4.12 (Linux)
File Line Function
/global.php 892 errorHandler->error
/printthread.php 16 require_once
Warning [2] Undefined array key "avatartype" - Line: 892 - File: global.php PHP 8.4.12 (Linux)
File Line Function
/global.php 892 errorHandler->error
/printthread.php 16 require_once
Warning [2] Undefined variable $awaitingusers - Line: 34 - File: global.php(959) : eval()'d code PHP 8.4.12 (Linux)
File Line Function
/global.php(959) : eval()'d code 34 errorHandler->error
/global.php 959 eval
/printthread.php 16 require_once
Warning [2] Undefined array key "style" - Line: 1024 - File: global.php PHP 8.4.12 (Linux)
File Line Function
/global.php 1024 errorHandler->error
/printthread.php 16 require_once
Warning [2] Undefined property: MyLanguage::$lang_select_default - Line: 5327 - File: inc/functions.php PHP 8.4.12 (Linux)
File Line Function
/inc/functions.php 5327 errorHandler->error
/global.php 1024 build_theme_select
/printthread.php 16 require_once
Warning [2] Undefined array key "showimages" - Line: 160 - File: printthread.php PHP 8.4.12 (Linux)
File Line Function
/printthread.php 160 errorHandler->error
Warning [2] Undefined array key "showvideos" - Line: 165 - File: printthread.php PHP 8.4.12 (Linux)
File Line Function
/printthread.php 165 errorHandler->error
Warning [2] Undefined array key "showimages" - Line: 160 - File: printthread.php PHP 8.4.12 (Linux)
File Line Function
/printthread.php 160 errorHandler->error
Warning [2] Undefined array key "showvideos" - Line: 165 - File: printthread.php PHP 8.4.12 (Linux)
File Line Function
/printthread.php 165 errorHandler->error
Warning [2] Undefined array key "showimages" - Line: 160 - File: printthread.php PHP 8.4.12 (Linux)
File Line Function
/printthread.php 160 errorHandler->error
Warning [2] Undefined array key "showvideos" - Line: 165 - File: printthread.php PHP 8.4.12 (Linux)
File Line Function
/printthread.php 165 errorHandler->error



2DWorlds Forums
I'm working on a website layout for friend - Printable Version

+- 2DWorlds Forums (http://2dworlds.buildism.net/forum)
+-- Forum: 2DWorlds (http://2dworlds.buildism.net/forum/forumdisplay.php?fid=4)
+--- Forum: The Community (http://2dworlds.buildism.net/forum/forumdisplay.php?fid=27)
+--- Thread: I'm working on a website layout for friend (/showthread.php?tid=8613)



I'm working on a website layout for friend - Good - 11-20-2011

Code:
<html>
<head>
<title>This is the title </title>
</head>
<body bgcolor="#9999999">
<center><img scr="image.png"><br><br>
<font size="+1"><a href="buildism.net">Buildism |<a href="roblox.com">ROBLOX |<a href="google.com"> Google |<a href="weeworld.com"> Weeworld.</font>
<h2><font face="fontnamehere"><b><u>Welcome to my website</b></u></font>
<br>
<br>
<font size="+3">This is my web site</font>
</body>
</html>
I'm still working on it and the most of the things are place holders are just place holders.
FYI I only started html on friday



RE: I'm working on a website layout for friend - Paradox - 11-20-2011

At a glance, that code looks fine, except you aren't using divs and you nav bar is rather amateurish. Also, don't forget to use CSS. I hosted it to see what it looked like.

http://cub3studios.x10.mx/asdf/asdf.html
And here is my index page, if you want an example of HTML-

Code:
<!DOCTYPE html>
<html>
<head>
<link type="text/css" rel="stylesheet" href="style.css">
<title>Studios</title>
</head>
<body>
<div id="wrapper">
<div id="news">
<p align="center">
News
</p>
</div>
<div id="logo">
<center>
<iframe id="box" height="500" width="695" src="logomain.php"></iframe>
</center>
</div>
</br>
<ul id="nav">
    <li><a href="http://cub3studios.x10.mx">Home</a></li>
    <li><a href="videos.html">Videos</a></li>
    <li><a href="flash.html">Flash</a></li>
    <li><a href="about.html">About</a></li>
</ul>
</div>
</body>
</html>



RE: I'm working on a website layout for friend - Good - 11-20-2011

Yea I know some things i'm going to go work on it some more.