CodeVerge.Net Beta


   Explore    Item Entry   Register  Login  
Microsoft News
Asp.Net Forums
IBM Software
Borland Forums
Adobe Forums
Novell Forums

MS SQL 2008 on ASP.NET Hosting
Free 3 Months



Zone: > NEWSGROUP > Asp.Net Forum > starter_kits_and_source_projects.classifieds_starter_kit Tags:
Item Type: NewsGroup Date Entered: 10/29/2006 2:02:34 AM Date Modified: Subscribers: 0 Subscribe Alert
Rate It:
(NR, 0)
XPoints: N/A Replies: 3 Views: 20 Favorited: 0 Favorite
Can Reply:  No Members Can Edit: No Online: Yes
4 Items, 1 Pages 1 |< << Go >> >|
tdare
Asp.Net User
Whats Wrong ?? Meta Tags10/29/2006 2:02:34 AM

0/0

Hi, could someone please let me know what i have done wrong with my meta tags ( ie. description, keywords ).... my site is www.rockhamptonlive.com.au

 PS... please keep it simple i am a newby..

many thanks

tmorton
Asp.Net User
Re: Whats Wrong ?? Meta Tags10/29/2006 2:54:44 AM

0/0

Just so you are aware, your site is not rendering well in Firefox.
 

Image Hosted by ImageShack.us
Terri Morton
Program Manager, Telligent

Wissen ist Macht
How to ask a question
mattbug
Asp.Net User
Re: Whats Wrong ?? Meta Tags10/30/2006 12:44:07 PM

0/0

tmorton:

Just so you are aware, your site is not rendering well in Firefox.

Tdare, I had a similar problem with my site when I added an image to the title.  IE automatically expands the divs to accomodate larger images, but Firefox doesn't.  To fix, adjust the height of your divs to be equal to or greater than the size of your images in your stylesheet.  For example to fix your header image, set the height attribute to at least 140px:

/* begin main layout divs */

#title
{
height: 140px;  <--------------- set this to at least the height of your image (140px in your case)
...
}

You will have to do something similar for other parts of your site where you've added images.

mattbug
Asp.Net User
Re: Whats Wrong ?? Meta Tags10/30/2006 1:13:41 PM

0/0

tdare:

Hi, could someone please let me know what i have done wrong with my meta tags ( ie. description, keywords ).... my site is www.rockhamptonlive.com.au 


Change your meta tags from
     <meta id="ctl00_description" name="Rockhampton Live is the community classifieds for all..." />
     <meta id="ctl00_keywordsmeta" name="Rockhampton, Rockhampton Classifieds..." />
to
     <meta id="ctl00_description" name="description" content="Rockhampton Live is the community classifieds for all..." />
     <meta id="ctl00_keywordsmeta" name="keywords" content="Rockhampton, Rockhampton Classifieds..." />

4 Items, 1 Pages 1 |< << Go >> >|


Free Download:

Books:
Computer Telephony Encyclopedia: Encyclopedia Authors: Richard Grigonis, Pages: 800, Published: 2000
Search Engine Optimization: An Hour a Day Authors: Jennifer Grappone, Gradiva Couzin, Pages: 359, Published: 2008
The Graphic Designer's Guide to Clients: How to Make Clients Happy and Do Great Work Authors: Ellen Shapiro, Pages: 247, Published: 2003
Wicked Cool Java: Code Bits, Open-source Libraries, and Project Ideas Authors: Brian D. Eubanks, Pages: 224, Published: 2005
Head First HTML with CSS & XHTML Authors: Elisabeth Freeman, Eric Freeman, Pages: 658, Published: 2005
The About.com Guide to Web Design: Build and Maintain a Dynamic, User-Friendly Web Site Using Html, Css and Javascript Authors: Jennifer Kyrnin, Pages: 288, Published: 2007
Web Word Wizardry: A Guide to Writing for the Web and Intranet Authors: Rachel McAlpine, Pages: 264, Published: 2000
Start Your Own Automobile Detailing Business: Your Step-By-Step Guide to Success Authors: Rich Mintzer, Entrepreneur Press, Pages: 156, Published: 2008
Niche Marketing for Coaches: A Practical Handbook for Building a Life Coaching, Executive Coaching Or Business Coaching Practice Authors: Hanna McNamara, Pages: 239, Published: 2007

Web:
Techdirt: What's Wrong with Meta-Tags? What's Wrong with Meta-Tags? from the UK-and-litigation dept. The UK high court has ruled that the use of trademarks in meta-tags is illegal. ...
What's wrong with this script? [Archive] - StatCounter User Forum View Full Version : What's wrong with this script? ... If I want to add meta tags, I would need to create an additional field for head tags ...
What's Wrong With My Website? Whats Wrong With My Website? ... Meta Tags are so important they deserve a whole article on their own. The most important Meta Tags are the Title Tag, ...
What's Wrong With My Website? | Web Maintenance - Guides and Articles What's Wrong With My Website? I ask myself that question about once a month. ... Meta Tags are so important they deserve a whole article on their own. ...
My description isnt matching. Whats wrong? - Young Entrepreneur Forums My description isnt matching. Whats wrong? ... Meta tags don't need to be closed . Remove the and see what happens. Also, if the doctype is strict ...
Editor at Large: What's wrong with Sarah Palin? Sep 3, 2008 ... What's wrong with Sarah Palin? The main thing that's wrong with Sarah Palin is that there doesn't seem to be anything right with her. ...
What's Wrong With My Website? :: Home Business Resource What's Wrong With My Website? By Michael Southon. I ask myself that question about ... Meta Tags are so important they deserve a wholearticle on their own. ...
A snippet? What's wrong with search results? Meta Description ... A snippet? What's wrong with search results? Meta Description. Options ... meta tags, and came up nothing? ...
Whats Wrong With My Website - Web Whats Wrong With My Website plus articles and information on web. ... Meta Tags are so important they deserve a whole article on their own. ...
What's wrong with online marketing and advertising? Is this just how it works? whats wrong with online marketing and advertising? ... I also get 'we just need to add Meta Tags' response from people who have ...

Videos:
Affiliate Summit 2006 East -- Straight Talk on Search Engine ... Brief presentation on Search Engine Optimization with a heavy focus on Q&A. A very open, honest and straight to the point discussion about search ...
Customer Centric Web Decision Making Google TechTalks July 24, 2006 Avinash Kaushik, Senior Manger, Web Research and Analytics, Intuit
Structuring Personal Information When Everything Can Be Saved ... Google TechTalks May 17, 2006 William Jones William Jones is an Research Associate Professor in The Information School at the University of ...




Search This Site:










tricky validation question

error :object refererence not set to an object

how to stop copy paste on asp text box

user controls and javascript

calendar control selectionchanged not firing...

page_load event firing twice since upgrading to visual studio 2008

dynamically creating controls

help. getting a value from an .ascx onto my .aspx

updating textbox's after a post back

aspx stream pdf to browser - open in plugin

'loading, please wait...' message

re: questions about &quot;maximum searches per day exceeded&quot; unhandled exceptions

remove default contextmenu form button on right click?

blank page after hitting a button

my login form

unable to cast object of type 'system.dbnull' to type 'system.string'.

can't manage state of controls dynamically added to page

server.transfer error: "the thread was being aborted"

custom validator (client side) does post back in firefox

help - using textfile to populate webpage

how to control cursor position in asp.net pages?

how to enter data in one click

dynamic event

problem with email

how to define my stringcollection?

how to make a asp button a 'back' button ?

how to format items from database in drop down list

parser error in new webform

textboxes are not retaining values after migration from vs 2003 to vs 2005

printing html from a function in codebehind file

  Privacy | Contact Us
All Times Are GMT