if you use css: instead of having your css code in your html, place it in its out file withing the root direcory such ass style.css and create a meta tag telling the internet browser that it can find the css directions within that file.
try not to duplicate content; use full urls to link to other pages and urls so in the event someone copies your site, they will have broken links and images (disable hotlinking).
mod-rewrite for apache, create friendly URLS or even better:
create friendly urls that SE's can read such as: lia19.com/lia-is-cool.html
|