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
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?
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.
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
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.