Current time: 05-17-2012, 05:14 PM Hello There, Guest! (LoginRegister)
Post Reply 
 
Thread Rating:
  • 0 Votes - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
exception
06-03-2010, 08:45 AM
Post: #1
exception
I know someone can help me out. I don't remember the term for it and surely don't know how to do it, but I know there is a way for my php driven site (built using E-commerce site builder) to bypass the php for specific url's.

In other words, I want most of my site to be shown using the E-commerce template, but there are a few urls that I need to display using another CSS template.

Help, please!!
Find all posts by this user
Quote this message in a reply
06-03-2010, 11:29 AM
Post: #2
RE: exception
You can use some local style that will override the site's general style sheet specified in the header of your template, e.g.: put directly in your HTML code <style type="text/css"> some style goes here overriding general style sheet</style>.

The other way is to use style as an attribute of HTML tags e.g.: <h1 style="color:navy;font-size:20px;">
Visit this user's website Find all posts by this user
Quote this message in a reply
06-03-2010, 12:37 PM
Post: #3
RE: exception
Nope, that's nowhere near what I was looking for. Even if I put a totally new style sheet with a new html document, it stills tries to use the shell from E-commerce.

I believe it has to do with the htaccess file. I believe it can be re-written to let me use my new html document based on my new css style sheet. Just don't know how to re-write the file.
Find all posts by this user
Quote this message in a reply
06-03-2010, 05:15 PM
Post: #4
RE: exception
Now I get it. If you want to create a totally independent HTML page you have to rename it as somePage.php or some other file extension accepted by your web server, e.g.: .shtml or .phtml

I already explained it to you in my post here: http://forum.sitesoutlet.com/thread-6-po...html#pid12
Visit this user's website Find all posts by this user
Quote this message in a reply
06-04-2010, 07:52 AM
Post: #5
RE: exception
I knew I'd seen something about it somewhere. Thanks.
Find all posts by this user
Quote this message in a reply
Post Reply 




User(s) browsing this thread: 1 Guest(s)
© 2012 SitesOutlet