strangely enough also when i put my style sheet in anywhere but the root then it will not work properly, the layout and positioning is ok but some of the images dont show up and its just a general mess
ie. if i put it in a folder called style and change the link to style/style.css
you can view the site here and the css here
the code i have in my htaccess for mod rewrite is:
Quote
Options +FollowSymLinks
RewriteEngine on
RewriteRule ^home/$ index.php?id=home
RewriteRule ^portfolio/$ index.php?id=portfolio
RewriteEngine on
RewriteRule ^home/$ index.php?id=home
RewriteRule ^portfolio/$ index.php?id=portfolio
note: yes ive only done two cus i couldnt be bothered doing them all im just testing.
