Advertisement
If you have a new account but are having problems posting or verifying your account, please email us on hello@boards.ie for help. Thanks :)
Hello all! Please ensure that you are posting a new thread or question in the appropriate forum. The Feedback forum is overwhelmed with questions that are having to be moved elsewhere. If you need help to verify your account contact hello@boards.ie

Problems with my website

Options
  • 03-11-2011 6:44pm
    #1
    Registered Users Posts: 168 ✭✭


    Someone from this board helped me with the database and .php side of my website. I cannot locate him.

    The result popup will not come up when you use the search engine.

    http://www.irishmediaguide.com/search.php

    Using the search word "Times" you get a number of results, when you click "View Profile" nothing turns up, The go to website link works.

    Has anyone any idea what is wrong? and how can I fix it.

    Your help would be very much appreciated.

    Brendan


Comments

  • Registered Users Posts: 3,078 ✭✭✭onemorechance


    The content is hidden is <HTML> comments (<!-- COMMENTED SECTION -->) in the <HEAD> section of the pages.

    A typical HTML page should be:

    <HTML>
    <HEAD>
    ...
    </HEAD>
    <BODY>
    ...
    What you see on screen
    </BODY>
    </HTML>

    Only one <HTML>, <HEAD> and <BODY>.

    Anything inside <!-- Is invisible to browser, it's just comments for developer or whoever, think of them like post-its, just as reminders or explanations -->

    e.g. one of your pages, the <BODY></BODY> is empty, the content inside <!-- xxxx --> is useless to the web browser.
    <html><head>
    <title>Irish Media Guide 2010</title>
    <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
    <meta name="keywords" content="Irish Media Guide 2010">
    <meta name="description" content="Irish Media Guide 2010">
    <link rel="stylesheet" href="default1.css" type="text/css">
    <!--
    
    </HEAD>
    
    <BODY>
    <table border="0" cellpadding="10" cellspacing="0" style="border-collapse: collapse" bordercolor="#111111" width="100%" id="AutoNumber1">
    
      <tr>
        <td> </td>
    </tr>
      
    
    
    </table>
    
    
    
    
    
    <table class="sideMenu">
    
    <td class="sideNavHeading">&nbsp;&nbsp;&nbsp;<b><h2>Financial Times The</b></a></td>
    
    
    </tr><tr>
    
    	<td class="sideNav"></td>
    <tr>
    <br>
              <td height="20" align="left" class="sideNavLink">&nbsp;</td>
            </tr>
    
    	<tr>
    <br>
              <td height="20" align="left" class="sideNavLink">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;126, Lower Baggot Street</a></td>
            </tr>
     <tr>
              <td height="20" align="left" class="sideNavLink">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Dublin 2</a></td>
            </tr>
        <tr>
              <td height="20" align="left" class="sideNavLink">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</a></td>
            </tr>
       <tr>
              <td height="20" align="left" class="sideNavLink">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</a></td>
            </tr>
    
    <tr>
              <td height="30" align="left" class="sideNavLink">&nbsp;&nbsp;&nbsp; &#8226; Contact Name: Mr. Charles Blandford</a></td>
            </tr>
            <tr>
              <td height="20" align="left" class="sideNavLink">&nbsp;&nbsp;&nbsp; &#8226; Tel No. &nbsp;01-659 9654, 086-252 8885</a></td>
            </tr>
            <tr>
              <td height="20" align="left" class="sideNavLink">&nbsp;&nbsp;&nbsp; &#8226; Fax No. 01-639 4624</a></td>
            </tr>
            
            <tr>
              <td height="20" align="left" class="sideNavLink">&nbsp;&nbsp;<a href="http://www.ft.com">&nbsp; &#8226; Web: www.ft.com</a>&nbsp;</td>
            </tr>
            <tr>
              <td height="20" align="left" class="sideNavLink">&nbsp;&nbsp;<a href="mailto:charles.blandford@ft.com">&nbsp; &#8226; E-Mail: charles.blandford@ft.com</a><p><p></td>
            </tr>
    
    
    
       <tr>
              <td height="150" align="left" class="sideNavLink">Leading Business Source. Opportunities to target just Ireland
    <p>
    To find out more about advertising with the FT, and FT.com
    <p>
    please visit our online toolkit at http://www.ft.com/advertising
    </a></td>
            </tr>
    <tr>
     
    <td> 
    <div align="center"><br>
                        
     <input type="button" color="red" class="sideNav" value="Close this window" onClick="window.close();" />
    </tr>
    
    </table>      </td>
                
    
    
    
    
    
    </td>
        </tr>
          </table>
      <div align="right"><br>
               <br>
      
        </a><br>
      
      </div>
    </div>
    
    <br />
    <tr>
    <td>
    </td>
    </tr>
    </body>		
    </HTML>--></head><body></body></html>
    


  • Registered Users Posts: 953 ✭✭✭hearny


    As onemorechance says above the content is hidden, easiest thing to do is edit the resultpop.php and make sure the following is removed

    <!--

    It appears under the stylesheet reference

    <link rel=stylesheet href="default1.css" type="text/css">

    Be sure to take a backup of the file before you make any changes.


  • Registered Users Posts: 168 ✭✭Brendan552004


    Thank you both very much, the fix worked a treat, you have a great little community here.

    Thank you again

    Brendan


  • Registered Users Posts: 6,464 ✭✭✭MOH


    Ah! I was trying to use your site last week, was wondering why it wasn't working. Must go back now.


Advertisement