Jump to content

web page repositioning


AccessShell

Recommended Posts

I wrote a simple html page with text.  When I open a new tab the page displays correctly.  If I set the browser start page to the code, the text displays and very quickly repositions itself. 

Quote

<!DOCTYPE html>
<html>
  <head>
    <title>My Web Page!</title>
  </head>
  <body>
   <h1>        </h1>
   <h1>  <font color="blue"> <center> My Personal Home Page when using Internet Explorer 11   </center> </font></h1>
   <br>        </br>

 </body>
</html>

Quote

 

Can anyone explain what is happening and how to correct it.

Thanks

Link to comment
Share on other sites

I changed my code as recommended by the admin.  The new code is as follows

Quote

<!DOCTYPE html>
<html>
 <head>

<body>
     <br>        </br>
     <div style="color:blue;text-align:center;font-size:30pt";font-family: Arial, Helvetica, sans-serif;>     
    My Personal Home Page when using Internet Explorer 11
     <br>        </br>
 
    </div>

</head>
<body>

</html>

Quote

 

The same repositioning occurs as before.

I tried to follow css standards.

 

Link to comment
Share on other sites

  • 1 month later...

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
×
×
  • Create New...