vBulletin 4, the most powerful community software + vBSEO 3.5, the ultimate SEO solution = Your ultimate platform for 2010 and beyond. Click below to learn more.

Results 1 to 2 of 2

H1 Resize using CSS?, 301 Redirect Breaks Images?

This is a discussion on H1 Resize using CSS?, 301 Redirect Breaks Images? within the General Discussion forums, part of the vBSEO SEO Plugin category; 1. Resize H1 Tags After following a few tutorials on SEO optimisation, I altered my links to use the Relevant ...

  1. #1
    Junior Member
    Real Name
    Scott Oconnell
    Join Date
    Apr 2007
    Posts
    14

    H1 Resize using CSS?, 301 Redirect Breaks Images?

    1.
    Resize H1 Tags


    After following a few tutorials on SEO optimisation, I altered my links to use the Relevant Replacements, and then used this tutotial to add H1 tags:

    [How To] Add H1 Tags to your vBulletin Templates for Long Tail Search Optimization

    However obviously H1 text is pretty big, but I did read that you can alter the size of the H1 text using CSS

    So I added the following to my Additional CSS Definitions:

    /* ***** H1 Tags ***** */
    h1.myh1 {font-family: Arial; font-size: 20px;
    color: #000000; font-weight: bold;}

    h2.myh2 {font-family: Arial; font-size: 16px;
    color: #000000; font-weight: bold;}


    But the text size has not changed? see satmods.com
    any idea what im doing wrong?


    2.
    Images break when using 301 redirect?


    When I enable 301 redirect on my forum, the images break? e.g. show as red X?

  2. #2
    Member
    Real Name
    Christian Thiessen
    Join Date
    May 2007
    Posts
    51
    Blog Entries
    1
    Hi,
    I do have:


    Code:
    h2.myh2 {
    font-family: verdana,geneva,lucida,'lucida grande',arial,helvetica,sans-serif; font-size: 15px;
    color: #000000; font-weight: bold;
    }
    
    h3.myh3 {
    font-family: verdana,geneva,lucida,'lucida grande',arial,helvetica,sans-serif; font-size: 10px;
    color: #000000; font-weight: normal;
    }
    
    and in the Template:
    Code:
    <h2 class="myh2"> Text </h2>
    
    and its working fine.
    I think, if you store CSS as a file you have to turn it off an on to save the settings but I ma not sure, you may try.

    Christian
    Meine Seite über Brasilien mit Brasilien Forum

Similar Threads

  1. button resize
    By lawstudent in forum vBSEO.com Styles
    Replies: 2
    Last Post: 04-24-2009, 03:55 PM
  2. Group Images Redirect To Groups Home
    By WiseOne in forum Troubleshooting
    Replies: 5
    Last Post: 07-13-2008, 11:36 AM
  3. Resize Images vBSeo..
    By jarod1981® in forum Template Modifications
    Replies: 7
    Last Post: 03-08-2008, 06:20 PM
  4. Using VBSEO to redirect for missing images?
    By smitts in forum General Discussion
    Replies: 0
    Last Post: 08-24-2006, 09:05 AM
  5. Redirect all Private Forum Links breaks various other things...
    By Ace Shattock in forum Troubleshooting
    Replies: 5
    Last Post: 11-26-2005, 04:16 PM