Office Live Small Business Community Forums

Inserting HTML code into your Web site

Last post 05-25-2008 3:55 PM by StudioAllen. 8 replies.
Page 1 of 1 (9 items)
Sort Posts:
02-22-2008 3:49 PM
bri - MSFT Joined on 07-19-2007 Posts 106
Inserting HTML code into your Web site

Flex your creative muscles by adding HTML code to your Web pages with the HTML module. Given the ability to insert HTML code in your pages, you can inform, entertain, and get your visitors' attention in an engaging way. For example, you can insert the code to add a video, a scrolling marquee, or a stock ticker to your page. Inserting HTML code into your Web page can be as simple as copy and paste.

  

A word about your HTML code

 

If you change or customize the HTML code on your Web site, Microsoft Office Live does not check the code for you.

 

Important   If the HTML code is no longer correct, it may break the page, and you may experience problems such as the page not loading completely.

 

To ensure that the HTML code renders correctly, you should access your Web site from the Internet and check that everything appears as expected. Also, do not use a third-party Web editing tool, such as Microsoft FrontPage, because pages created by these tools cannot be uploaded to Microsoft Office Live.

  

Respect copyright

 

Please respect the rights of artists and creators. Content such as music, photos, and video may be protected by copyright, and people appearing in content may have a right to control the use of their image. You may not share other people’s content unless you own the rights or have permission from the owner.

 
In this article:

 

Click here for the full article.

Bri - MSFT
03-26-2008 11:57 AM In reply to
Sebas40 Joined on 03-26-2008 Posts 1
Re: Inserting HTML code into your Web site

Hello

Please. Im trying to insert a html code from google adsense in the html module. When i do this and save the change in the web manager the page freeze and the explorer don't work anymore and i've to restart the explorer.

My page is www.sebastianmolinari.com

 Thanks

 

03-26-2008 2:54 PM In reply to
scybyte Joined on 02-11-2008 New Columbia, PA. USA. Posts 1,433
Re: Inserting HTML code into your Web site

Hello Sebas40:

 

With Adsense you need to follow the procedure at http://solutionsforofficelive.com/googleadsense.aspx office live has a problem with java script 1.2 that has a external .js file. I have followed this procedure and have Adsense on both my office live websites.

 

 

 

Gary      
New Mountain Tavern   Silver Moon Furniture  
Google PageRank Alexa PageRank      Google PageRank Alexa PageRank

 

Sign up for PayPal and start accepting credit card payments instantly.
03-28-2008 11:20 AM In reply to
HopeForJoy Joined on 03-28-2008 Posts 2
Re: Inserting HTML code into your Web site

Hi scybyte,

 

I tried to follow the procedure by Studio Allen's but my adsense is not appearing on my website.  I don't know what I was doing wrong.  Please help me.  I pasted it here:  http://hopeforjoy.org/skincare.aspx

Thank you!

Jane

03-28-2008 8:48 PM In reply to
mancesco Joined on 03-27-2008 Posts 19
Re: Inserting HTML code into your Web site

Hi ,

 how can I use html to open a page on my website from a picture or from a text (not from a website addresse but normal text)?Is this possible?

and could I open a certain part or zone of that web page?

Thank you

03-30-2008 9:55 AM In reply to
scybyte Joined on 02-11-2008 New Columbia, PA. USA. Posts 1,433
Re: Inserting HTML code into your Web site

Hello HopeForJoy and manesco:

 

For your question HopeForJoy can you explain the procedure you followed to see where the error was made? or you could contact StudioAllen through his profile StudioAllen and for manesco's question you can link text and pictures to urls that when you click on them they will take you to other pages a example of this is the code that I use in my signiture:

 

<p>Gary</p>

<p><a title="http://newmtntavern.com/default.aspx" onclick="return top.js.OpenExtLink(window,event,this)" href="http://newmtntavern.com/default.aspx" target="_blank">New

Mountain Tavern</a>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;

<a title="http://silvermoonfurniture.com/default.aspx" onclick="return top.js.OpenExtLink(window,event,this)" href="http://silvermoonfurniture.com/default.aspx" target="_blank">Silver

Moon Furniture</a></p>

<p><a onclick="return top.js.OpenExtLink(window,event,this)" href="http://www.xenyo.com/seotools/verifypagerank.php?url=http://www.newmtntavern.com" target="_blank"><img alt="Google PageRank" src="http://www.xenyo.com/seotools/images/pagerank1seo.gif" width="120" height="46"></a>

<a title="http://www.seoranker.com/" onclick="return top.js.OpenExtLink(window,event,this)" href="http://www.seoranker.com/" target="_blank"><img alt="Alexa PageRank" src="http://www.seoranker.com/showa.php?qk=yd9p71223"></a>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<a onclick="return top.js.OpenExtLink(window,event,this)" href="http://www.xenyo.com/seotools/verifypagerank.php?url=http://www.silvermoonfurniture.com" target="_blank"><img alt="Google PageRank" src="http://www.xenyo.com/seotools/images/pagerank3seo.gif" width="120" height="46"></a>

<a title="http://www.seoranker.com/" onclick="return top.js.OpenExtLink(window,event,this)" href="http://www.seoranker.com/" target="_blank"><img alt="Alexa PageRank" src="http://www.seoranker.com/showa.php?qk=6tcf71223"></a></p>

 

Gary

New Mountain Tavern                               Silver Moon Furniture

Google PageRank Alexa PageRank            Google PageRank Alexa PageRank

Sign up for PayPal and start accepting credit card payments instantly.
05-24-2008 4:14 PM In reply to
Chet Joined on 05-24-2008 Posts 1
Re: Inserting HTML code into your Web site

Hi:

Could you please help this newbie on what must seem a really stupid question?  I've coded some HTML in class, but never on a 'real' website.  A couple questions:

 -  I want to create a menu - or a Link for certain book chapters, e.g., Book - Part One, Book - Part Two, and Book - Part Three  - So, in HTML or XML coding, I would code something like this: 

<a href="../pages/Book/PartOne.html" target="Main">Part One </a> <br />
           <a href="../pages/Book/PartTwo.html" target="Main"><i>Part Two </i></a> <br />          
           <a href="../pages/Book/PartThree.html" target="Main"> Part Three  </a> <br /> 

The above assumes the HTML code is in a directory somewhere.  How do I ====> 1) code the Link and ====> 2) get this HTML coding into MS Office Live where it can be referenced??  The MS Help for HTML coding is next to useless.

Thanks

05-25-2008 3:52 PM In reply to
StudioAllen Joined on 02-08-2008 Dorr, MI Posts 1,893
Re: Inserting HTML code into your Web site

Just paste your code into the HTML module on your page.  Though it would be easier and a better choice in this case just to use the Hyperlink feature simply type your text, select and click the Hyperlink button.

<a href="../pages/Book/PartOne.html" target="Main">Part One </a> <br />
<a href="../pages/Book/PartTwo.html" target="Main"><i>Part Two </i></a> <br />          
<a href="../pages/Book/PartThree.html" target="Main"> Part Three  </a> <br />
 

StudioAllen
Solutions for Office Live How to Verify your site on Google Webmasters!
05-25-2008 3:55 PM In reply to
StudioAllen Joined on 02-08-2008 Dorr, MI Posts 1,893
Re: Inserting HTML code into your Web site

Also, HopeforJoy, you have an extra > at the end of Google Adsense's code.  Plus you have a <! at the beginning of Google Adsense's code that needs to be removed.

StudioAllen
Solutions for Office Live How to Verify your site on Google Webmasters!
Advertisement