kjhosein
Posts: 37
Joined: 30 Nov 08
Trust:
12 Mar 10 8:31 am
I haven't used Affilohost either, but ideally, you'll want to code up your site so that those things are exactly the same on all pages are in some 'include' type file.
Just imagine if your site was a few hundred pages large and you made 1 little mistake in that piece of code and then had to change. It'd be a lot easier to change it just once, right?!
If you're using PHP, you can use include(). If you're using straight HTML, you can do includes with SSIs (if your webhost allows it).
And if any of this sounds like gobbledygook and/or totally overwhelming, then I recommend snagging a book (and there are tons:
http://is.gd/ajmcL) or outsourcing it.
Hopefully, this sets you on the right path. G'luck! ;-)
PS> Don't worry, after you do this once, you won't ever think it was tough!