Dynadot โ€” .com Registration $8.99

Need Help Please-CSS Template

Spaceship Spaceship
Watch
Impact
0
Hello,
I am not knowledgeable in CSS or know much HTML for that matter. I downloaded a css template and I got it to work except in IE, if you don't put in the WWW. the logo and colors don't load. It is XHTML 1.1 and CSS. The designer stated that it was tested in IE6. I am using a free host (50webs), but I don't think that has anything to do with it?Any suggestions? Thanks in advance.
 
0
•••
The views expressed on this page by users and staff are their own, not those of NamePros.
.US domains.US domains
I forget how, but in htaccess you can change it so anyone who visits the site will automatically have the www put in front.
 
0
•••
Its quiet simple. Just make a .htaccess file in the root of the domain and type in the following.

Code:
Options +FollowSymLinks 
RewriteEngine on 
RewriteCond %{HTTP_HOST} ^yoursite.com [NC] 
RewriteRule ^(.*)$ http://www.yoursite.com/$1 [L,R=301]
This will automatically redirect all http://yoursute.com/blah/blah to http://www.yoursite.com/blah/blah
Dont forget to replace yoursite with the URL.
Hope that helps :)
 
0
•••
Unstoppable Domains
Domain Recover
DomainEasy โ€” Payment Flexibility
  • The sidebar remains visible by scrolling at a speed relative to the pageโ€™s height.
Back