Google Optimization
 
Forums: » Register « |  User CP |  Games |  Calendar |  Members |  FAQs |  Sitemap |  Support | 
 
 
User Name:
Password:
Remember me
Go Back   SEO Chat ForumsGoogleGoogle Optimization

Reply
Add This Thread To:
  Del.icio.us   Digg   Google   Spurl   Blink   Furl   Simpy   Y! MyWeb 
Thread Tools Search this Thread Rate Thread Display Modes
 
Unread SEO Chat Forums Sponsor:
  #16  
Old December 11th, 2006, 10:28 AM
Code_Red Code_Red is online now
Contributing User
SEO Chat Newbie (0 - 499 posts)
 
Join Date: Sep 2006
Posts: 88 Code_Red User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: 15 h 42 m
Reputation Power: 3
/* End Contact Form ][ CSS */

I am still not finding this in my Stylesheet

Reply With Quote
  #17  
Old December 11th, 2006, 10:52 AM
sparksflying sparksflying is offline
Registered User
SEO Chat Newbie (0 - 499 posts)
 
Join Date: Dec 2006
Posts: 15 sparksflying User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: 2 h 49 m 19 sec
Reputation Power: 0
This code is in your template somewhere not the css....
When I view source on your page the css where this code resides is below the following line :

<link rel="stylesheet" href="http://www.sneakerfiles.com/wp-content/plugins/postratings/postratings-css.css" type="text/css" media="screen" />

However just changing from H2 to H1 in your wordpress template should be enough :-)

Reply With Quote
  #18  
Old December 11th, 2006, 10:55 AM
Code_Red Code_Red is online now
Contributing User
SEO Chat Newbie (0 - 499 posts)
 
Join Date: Sep 2006
Posts: 88 Code_Red User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: 15 h 42 m
Reputation Power: 3
What I did was go into my page.php and change it from h2 to h1.
But now, it is a thick bold.

I am trying to make it not so bold lol....I want to keep h1 but take the boldness away lol

Not to the SEO Class thing, I do not see were the contact forum is..to add to on css

Reply With Quote
  #19  
Old December 11th, 2006, 11:07 AM
sparksflying sparksflying is offline
Registered User
SEO Chat Newbie (0 - 499 posts)
 
Join Date: Dec 2006
Posts: 15 sparksflying User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: 2 h 49 m 19 sec
Reputation Power: 0
Wink

Hi ,

Im not a css guru but lets try get you sorted :0)

Your current css : equix/style.css

Where you have:

Code:
/*---------------------------- General Html -------------------------------*/
hr {
	display: none;
	}
h2, h3 {	
	padding: 1px;
	font-weight: bold;
	text-align: left;
	}
	.ncol h2{	
		line-height: 24px;
		border-bottom: 2px solid #525d5a;
		font-size: 18px;
		}
	.wcol h2{	
		line-height: 25px;
		font-size: 20px;
		}	
	.sidebar h2{	
		border-bottom: 2px solid #525d5a;
		text-align: right;
		line-height: 14px;
		font-size: 10px;
		}	
h2, h3, h2 a, h2 a:visited{
	color: #525d5a;
	}
h2 a:hover {
	color: #CC0033;
	}	
h3{	
	font-size: 13px;
	}


Add the H1 in here too to control size...

Code:
/*---------------------------- General Html -------------------------------*/
hr {
	display: none;
	}
h1,h2, h3 {	
	padding: 1px;
	font-weight: bold;
	text-align: left;
	}
	.ncol h1{	
		line-height: 24px;
		border-bottom: 2px solid #525d5a;
		font-size: 18px;
		}
	.wcol h1{	
		line-height: 25px;
		font-size: 20px;
		}
	.sidebar h1{	
		border-bottom: 2px solid #525d5a;
		text-align: right;
		line-height: 14px;
		font-size: 10px;
		}
	.ncol h2{	
		line-height: 24px;
		border-bottom: 2px solid #525d5a;
		font-size: 18px;
		}
	.wcol h2{	
		line-height: 25px;
		font-size: 20px;
		}	
	.sidebar h2{	
		border-bottom: 2px solid #525d5a;
		text-align: right;
		line-height: 14px;
		font-size: 10px;
		}	
h1,h1 a,h2, h3, h2 a, h2 a:visited{
	color: #525d5a;
	}
h1,h2 a:hover {
	color: #CC0033;
	}	
h3{	
	font-size: 13px;
	}


That should give you same behaviour in html viewing in browser for h1 and h2 .. but search engine should value it a little more :-)

Hope this helps

Reply With Quote
  #20  
Old December 11th, 2006, 11:15 AM
Code_Red Code_Red is online now
Contributing User
SEO Chat Newbie (0 - 499 posts)
 
Join Date: Sep 2006
Posts: 88 Code_Red User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: 15 h 42 m
Reputation Power: 3
I changed that, but nothing happened,
the link stayed bold and the h2 (which I used on content in the forum) is a line 450 pixels wide, and the keyword is basically underlined.

Reply With Quote
  #21  
Old December 11th, 2006, 11:18 AM
sparksflying sparksflying is offline
Registered User
SEO Chat Newbie (0 - 499 posts)
 
Join Date: Dec 2006
Posts: 15 sparksflying User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: 2 h 49 m 19 sec
Reputation Power: 0
Have a look at the css again... all you need to do is add h1 ( just the same as h2 in the css ) to get the same look.

Reply With Quote
  #22  
Old December 11th, 2006, 11:37 AM
Code_Red Code_Red is online now
Contributing User
SEO Chat Newbie (0 - 499 posts)
 
Join Date: Sep 2006
Posts: 88 Code_Red User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: 15 h 42 m
Reputation Power: 3
I copied and pasted the whole thing
still nothing.

Reply With Quote
Reply

Viewing: SEO Chat ForumsGoogleGoogle Optimization > <h1> <h2> Tags?


Thread Tools  Search this Thread 
Search this Thread:

Advanced Search
Display Modes  Rate This Thread 
Rate This Thread:


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
View Your Warnings | New Posts | Latest News | Latest Threads | Shoutbox
Forum Jump


Forums: » Register « |  User CP |  Games |  Calendar |  Members |  FAQs |  Sitemap |  Support | 
  
 





© 2003-2008 by Developer Shed. All rights reserved. DS Cluster 1 hosted by Hostway
Stay green...Green IT