1. Advertising
    y u no do it?

    Advertising (learn more)

    Advertise virtually anything here, with CPM banner ads, CPM email ads and CPC contextual links. You can target relevant areas of the site and show ads based on geographical location of the user if you wish.

    Starts at just $1 per CPM or $0.10 per CPC.

area of white space on my page, can't figure out how to remove it

Discussion in 'HTML & Website Design' started by popnyc, Nov 9, 2008.

  1. #1
    I have an area of white space that I don't know how to remove on
    www.bfilmstranscription.com

    RIght under the word under "guaranteed"

    Do you know what html code to remove to take this space out of the page and move up the blue headings, without changing the layout of the page?
    :confused:
     
    popnyc, Nov 9, 2008 IP
  2. garrettheel

    garrettheel Peon

    Messages:
    341
    Likes Received:
    11
    Best Answers:
    0
    Trophy Points:
    0
    #2
    I see another paragraph under that word, perhaps take a screenshot
     
    garrettheel, Nov 9, 2008 IP
  3. H3llas

    H3llas Well-Known Member

    Messages:
    655
    Likes Received:
    35
    Best Answers:
    0
    Trophy Points:
    110
    #3
    if you think na line under Confidentiality guaranteed then
    find this code in your index.html

    <div class="story style8">
    <p class="style3"><span class="style11">B. Films Transcription provides accurate and professional transcription services with personalized service and attention to detail for intelligent results. We are focused and efficient, U.S. based transcriptionists with top typing speeds (90 wpm) and 5+ years experience. Our rates are competitive, and we offer discounts for first time customers and large projects. We have repeat clients and have received fabulous feedback! Confidentiality guaranteed.<br /><br /> One hour of recorded audio typically ranges from 3 to 5 hours of transcribing time, ($60 and $100 per hour of your material). ** First time customer discount, $51 - $85**. This is a transcription industry standard for verbatim transcription, and depends on the quality and content of your audio recording, and speaking rates. If you have a digital sample available, we can provide a quote specific to your audio.</span></p>
    <p>&nbsp;</p>
    </div>

    delete what i bolded. save and upload it.
     
    H3llas, Nov 9, 2008 IP
  4. scoopy82

    scoopy82 Active Member

    Messages:
    838
    Likes Received:
    45
    Best Answers:
    0
    Trophy Points:
    70
    #4
    Looks to me like something may be out of whack with your tables and div's... what happens if you remove the 5 <p>&nbsp;</p> you have under all your <li>'s ?
     
    scoopy82, Nov 9, 2008 IP
    popnyc likes this.
  5. popnyc

    popnyc Active Member

    Messages:
    1,391
    Likes Received:
    2
    Best Answers:
    0
    Trophy Points:
    75
    #5
    Thanks Scoopy! It worked!
     
    popnyc, Nov 12, 2008 IP
  6. popnyc

    popnyc Active Member

    Messages:
    1,391
    Likes Received:
    2
    Best Answers:
    0
    Trophy Points:
    75
    #6
    How could I change the font to Arial black?


    This is part of my code now.... not sure what to change.

    body {

    background-image: url(bg_1.jpg);

    background-color: #FFFFFF;

    }

    .style1 {color: #000000}
    .style3 {font-size: 16px}
    .style8 {font-family: Verdana, Arial, Helvetica, sans-serif}
    .style9 {
    font-style: italic;
    font-size: medium;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    }
    .style11 {font-size: small}

    -->

    </style></head>
     
    popnyc, Nov 12, 2008 IP
  7. garrettheel

    garrettheel Peon

    Messages:
    341
    Likes Received:
    11
    Best Answers:
    0
    Trophy Points:
    0
    #7
    .style9 {
    font-style: italic;
    font-size: medium;
    font-family: Arial Black, Arial, Helvetica, sans-serif;
    }
     
    garrettheel, Nov 12, 2008 IP