Jump to content

Mark

Members
  • Posts

    3
  • Joined

  • Last visited

Posts posted by Mark

  1. I have the below code in a page of my website. All appears to work fine, except the centering of the hfer link in the last heading.
    The centralization of the other headers works fine.
    Does this mean that because I have a href link that i have to change code. Have tried a number of options but nothing seems to work?
    Any advise appreciated.
    <%@ Language="VBScript" %>
    <!DOCTYPE html>
    <html lang="en">
    <head>
    <link href="Site.css" rel="stylesheet">
    <title>Welcome</title>
    </head>
    <body>
    <br>
    <br>
    <br>
    <br>
    <br>
    <br>
    <h1 style ="text-align:center;font-size: 400%;color: #808080;background-size: auto;
    background-color: #000;background-position: center">
    Welcome to SimpleSheet 101</h1>
    <br>
    <br>
    <br>
    <h2 style ="text-align:center;font-size: 300%;color: #000;">
    The No:1 Home Budget Management Tool</h2>
    <br>
    <br>
    <br>
    <h3<b><a href="Default.cshtml" style ="text-align:center;font-size: 200%;color: #000;text-align: right">
    Please Click here to enter site</a></b></h3>
    </body>
    </html>
  2. As a new kid on the block, can any one tell me if this include tag works in webmatix 3.

     

    I have copied and pasted as part of one of the W3school tutorials, but, whilst everything else works as expected, the footer is not being called?

     

    Many thanks

     

    Mark...

    • Like 1
×
×
  • Create New...