Results 1 to 2 of 2

Thread: Html help please

  1. #1
    angelln Guest

    Arrow Html help please

    Hi All

    I need some help with the following html coding:
    Code:
    <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
    
    <!-- MagicComment: MVTimeout -->
    
    <html xmlns="http://www.w3.org/1999/xhtml">
    <head>
    <title>Untangle Login</title>
    <script type="text/javascript">if (top.location!=location) top.location.href=document.location.href;</script>
    <style type="text/css">
    /* <![CDATA[ */
    @import url(/images/base.css);
    /* ]]> */
    </style>
    </head>
    <body>
    <div id="main" style="width: 500px; margin: 50px auto 0 auto;">
     <div class="main-top-left"></div><div class="main-top-right"></div><div class="main-mid-left"><div class="main-mid-right"><div class="main-mid">
     <!-- Content Start -->
    
          <center>
            <img alt="" src="/images/BrandingLogo.gif" /><br />
    
            <b></b><br/>
    
            Untangle Login
    
            <div style="margin: 0 auto; width: 250px; padding: 40px 0 5px;">
    
            <form method="post" action="/auth/login?url=/setup/welcome.do&amp;realm=Administrator">
              <table><tbody>
                <tr><td style="text-align:right">Server:</td><td><em>&nbsp;localhost</em></td></tr>
                <tr><td style="text-align:right">Username:</td><td><input id="username" type="text" name="username" value="admin"/></td></tr>
                <tr><td style="text-align:right">Password:</td><td><input id="password" type="password" name="password" /></td></tr>
              </tbody></table>
              <br />
              <div style="text-align: center;"><button value="login" type="submit">Login</button></div>
            </form>
    
            <script type="text/javascript">document.getElementById('password').focus();</script>
    
            </div>
          </center>
    
    
     <!-- Content End -->
     </div></div></div><div class="main-bot-left"></div><div class="main-bot-right"></div>
     <!-- Box End -->
    </div>
    </body>
    </html>
    What I need to know is how can I change the title. I cant seem to find the file contaning the html coding that i posted above. the way i found this coding was 'right clicked the web page and clicked on view source'
    The code that I marked in red seems to be the "file"(welcome.do) that contains this code, but i cant seem to find the file.

    Please, any help will be appreciated

    Best regards

  2. #2
    Join Date
    Dec 2008
    Posts
    21
    What kind of access do you have to the files? Are you connecting using FTP? Or do you have a network drive mount? If you have some kind of terminal access (on a Linux host), you could run a grep to find the <title> tag somewhere.

Similar Threads

  1. What are HTML tags?
    By gilbertsavier in forum Tutorials
    Replies: 1
    Last Post: 09 Sep 2009, 10:25 AM
  2. Getting started with HTML
    By gilbertsavier in forum Tutorials
    Replies: 0
    Last Post: 04 Aug 2009, 04:40 AM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •