Ted
Registered User

Joined: 18 Apr 2004
Location: Lund, Sweden
|
Posted: Wed Dec 29 2004 00:20 HTML - All style info in index? |
 |
I'd like too have all "basic designstuff" in my indexfile, such as background image and link colors. It would be nice if I did not have to copy/paste all HTML to each page. Is there a HTML script for this? |
|
|
Back to top |
|
 |
|
Yannick
MadTracker Author

Joined: 16 Apr 2003
Location: Belgium
|
Posted: Wed Dec 29 2004 00:35
|
 |
Code: |
<link rel="stylesheet" type="text/css" href="stylesheet.css" />
|
Put that in the HTML header of your pages to include the style sheet rather than copy/pasting it.
Also, you can use php include() to include full HTML pages (for the menu, etc.).
Yannick |
|
|
Back to top |
|
 |
Elijah
Registered User

Joined: 20 Jan 2004
Location: Calgary, Alberta, Canada Eh?
|
Posted: Wed Dec 29 2004 01:41
|
 |
yah man... STYLE SHEETS!
 |
- Elijah |
|
Back to top |
|
 |
Ted
Registered User

Joined: 18 Apr 2004
Location: Lund, Sweden
|
Posted: Thu Dec 30 2004 00:32
|
 |
Ooh, goodie! I am almost getting this to work! Thanks alot! |
|
|
Back to top |
|
 |
|
|