OK my site www.raydeeohh.com has got a new layout.
But i want the same layout on the other pages with the layout.
So how do i do it?
+Rep for all good answers.
Printable View
OK my site www.raydeeohh.com has got a new layout.
But i want the same layout on the other pages with the layout.
So how do i do it?
+Rep for all good answers.
Sorry can't edit post above.
If someone helps me, i give them the domain thishabbo.net with full access aswell with +Rep.
What you will want to do is include the fill html/css of your current layout on all other pages, wherever you want the content to go just do a php include:
PHP Code:<?php include 'home.html'; ?>
It then goes to this
PHP Code:<?php include 'home.html'; ?>
When i put the code you told me to.
BDW im **** at coding, and HTML codes.
You'd use PHP includes but seeing as Icba to explain heres an ajax code that works perfectly aswell:
http://dynamicdrive.com/dynamicindex17/ajaxcontent.htm
It's a shame none of you have any experience.
You're using a web editor, switch to "code" view and paste it in, that should fix your problem.