 | |  |
 |

thankful
User
Aug 29, 2002, 9:58 AM
Post #1 of 5
(3620 views)
Shortcut
|
|
Two sites up in three days!
|
Can't Post
|
|
I'm a first time user, and I just put two sites up using Article Manager. Wonderful product. I think I've another one sold already. I did need some help from the forum because I ain't that technical, but help was right on the money. Great follow-up, and I didn't feel like a pest (I may have been one just a bit with my stupid questions, but wasn't treated like one!). I was able to modify the templates, add SSI's that work on new pages, and provide a really solid, functional website for my customers. FYI: http://www.compassconsult.biz/ and http://www.thescarletthread.org/ I'm pretty excited. I don't know how to do the perl thing or other database driven sites, and passed on a lot of opportunities in the past. A few tips for those on unix: don't use relative links for graphics and links. If you change directory structure to tidy up the file layout, use virtual instead of file in your SSI, and do use a relative link (../). Finally, my ISP only parses files with .shtml, and I had trouble setting up SSI on new pages with just .html extensions until that was discovered. Last, grab all the .css files and make them an external link. A lot easier to make global changes to these things, instead of having to change each page (and, don't use a relative link to the .css file!). Happy dude in NC...
|
|
|  |
 |

MalaK_3araby
User
Aug 29, 2002, 11:15 AM
Post #2 of 5
(3612 views)
Shortcut
|
Re: [thankful] Two sites up in three days!
[In reply to]
|
Can't Post
|
|
Good Job. Wishing you all the best and more business :) Thankful .. wanna tell us the story of using an external CSS in details? i mean, please :) Thanks for the -------------- Sure you can spell it, but do you get it?
|
|
|  |
 |

thankful
User
Aug 29, 2002, 11:42 AM
Post #3 of 5
(3610 views)
Shortcut
|
|
Re: [MalaK_3araby] Two sites up in three days!
[In reply to]
|
Can't Post
|
|
can-do: 1. Create a stylesheet file: In the header of the templates, cut everything from <style type="text/css"><!-- all the way down to --></style> That is the style information. Paste this into a blank page using notepad (or some text based editor), and name the file: filename.css The extension .css is the important part, name it whatever. 2. FTP this file to your site. 3. If you put this file in the root of your website, add into your header the following: <link rel="stylesheet" href="URL/filename.css"> The URL should be hardcoded, not relative (../). If you put it in a folder, just make sure you have the right reference (ie, if you put it in the folder "artman" it would be: <link rel="stylesheet" href="URL/artman/filename.css"> 4. In all your other templates, just cut out the section in step 1 from them, and place the call from step 3 in its place. Now, when you make a style change to this file (filename.css), all of your templates will change. That is, after you FTP the revised file out to your website. Note: If you are using a WYSIWIG for your HTML, it won't like that (it can't write changes to a file out on the web, and might not read them from your working view), so while you are making changes, add the file to your header however your WYSIWIG would do it, but before saving and sending your template out to your site, change the href to: <link rel="stylesheet" href="URL/filename.css"> Hope that helps!
|
|
|  |
 |

fraser_itools
Staff

Aug 29, 2002, 11:49 AM
Post #4 of 5
(3609 views)
Shortcut
|
|
Re: [thankful] Two sites up in three days!
[In reply to]
|
Can't Post
|
|
That's great feedback Thankful. Mind if I steal your comments for our reviews page? :-) Fraser Cain - Product Manager interactivetools.com, inc. Tel: (604)689-3347 - Fax: (604)689-3342 - Toll Free: 1(800)752-0455 Software for your Website - http://www.interactivetools.com/
|
|
|  |
 |

thankful
User
Aug 29, 2002, 11:54 AM
Post #5 of 5
(3608 views)
Shortcut
|
|
Re: [Fraser] Two sites up in three days!
[In reply to]
|
Can't Post
|
|
Yes--er, no--I don't mind, use them with my blessings! I meant every word.
(This post was edited by thankful on Aug 29, 2002, 11:55 AM)
|
|
|  |
|