Results 1 to 7 of 7

Thread: change WELCOME TO .......

  1. #1
    Join Date
    Jan 2008
    Posts
    35

    Default change WELCOME TO .......

    Hello

    How I change WELCOME TO INDEXU DIRECTORY to my site name
    http://www.travelsama.com/
    WELCOME TO INDEXU DIRECTORY
    Finding a web site is easy with INDEXU Web Directory - click through any of the categories below, or use the search box to find the web site you need. If you are the webmaster of a web site, you can add your web site here for free by using the link at the top of this page and following the on-screen instructions to submit it to us.

  2. #2
    Join Date
    Jun 2002
    Location
    Winnipeg Canada
    Posts
    4,913

    Default

    Depending on the theme edit header.html or index.html

  3. #3
    Join Date
    Jan 2008
    Posts
    35

    Default

    Thank you for your reply
    I found
    Finding a web site is easy with INDEXU Web Directory - click through any of the categories below, or use the search box to find the web site you need. If you are the webmaster of a web site, you can add your web site here for free by using the link at the top of this page and following the on-screen instructions to submit it to us.
    in index.html


    but WELCOME TO INDEXU DIRECTORY not in header.html or index.html


    Thank you

  4. #4
    Join Date
    Jun 2002
    Location
    Winnipeg Canada
    Posts
    4,913

    Default

    Try footer.html

  5. #5
    Join Date
    Jan 2008
    Posts
    35

    Thumbs up I found it

    I found it

    Thank you

  6. #6
    Join Date
    Jan 2008
    Posts
    29

    Wink My guess

    It should be the line of code just above the one you found.
    It is probably:
    <td><img src="<%$tpl_base%>/images/welcome.gif" width="421" height="42" alt="" /></td>
    Which means it is an image welcome.gif and not text.

    You can change that line of code to:
    <td>Welcome to TRAVELSAMA</td>

    And that should do it. Or, you could replace the image.

    Or you could make it a header with:

    <td><h3>Welcome to TRAVELSAMA</h3></td>

    This code may not be correct, but you get the idea.

  7. #7
    Join Date
    Jan 2008
    Posts
    35

    Default

    Thank you for your help

Similar Threads

  1. change add.php
    By Antony in forum Templates
    Replies: 1
    Last Post: 11-26-2006, 01:20 PM
  2. SVN CHange 314
    By mbarnett in forum v5.x
    Replies: 6
    Last Post: 09-05-2006, 01:37 PM
  3. How can i change ?
    By canmmail in forum v5.x
    Replies: 3
    Last Post: 09-28-2004, 05:59 AM
  4. CHANGE ==> NEW Updated HOT
    By pixelschubser in forum v5.x
    Replies: 2
    Last Post: 03-11-2004, 06:57 AM
  5. I did not change much but any way
    By javafaqIII in forum Sites in Action
    Replies: 2
    Last Post: 11-17-2003, 09:17 AM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •