Hi Guys,
I recently uploaded a website with meta tags to the internet. When I search it in Google it comes up near the top but is linked to a file without the .html ending. I do not know how to fix this problem as anyone who searches it will receive an error page when they click the link.
Any help would be greatly appreciated,
BlueFlame
Google Search Help
Started by BlueFlame, Apr 11 2009 10:08 AM
6 replies to this topic
#1
Posted 11 April 2009 - 10:08 AM
|
|
|
#3
Guest_Jordan_*
Posted 11 April 2009 - 01:33 PM
Guest_Jordan_*
Or create the file and forward the to the correct page.
#5
Posted 15 April 2009 - 12:14 PM
Thanks guys. I created the nonexistent sub directories and put an identical copy of index.html into each. That at least gets everyone to the home page.
I also have I more question. The site appears in internet explorer with tables with no border, but in Mozilla Firefox the borders show. Do you know how I can make them invisible in this browser?
I also have I more question. The site appears in internet explorer with tables with no border, but in Mozilla Firefox the borders show. Do you know how I can make them invisible in this browser?
#6
Posted 15 April 2009 - 12:19 PM
Put a class on it:
<html>
<head>
<title>Class</title>
<style>
table.noborder {
border:0px;
}
</style>
<body>
<table class="noborder">
<tr>
<td>Hello</td>
<td>World</td>
</tr>
</table>
</body>
</html>


Sign In
Create Account

Back to top









