Results 1 to 3 of 3

Thread: Help

  1. #1
    Join Date
    Feb 2006
    Location
    Sunderland
    Posts
    5,027
    Tokens
    1,306

    Latest Awards:

    Default Help

    Okay, so I got this tutorial off a site how to make expandable's.

    here's my code;

    HTML 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>
    <style type='text/css'>
    .content_box{
         width: 180px;   /* Change this to the width of your images */
         background: #FFF url(contentmiddle.gif) repeat-y;   /* Change this URL to the URL of your image */
         padding:0;
    }
    .content{
         padding: 10px;
        color: #26313D;
    }
    </style>
    
    <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
    <title>This is a test</title>
    </head>
    
    <body>
    <div class='content_box'>
    <div><img src='contenttop.gif' alt='' /></div>
    <div class='content_box'>This is the content box tutorial brought to you by tutorialfx.com.<br /><br />This box will keep stretching as content is added.</div>
    <div><img src='contentbottom.gif' alt='' /></div>
    </div>
    </body>
    </html>


    I've uploaded it to my cpanel and all but it just comes up with the text and no images when i go to index.html

    Any help?
    +rep rewarded


  2. #2
    Join Date
    Dec 2006
    Location
    Swindon
    Posts
    3,299
    Tokens
    215
    Habbo
    dunko

    Latest Awards:

    Default

    Upload the images

  3. #3
    Join Date
    Feb 2006
    Location
    Sunderland
    Posts
    5,027
    Tokens
    1,306

    Latest Awards:

    Default

    I have uploaded the images.

    EDIT; sorted out code
    Thread closed
    Last edited by Andys; 03-03-2007 at 07:49 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
  •