I am designing a new 'search engine optimised' website for a freind however I have found that I am now officially stupied I am currently adding Google AdWords to the right of the website (Designed using Microsoft front page) and am wanting to add the html code to the side pannel on the right am am wanting to add the code to a text box but my mind has gone blank as In have done it hundreads of times Am I getting old?? Can anyone point me in the right direction? Thank you
I don't think that's it. I have a Box down the side which I want to add the adsense html code to. I also need to know how to change the domain extensions of the page if you could also help me with that You can tell that I am out of practice with the website designing Thanks P.S Free 2 years web hosting (almost unlimited) for the first person that I understand
Oh you want to add the text inside a box! Ok well you could use a table with a border and set the google stuff inside it OR you could use CSS for your box. Table Example: Box Example: <head> <style type="text/css"> <!-- .box { margin: 2px; padding: 2px; width: 120px; border: 1px solid #CCCCCC; } --> </style </head> Code (markup): <p align="center" class="box">GOOGLE<br>STUFF<br>HERE</p> Code (markup): Hope that helps
Thanks for the code I will try it now. Ok I will try. When I go on my website and click say, products the domain becomes MYDOMAIN.co.uk/new_page_3.htm and I would like it to be MYDOMAIN.co.uk/products.htm Can you help with that to? Do you want free hosting?
Let me know if either of the examples I gave you work out. As for the other issue: You need to edit the links in your page. To get the link "Products" to go to the Products Page you will need to edit the link so it looks something like: <a href="http://MYDOMAIN.co.uk/products.htm">Products</a> Are you working with a template?
Thanks, I am not using a template as I am using my own individal SEOtecniques that cannot be acomplished using a template. I have actually got the adwords working Thanks so so much Adam Fletcher