help Editing title of a Searchanyway search engine template

Discussion in 'HTML & Website Design' started by AMFsound, Sep 25, 2008.

  1. #1
    Hey guys,

    I'm relatively new to all of this.

    I downloaded a template from Searchanyway.com......they allow affiliates to make changes to their search engine templates.
    I'm sure I haven't gone about it correctly as the changes I've attempted have not had any affect.

    I was simply using wordpad and looked in the unzipped downloaded template and located an "index" file and a "results" file that indicated "<title>internetsearch<title>"..... I changed the words "internetsearch" to a more appropriate title that I needed for my niche, but no change was affected on the finished search engine once uploaded to the host.

    I can further see when I open the "image" files they are parsed into different graphics components that make up the final visual product, which of course are graphic in nature. I can clearly see the "internet search" title image not affected by my "index or results file" changes I attempted, not a real surprise, it was probably dumb on my part to think that a text change on notepad, would translate to a "graphics" change on an image template.......but I still don't know how to affect a change....

    any suggestions?
     
    AMFsound, Sep 25, 2008 IP
  2. faithnomoread

    faithnomoread Peon

    Messages:
    174
    Likes Received:
    3
    Best Answers:
    0
    Trophy Points:
    0
    #2
    If you typed
    <title>internetsearch<title>
    Code (markup):
    like it is in your code then your tag isn't closed. It should look like this:
    <title>internetsearch</title>
    Code (markup):
    all <tags> must be closed or it affects the rest of the page.
     
    faithnomoread, Sep 25, 2008 IP
  3. AMFsound

    AMFsound Peon

    Messages:
    187
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #3
    thanks faith,

    I didn't mean to omit what you pointed out, but the </title>
    is there......

    maybe notepad is not the way to edit an image even though it's text?
     
    AMFsound, Sep 25, 2008 IP
  4. iTeachWeb.com

    iTeachWeb.com Active Member

    Messages:
    133
    Likes Received:
    5
    Best Answers:
    0
    Trophy Points:
    60
    #4
    It's best to let a web master do the modifications for you, since you are new to HTML.
     
    iTeachWeb.com, Sep 25, 2008 IP
  5. faithnomoread

    faithnomoread Peon

    Messages:
    174
    Likes Received:
    3
    Best Answers:
    0
    Trophy Points:
    0
    #5
    So all you changed was the Title? Can I see the source code? Notepad is the only way I really like to create a page. It helps me understand it better, so no I don't think it matters that u edited it with notepad. Its not like you were doing a full structure.
     
    faithnomoread, Sep 25, 2008 IP
  6. AMFsound

    AMFsound Peon

    Messages:
    187
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #6

    hey faith..here it is..

    this is just the upper half of the page...

    <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
    "http://www.w3.org/TR/html4/loose.dtd">
    <html>
    <head>
    <title>Pharma</title>
    <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
    <link href="./templates/pharma/0102/styles.css" rel="stylesheet" type="text/css">
    </head>

    <body>
    <table width="750" height="5" border="0" align="center" cellpadding="0" cellspacing="0" class="cell_color_1">
    <tr>
    <td></td>
    </tr>

    </table>
    <table width="750" border="0" align="center" cellpadding="0" cellspacing="0" bgcolor="#FFFFFF" class="cell_color_4">
    <tr>
    <td align="center" class="cell_color_4"><img src="./templates/pharma/0102/images/pills.jpg" width="221" height="175" hspace="20" class="cell_color_4"><img src="./templates/pharma/0102/images/searchpharma.jpg" width="391" height="79" hspace="10" vspace="20"></td>
    </tr>
    </table>

    <table width="750" height="50" border="0" align="center" cellpadding="0" cellspacing="0" background="./templates/pharma/0102/images/shade.gif" >
    <tr>
    <!-- search form -->
     
    AMFsound, Sep 26, 2008 IP
  7. faithnomoread

    faithnomoread Peon

    Messages:
    174
    Likes Received:
    3
    Best Answers:
    0
    Trophy Points:
    0
    #7
    Have you tried uploading it several time, I know sometimes the sever my host is on after I upload a CSS file it wont change sometimes for hours and ocassionally a day.
     
    faithnomoread, Sep 26, 2008 IP