Look up CSS file/ change my font and get $10 via paypal!!!!!!!

Discussion in 'HTML & Website Design' started by Manald, Sep 14, 2007.

  1. #1
    Manald, Sep 14, 2007 IP
  2. krt

    krt Well-Known Member

    Messages:
    829
    Likes Received:
    38
    Best Answers:
    0
    Trophy Points:
    120
    #2
    font: Verdana
    color: #cc6600
    font size: small, 135%

    To implement on your site:
    <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
    "http://www.w3.org/TR/html4/loose.dtd">
    <html>
    <head>
    <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
    <title>Untitled Document</title>
    <style type="text/css">
    body { font-size: small; }
    h2 { font-family: verdana,arial,helvetica,sans-serif; color: #c60; font-size: 135%; line-height: 1.4em; }
    </style>
    </head>
    
    <body>
    <h2>What Do Customers Buy After Viewing This Item?</h2>
    <p>&nbsp;</p>
    <h2>Save Up to 50% on Pedro's Cycling Accessories and Gear</h2>
    <p>&nbsp;</p>
    </body>
    </html>
    
    
    Code (markup):
     
    krt, Sep 14, 2007 IP
  3. committed2u

    committed2u Peon

    Messages:
    100
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    0
    #3
    Verdana (for the big title), size: 16.2px
    Tahoma (for the left navigation small title), size: 13px

    <p style="font-family: verdana,arial,helvetica,sans-serif; color: #c60; font-size: 16.2px; font-weight:bold; padding:0;">What Do Customers Buy After Viewing This Item?</p>
    <p style="font-family: tahoma, sans-serif; color: #c60; font-size: 13px; font-weight:bold; padding:0;">Bargains</p>
    HTML:
    or...

    <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
        "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
    
    <html xmlns="http://www.w3.org/1999/xhtml">
    
    <head>
      <title>Worth $10</title>
      <style type="text/css">
      h2 { font-family: verdana,arial,helvetica,sans-serif; color: #c60; font-size: 16.2px; font-weight:bold; }
      div.leftNavTitle { font-family: tahoma,sans-serif; color: #c60; font-size: 13px; font-weight:bold; }
      </style>
    </head>
    
    <body>
    <h2>What Do Customers Buy After Viewing This Item?</h2>
    <div class="leftNavTitle">Books, Music & Movies</div>
    </body>
    
    </html>
    Code (markup):
    Save the code to html file, compare with amazon the title.
    $10 if you're satisfied :D
     
    committed2u, Sep 14, 2007 IP
  4. Manald

    Manald Well-Known Member

    Messages:
    809
    Likes Received:
    8
    Best Answers:
    0
    Trophy Points:
    140
    #4
    I will try Krt's code first, if that don't work and then I will try Commited2u. First code I get to work will get $10 via paypal.



    Thanks guys.
     
    Manald, Sep 14, 2007 IP
  5. committed2u

    committed2u Peon

    Messages:
    100
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    0
    #5
    Ormus, so who get the prize? just curious.
    krt, did you get the money? ;)
     
    committed2u, Oct 7, 2007 IP