UA Home
University Information Technology Services

Editing Your Personal Homepage

Using any text editing program like Notepad on Windows or TextEdit on a Macinthosh, this page will show you how to personalize your homepage using a text editor.

 

The directions below assume you already have a default personal homepage on the U-System. See:

 

Bring your website up in a web browser. It should look something like this example:

 

Example of a default homepage
  • Select "View" from your browser's menu; then select "Source" or "Page Source" to view the html code for your website.
View page source menu
  • Copy and paste the html code into a text editor such as Notepage on a Windows computer or TextEdit on a Macintosh.

    HINT: If you use Internet Explorer on a Windows computer, the html code will open automatically in the Notepad text editor program when you view the page source.
Sample HTML code viewed in Notepad.

Title tag

  • Edit the text that appears between the "title tags" to change the text that appears at the top of the browser screen:
         <title> My Homepage </title>
example title tag

Note:
Changes are not viewable over the internet until they are uploaded to your web server account.

 

 

Save Changes

  • Save your index.html file as a "text document" or "text only" or whatever option your editor offers that will save the file as a plain text file (without any formatting). Make sure the .html extension is not replaced a .txt extension.

Upload to Web Server

  • To make the changes visible over the internet, your index.html file must be copied to your web server account. See:

Additional Information: