Results 1 to 3 of 3
  1. #1
    Join Date
    Jun 2005
    Location
    Scotland
    Posts
    529
    Tokens
    0

    Default my **** up... help pls

    http://www.ciaran.vibe-host.com/comingsoon

    what do i need to change to make this work?

  2. #2
    Join Date
    Dec 2005
    Location
    Australia
    Posts
    693
    Tokens
    0

    Default

    Um, save it as a html file..? O_o

    Are you talking about something in the source code, or why the page won't show up, and the source does instead?

  3. #3
    Join Date
    Dec 2005
    Location
    Australia
    Posts
    693
    Tokens
    0

    Default

    (Double posting because I can't edit my post - which is quite stupid to do. Not allow double posting, but also disallow editing after x minutes, der.)

    Also,
    HTML Code:
    <body>
    <p align="center"><img src="mysitebanner1.png" width="500" height="150" alt=";o" /></p>
    <p align="center" class="style1">Yep, coming soon (very soon) is a new site, made by moi from scratch!</p>
    <p align="center" class="style1">&nbsp;</p>
    <p align="center" class="style1">Soh... You can leave now.</p>
    <p align="center" class="style1">&nbsp;</p>
    <p align="center" class="style1">-Ciaran =] </p>
    </body>
    Should be;
    HTML Code:
    <body>
    <p align="center" class="style1"><img src="mysitebanner1.png" width="500" height="150" alt=";o" /><br />
    Yep, coming soon (very soon) is a new site, made by moi from scratch!<br />
    &nbsp;<br />
    Soh... You can leave now.<br />
    &nbsp;<br />
    -Ciaran =] </p>
    </body>
    And the opening tag for body on the 2nd line needs to be removed.

    XHTML, CSS, AJAX, JS, php, MySQL.

    --

    HxF moderators can't read timestamps.

Posting Permissions

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