Website help needed

Discussion in 'HTML & Website Design' started by Lanarkshire IT Services, Aug 19, 2008.

  1. #1
    hi all

    have a look at my site:

    www.lanarkshireitservices.co.uk

    i created the site in dreamweaver using a basic dreamweaver template. recently ive added some adsense code. however it is all of the screen and for the life of me i cant seem to get it all to fit on screen

    any ideas?

    your help will be greatly appreciated

    cheers
     
    Lanarkshire IT Services, Aug 19, 2008 IP
  2. gerdywerdy

    gerdywerdy Member

    Messages:
    381
    Likes Received:
    16
    Best Answers:
    0
    Trophy Points:
    35
    #2
    you could try a css template to try and keep all the data on on page without needing to scroll
     
    gerdywerdy, Aug 19, 2008 IP
  3. Lanarkshire IT Services

    Lanarkshire IT Services Guest

    Messages:
    360
    Likes Received:
    5
    Best Answers:
    0
    Trophy Points:
    0
    #3
    hi there

    sorry buddy but im not up on css tho im sure there is a template for this design. im just unsure how or where to alter the area i need altering

    any ideas?
     
    Lanarkshire IT Services, Aug 19, 2008 IP
  4. AnonymousUser

    AnonymousUser Peon

    Messages:
    593
    Likes Received:
    6
    Best Answers:
    0
    Trophy Points:
    0
    #4
    I cant see any sign of adsense code, Even when I look inside the source of the page.
    Where do you want the add banner.
    Il try to write the code when I know where you want it.
     
    AnonymousUser, Aug 19, 2008 IP
  5. gerdywerdy

    gerdywerdy Member

    Messages:
    381
    Likes Received:
    16
    Best Answers:
    0
    Trophy Points:
    35
    #5
    There are lots of pages with free CSS templates and perhaps you could customize one of these to suit your needs

    if you type free css templates into a search engine you will find 1000s of possibilities


     
    gerdywerdy, Aug 20, 2008 IP
  6. AnonymousUser

    AnonymousUser Peon

    Messages:
    593
    Likes Received:
    6
    Best Answers:
    0
    Trophy Points:
    0
    #6
    I see the adsense now, Where do you want to position it?
     
    AnonymousUser, Aug 20, 2008 IP
  7. Dodger

    Dodger Peon

    Messages:
    1,494
    Likes Received:
    60
    Best Answers:
    0
    Trophy Points:
    0
    #7
    Locate this code:

    
    <td width="448" valign="top"><br />
    	<br />
    
    	<table border="0" cellspacing="0" cellpadding="0" width="362">
    		<tr>
    		<td width="362" class="pageName"><h1 class="style2">Welcome to Lanarkshire IT Services</h1></td>
    		</tr>
    
    Code (markup):
    Change to the following (or adjust the the two widths as needed):

    
    <td width="362" valign="top"><br />
    	<br />
    
    	<table border="0" cellspacing="0" cellpadding="0" width="362">
    		<tr>
    		<td class="pageName"><h1 class="style2">Welcome to Lanarkshire IT Services</h1></td>
    		</tr>
    
    Code (markup):
    Also notice that I removed the width declaration from the inside-most TD cell.
     
    Dodger, Aug 20, 2008 IP