The following warnings occurred:
Warning [2] Undefined array key "mybb" - Line: 352 - File: inc/class_core.php PHP 8.3.26 (Linux)
File Line Function
/inc/class_core.php 352 errorHandler->error
/inc/init.php 216 MyBB->parse_cookies
/global.php 20 require_once
/printthread.php 16 require_once
Warning [2] Undefined array key "sid" - Line: 352 - File: inc/class_core.php PHP 8.3.26 (Linux)
File Line Function
/inc/class_core.php 352 errorHandler->error
/inc/init.php 216 MyBB->parse_cookies
/global.php 20 require_once
/printthread.php 16 require_once
Warning [2] Undefined array key "lockoutexpiry" - Line: 94 - File: global.php PHP 8.3.26 (Linux)
File Line Function
/global.php 94 errorHandler->error
/printthread.php 16 require_once
Warning [2] Undefined array key "lockoutexpiry" - Line: 568 - File: global.php PHP 8.3.26 (Linux)
File Line Function
/global.php 568 errorHandler->error
/printthread.php 16 require_once
Warning [2] Undefined variable $can_access_moderationqueue - Line: 744 - File: global.php PHP 8.3.26 (Linux)
File Line Function
/global.php 744 errorHandler->error
/printthread.php 16 require_once
Warning [2] Undefined array key "avatartype" - Line: 884 - File: global.php PHP 8.3.26 (Linux)
File Line Function
/global.php 884 errorHandler->error
/printthread.php 16 require_once
Warning [2] Undefined array key "avatartype" - Line: 884 - File: global.php PHP 8.3.26 (Linux)
File Line Function
/global.php 884 errorHandler->error
/printthread.php 16 require_once
Warning [2] Undefined variable $awaitingusers - Line: 2 - File: global.php(951) : eval()'d code PHP 8.3.26 (Linux)
File Line Function
/global.php(951) : eval()'d code 2 errorHandler->error
/global.php 951 eval
/printthread.php 16 require_once
Warning [2] Undefined array key "style" - Line: 1016 - File: global.php PHP 8.3.26 (Linux)
File Line Function
/global.php 1016 errorHandler->error
/printthread.php 16 require_once
Warning [2] Undefined property: MyLanguage::$lang_select_default - Line: 5196 - File: inc/functions.php PHP 8.3.26 (Linux)
File Line Function
/inc/functions.php 5196 errorHandler->error
/global.php 1016 build_theme_select
/printthread.php 16 require_once
Warning [2] Undefined array key "additionalgroups" - Line: 7360 - File: inc/functions.php PHP 8.3.26 (Linux)
File Line Function
/inc/functions.php 7360 errorHandler->error
/inc/functions.php 5216 is_member
/global.php 1016 build_theme_select
/printthread.php 16 require_once
Warning [2] Undefined array key 1 - Line: 1449 - File: inc/functions.php PHP 8.3.26 (Linux)
File Line Function
/inc/functions.php 1449 errorHandler->error
/inc/functions.php 1404 fetch_forum_permissions
/printthread.php 76 forum_permissions
Warning [2] Undefined array key "showimages" - Line: 160 - File: printthread.php PHP 8.3.26 (Linux)
File Line Function
/printthread.php 160 errorHandler->error
Warning [2] Undefined array key "showvideos" - Line: 165 - File: printthread.php PHP 8.3.26 (Linux)
File Line Function
/printthread.php 165 errorHandler->error
Warning [2] Undefined array key "showimages" - Line: 160 - File: printthread.php PHP 8.3.26 (Linux)
File Line Function
/printthread.php 160 errorHandler->error
Warning [2] Undefined array key "showvideos" - Line: 165 - File: printthread.php PHP 8.3.26 (Linux)
File Line Function
/printthread.php 165 errorHandler->error
Warning [2] Undefined array key "showimages" - Line: 160 - File: printthread.php PHP 8.3.26 (Linux)
File Line Function
/printthread.php 160 errorHandler->error
Warning [2] Undefined array key "showvideos" - Line: 165 - File: printthread.php PHP 8.3.26 (Linux)
File Line Function
/printthread.php 165 errorHandler->error



Forums
TEMPLATE CONSTRUCTION - IV - Printable Version

+- Forums (http://forum.notjustbrowsing.org:)
+-- Forum: WWW (http://forum.notjustbrowsing.org:/forumdisplay.php?fid=9)
+--- Forum: A Web Page (http://forum.notjustbrowsing.org:/forumdisplay.php?fid=10)
+--- Thread: TEMPLATE CONSTRUCTION - IV (/showthread.php?tid=1276)



TEMPLATE CONSTRUCTION - IV - abdulkarim - 10-26-2015

Now that you are ready to construct a template of your need using HTML and CSS. Starting from TEMPLATE CONSTRUCTION - II

Having notepad++ ready to be used, you open "index.html" and "default.css".

Both files are empty to start with.

[attachment=40]



RE: TEMPLATE CONSTRUCTION - IV - abdulkarim - 10-26-2015

Use your web browser of choice and open "index.html" in your web browser.

Ideally you should have a few web browsers installed in your computer like Chrome, FireFox, Internet Explorer, Opera etc.

You will see a blank page (i.e., a page with nothing in it) in your browser.

[attachment=41]


RE: TEMPLATE CONSTRUCTION - IV - abdulkarim - 10-26-2015

To view the code that is within "index.html" you click right mouse button anywhere on that page.

The code will be shown in a pop-up window. In this case, there is no code and so the pop-up window will have a blank page.

[attachment=42]