Content Syndication explanation
- First view all the content, if you wish, by clicking the above two Content Menu's.
- Now load the code (see below) on a new .php page on your website.
- Your new page MUST have the .php extension.
- Now upload that new page to your site.
- Each time a visitor views your new page, one of those "content pages" you saw above,
will load on your site.
- Next time you new page is visited, the next "content page" will load.
- So if your new page is visited say 10 times in one day, each visitor will see different
content.
Syndication page code Instructions.
- Create a new page on your website. Use the .php extension on your new page
- IE: yourfilename.php
- Now copy and paste the .php code below "IN BETWEEN" your opening <body> and
closing </body> tags.
- NOTE: The php code should work 98% of the time.
.html
|
If the .php code above does not work on your .php
page, use this Javascript code below in an normal .html page. It will work
on any .html page, no exceptions!
|
|
|
Webmaster Concerns:
Tags used in all "Content" are limited to:
- h1, h2, h3, p, div, ul, li
- The only inline tags used is strong and em. *
Done this way, your stylesheet will style the content .
Note: The bottom link back text:
* Inline Css is used on the bottom link-back
text.
• Font size is 11px
Colors used are
• div = #555
• alink = #777
• mouseover = #900
|
|