Results 1 to 2 of 2

Thread: h1 tags style

  1. #1
    Registered
    Join Date
    Feb 2004
    Location
    Ontario, Canada
    Posts
    273

    h1 tags style

    I saw mention of using CSS to change the look of h1 tags but I can't find a post about how to do it. Anyone care to share?

  2. #2
    Resident smart a$$
    Join Date
    Sep 2003
    Location
    UK
    Posts
    152
    Here's an example of some of the useful attributes you can change for heading tags:

    Code:
    h1 {
    	font-family: Arial, Helvetica, sans-serif;
    	font-size: 1.3em;
    	margin-bottom: 0px;
    	margin-top: 0px;
    	font-weight: normal
    }
    I always set the font size with em's so the client can increase or decrease using View > Text Size.

    loads more here:

    http://www.w3.org/TR/REC-CSS1
    Last edited by Best.Flash; 02-26-2004 at 11:33 PM.

Similar Threads

  1. Banner at the Top. Without Frames style.
    By LMolineux in forum HTML, CSS, Layout, and Design
    Replies: 9
    Last Post: 04-14-2004, 02:12 PM
  2. Time to review redundant H1 tags
    By cpnmm in forum Search Engine Optimization
    Replies: 16
    Last Post: 12-20-2003, 03:29 AM
  3. Header tags
    By Percept in forum Search Engine Optimization
    Replies: 4
    Last Post: 11-01-2003, 04:33 PM
  4. H1 tags
    By lemon in forum Search Engine Optimization
    Replies: 3
    Last Post: 08-16-2003, 10:38 AM
  5. Header tags arround img ?
    By Percept in forum Search Engine Optimization
    Replies: 1
    Last Post: 06-15-2003, 06:49 AM

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •