Results 1 to 2 of 2

Thread: Web Design Help

  1. #1
    talentin Guest

    Web Design Help

    I Would like to hear from any lagitament freelance web designers or a web design company that can tell me the below

    I would like to know if you can tell me the PHP code for putting -

    web site under construction with a email link to my email address on my domain hosting to show up on my domain address how would I do this or could you do it for me?

    I need a web site done for me in a few weeks anyone helping me now will get the web design work.

    I look forward to earing from you

    Regards


    Shaun

  2. #2
    Join Date
    Apr 2009
    Location
    Bristol, U.K.
    Posts
    1,120
    Hi Shaun. You don't need PHP for that. Simply create a single HTML page and name it 'index.html'. Then you can use HTML text for the rest. Here is a page idea for you;

    Code:
    <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
    <html xmlns="http://www.w3.org/1999/xhtml">
    <head>
    <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
    <title>Under Construction</title>
    <style type="text/css">
    <!--
    #wrapper {
    	width: 600px;
    	margin: 200px auto 50px auto;
    }
    body {
    	font-family: Arial, Helvetica, sans-serif;
    	text-align: center;
    }
    .large {font-size: 24px;}
    -->
    </style>
    </head>
    
    <body>
    <div id="wrapper"><span class="large">This website is currently under construction.</span><br />
      <br /> 
    Check back in a few weeks to see the finished site. If you need to contact us then mail: <a href="mailto:sample@sample.com">sample@sample.com</a></div>
    </body>
    </html>
    You will need to replace the sample e-mail address references with your own.

    Fairly quick and dirty but will do the job. Hope that helps


    "Reliable and affordable web design - Bristol, UK"

    Website Links: Bristol Web Design | Bristol IT Support | Corrosive Online
    Social Media for Yoto Creative: Follow Us | Like Us

Similar Threads

  1. Replies: 0
    Last Post: 27 Jul 2009, 03:43 PM
  2. Replies: 0
    Last Post: 27 Jul 2009, 03:39 PM
  3. Sri Lanka Web Design new technology for web design
    By srilankaweb in forum Website Design Reviews
    Replies: 0
    Last Post: 05 Jun 2007, 12:00 PM

Posting Permissions

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