SEO | Link Popularity | Search Engine Consulting | SEO Tutorial | SEO Tools | SEO Forum
Reply
 
Thread Tools Rating: Thread Rating: 6 votes, 5.00 average. Display Modes
  #1  
Old 01-18-2007, 04:20 PM
Razorman Razorman is offline
SEO Junior
 
Join Date: Jan 2007
Posts: 3 Razorman is on a distinguished road
How to reduce H1 tags to a normal size

Hello, I am using the font, tahoma, on my site. I am using H3 tags because h1 tags are to bulky and awkward no matter what size I reduce them to. Is there a way around this? Using a different font or CSS?
Reply With Quote
  #2  
Old 01-18-2007, 09:18 PM
sonisoni sonisoni is offline
SEO
 
Join Date: Mar 2006
Location: New Delhi
Posts: 1,111 sonisoni will become famous soon enoughsonisoni will become famous soon enough
Hi razorman,
Use h1 tags and apply css to decrease size of text ..create css with fontsize :10px ;
and apply in h1 tag ..like <h1 class=" your class name"> ...
__________________
Veiw my blog SEOseo-expert-delhi.blogspot.com

GlobalHunt.in : Placement Agencies India & Recruitment Agency India
Reply With Quote
  #3  
Old 01-19-2007, 10:12 AM
toinkzzz toinkzzz is offline
Banned
 
Join Date: Jan 2007
Posts: 52 toinkzzz is on a distinguished road
maybe the css forum thread can help you in your problem... http://www.seo-guy.com/forum/css-(cascading-style-sheets).html
Reply With Quote
  #4  
Old 01-19-2007, 10:25 AM
chrysostom chrysostom is offline
SEO Junior and a half
 
Join Date: Oct 2006
Posts: 77 chrysostom will become famous soon enough
Have you tried using "<h1><small>Text here</small></h1>"?
__________________
Catholic Faith | Joshua Francis
Reply With Quote
  #5  
Old 01-23-2007, 02:16 PM
catanich catanich is offline
SEO Junior
 
Join Date: Jan 2007
Location: Dallas Texas USA
Posts: 26 catanich is on a distinguished road
Here is two ways to do this. Both use CSS where the style is in the web page code and the other is a CSS style. I have left everything elso out that is not needed.

<html>
<head>
<title>Search Engine Optimization Dallas Texas ( TX )</title>
<meta name="author" content=" Jim Catanich " />

…

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

…
OR
…


<style>
H1
{
FONT-WEIGHT: bold;
FONT-SIZE: 18px;
MARGIN: 0px;
COLOR: #323232;
FONT-STYLE: normal;
FONT-FAMILY: Arial, Helvetica, sans-serif
}
H2
{
FONT-WEIGHT: normal;
FONT-SIZE: 14px;
MARGIN: 0px;
COLOR: #480015;
FONT-STYLE: normal;
FONT-FAMILY: sans-serif
}
.myH1tag
{
FONT-WEIGHT: bold;
FONT-SIZE: 18px;
MARGIN: 0px;
COLOR: #323232;
FONT-STYLE: normal;
FONT-FAMILY: Arial, Helvetica, sans-serif
}
</style>

</head>

<body>

<table>
<H1>Search Engine Optimization Services In Dallas </H1>
</table>

…
OR
…

<table>
<H1 class=”myH1tag”>Search Engine Optimization Services In Dallas </H1>
</table>

…

</body>
</html>

Hope this helps. I have been using CSS to control my site's cosmetics for years and I recommend that you us it as well. View source on my site if you need to see this in more detail.

Jim Catanich
http://www.catanich.com/
Reply With Quote
  #6  
Old 03-29-2007, 06:11 AM
k004 k004 is offline
SEO Junior
 
Join Date: Mar 2007
Posts: 4 k004 is on a distinguished road
I use css and usually use prosentage instead of pixel size

Something like
font-size:70%; instead of font-size:16px;
__________________
--- cool signature---mustepatruuna
Reply With Quote
Reply


Thread Tools
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
Forum Jump


Login/Register
User Name
Password
Remember Me?

Forum Links
Forum Home
SEO Forum
Internet Marketing Forum
Web Design Forum
Web Hosting Forum
Programming Forum
SEO Chat

Quick Links
Forum Home
New Posts
Mark Forums Read
Open Buddy List
User Control Panel
Edit Avatar
Edit Profile
Edit Options
Miscellaneous
Subscribed Threads
My Profile

Search Forums

Advanced Search
All times are GMT -8. The time now is 02:30 AM.


Powered by: vBulletin Version 3.0.3
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.