Sorry I am a little Stupied

Discussion in 'HTML & Website Design' started by Adam Fletcher, Oct 24, 2006.

  1. #1
    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
     
    Adam Fletcher, Oct 24, 2006 IP
  2. missdanni

    missdanni Guest

    Best Answers:
    0
    #2
    Im not sure I understand ...

    <textarea name="textarea">You mean like this?</textarea>
     
    missdanni, Oct 24, 2006 IP
  3. Adam Fletcher

    Adam Fletcher Well-Known Member

    Messages:
    783
    Likes Received:
    32
    Best Answers:
    0
    Trophy Points:
    140
    #3
    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
     
    Adam Fletcher, Oct 24, 2006 IP
  4. missdanni

    missdanni Guest

    Best Answers:
    0
    #4
    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 :)
     
    missdanni, Oct 24, 2006 IP
  5. missdanni

    missdanni Guest

    Best Answers:
    0
    #5
    Can you explain more?
     
    missdanni, Oct 24, 2006 IP
  6. Adam Fletcher

    Adam Fletcher Well-Known Member

    Messages:
    783
    Likes Received:
    32
    Best Answers:
    0
    Trophy Points:
    140
    #6
    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?
     
    Adam Fletcher, Oct 24, 2006 IP
  7. missdanni

    missdanni Guest

    Best Answers:
    0
    #7
    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?
     
    missdanni, Oct 24, 2006 IP
  8. Adam Fletcher

    Adam Fletcher Well-Known Member

    Messages:
    783
    Likes Received:
    32
    Best Answers:
    0
    Trophy Points:
    140
    #8
    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
     
    Adam Fletcher, Oct 24, 2006 IP
  9. missdanni

    missdanni Guest

    Best Answers:
    0
    #9
    You are most welcome, glad I could help :)
     
    missdanni, Oct 24, 2006 IP