@12345Cartoonist Sorry But this does say Part 1.....maybe there is a part 2.....Dynamic HTML Web page means that you write the HTML first then dynamically load it with PHP.......point to note....PHP does not understand HTML.......
It won't mess up how your page displays but you are misusing "div class". You should use "div id" for any div that there will only be one of. Think identification like a driver's licence number versus classification like people who can legally drive.
Example
div id="wrapper" (since there is only one wrapper)
div id="header"
div id="navbar"
div class="button" (since there are several instances of button)
You tuts are of very good quality providing information simply, quickly and easily. If you provide work files with each tutorial it will be great then. You can provide the code in the description of each video to make life much easier for newbies.
thank you!
3dcg1117 2 weeks ago in playlist More videos from thornwebdesign
You are the man!
latlov 1 month ago
David, this is magnificent.
wavedsl1 1 month ago
i can't wait to get as quick as you with coding :) how long did it take you to get this familiar with html and css coding? Kristy :)
KRJC4eva 2 months ago
One of the best video tutorials i've ever seen. great work man. part1 and 2 are awesome. keep going like that
SlobodanV1984 5 months ago
Fix for Undefined index-error:
Set before al the ifs "if (isset($_GET['page'])) {" and close it before the last "else"
Ninoschrijver 6 months ago
David, could you advise using your template in this tutorial how to have a customised error 404 page?
dashbyictfd 6 months ago
That is just html
12345Cartoonist 10 months ago
@12345Cartoonist Sorry But this does say Part 1.....maybe there is a part 2.....Dynamic HTML Web page means that you write the HTML first then dynamically load it with PHP.......point to note....PHP does not understand HTML.......
thornwebdesign 10 months ago 3
This video inspires me with to tackle this myself. Thanks
howtocreatewebsite 10 months ago 2
It won't mess up how your page displays but you are misusing "div class". You should use "div id" for any div that there will only be one of. Think identification like a driver's licence number versus classification like people who can legally drive.
Example
div id="wrapper" (since there is only one wrapper)
div id="header"
div id="navbar"
div class="button" (since there are several instances of button)
notagumshoe 1 year ago
Great stuff!
Aboywithglasses 1 year ago
Fair play to you. Great tutorial.
KrisTheSavage 1 year ago
Thanks Dave, - behind vfx
mangoprojects 1 year ago
could you show how to add music players in this kinda of web pages?
Muse94Muse 1 year ago
Hi David , you make one of the best web development tutorials , i will loe to see more of your video.
Thanks and great work man.
mikesca1980 1 year ago
You tuts are of very good quality providing information simply, quickly and easily. If you provide work files with each tutorial it will be great then. You can provide the code in the description of each video to make life much easier for newbies.
rhymereverie 1 year ago