[ic] Re: Very newbie question and new to the list...

Rick Eicher II interchange-users@interchange.redhat.com
Wed Nov 14 11:43:00 2001


>	  <p><img src="navigation/default_b.gif" width="313" height="252"
> align="top"></p>
>	  <p><font __FFACE__ size="2">Welcome
>		to __COMPANY__, the Internet's premier source
>		of quality hand tools! We have tools for every building
>		project. Thank you for visiting.</font></p><br>
><!-- END CONTENT -->

This is the part that needs to be changed. __COMPANY__ is a variable that is
pulled out of a database table. You can write over this variable or change
the variable in the table. If you have the admin pages you can look throught
the tables and make the changes as need. But that will only change the
__COMPANY__ variable. If you need to change the wording (the Internet's
premier source..) then that will have to be done in the index.html page.

A side note when you ran the ./makecat script it should of asked you for the
name of the company.

Hope this helps,
rick