Web Design Using Css Tutorial

Web Design Using Css Tutorial
What’s that called? Programming (building a website)?

Say I use something like webs.com…I’m looking for a website that will let you use your OWN HTML AND CSS, and but have a base page where you can edit all the pages.

Let’s say you have thirty links, and add another. But you don’t want to go to all the other pages to add that link, so you go the page of css that sets it all and add that link and it adds it on all the pages…?

I may not be clear, but I’m not that into the professional web design yet, just basic site building with my own HTML and CSS.

Tutorials for that, or a website that allows it?
See I don’t do it in Notepad. I just type out the HTML/CSS.

I don’t know how to do it in Notepad.

w3schools.com is kind of confusing, but I can struggle through.
I’m not sure what I’m looking for in w3schools anyway…

Since you are using webs, I cannot tell you the “easy” way via PHP.
What you need to do in your case is make a JavaScript file.
Let’s say you got a really crappy header like this:
Link1Link2

If you wanted to changeit, let’s say, by adding another link, use JavaScript, document.write() function to write that to the page:
// header.js
document.write(‘
Link1Link2Link3
‘);

When you save this, you can include this JavaScript file into every page by using this code (considering if the code above is in “header.js”):


Leave a comment

Your comment