Page 1 of 2 12 LastLast
Results 1 to 10 of 19
  1. #1
    JoeComins Guest

    Default Grand Designs Layout - 1 - 19102005


  2. #2
    Join Date
    Aug 2004
    Location
    bristol
    Posts
    3,799
    Tokens
    0

    Latest Awards:

    Default

    Try to not use so many images, the background could of just been a small tiled image.
    kinda quit.

  3. #3
    JoeComins Guest

    Default

    I no, but I don't know how to code on NotePad, so I use ImageReady. It culd ust be a 8x8 pxl image tiled for the background.

  4. #4
    Join Date
    Dec 2004
    Location
    =] -
    Posts
    1,175
    Tokens
    0

    Latest Awards:

    Default

    i like it mainly cuz i cant do those things lol

  5. #5
    Join Date
    Aug 2004
    Location
    bristol
    Posts
    3,799
    Tokens
    0

    Latest Awards:

    Default

    To tile an image on the page you put this code between your head tags.

    HTML Code:
    <style>
    body {
    background-image: url()
    }
    </style>
    You put the address of the image between the brackets, so it would be like:

    HTML Code:
    <style>
    body {
    background-image: url(Image address here)
    }
    </style>
    kinda quit.

  6. #6
    JoeComins Guest

    Default

    I no how to do that. What do you take me for?

    I just dont no hw to code properly. Weather you need to save the images seperatly, or altogther, or what to do. I n HTML and small amunts of PHP

  7. #7

    Default

    Joe thats looking good, maybe you could use that for a small portfolio site

  8. #8
    Join Date
    Aug 2004
    Location
    UK
    Posts
    11,283
    Tokens
    2,031

    Latest Awards:

    Default

    Quote Originally Posted by JoeComins
    I no how to do that. What do you take me for?

    I just dont no hw to code properly. Weather you need to save the images seperatly, or altogther, or what to do. I n HTML and small amunts of PHP
    Then u dont realy know that. anyone who can do html can make a layout, its simply applitoion of the html "/

  9. #9
    Join Date
    Nov 2004
    Posts
    1,221
    Tokens
    0

    Latest Awards:

    Default

    Not bad, I don't like the swirls on the guys head though. But I think 8/10.

  10. #10
    Join Date
    Aug 2004
    Location
    bristol
    Posts
    3,799
    Tokens
    0

    Latest Awards:

    Default

    Quote Originally Posted by JoeComins
    I no how to do that. What do you take me for?

    I just dont no hw to code properly. Weather you need to save the images seperatly, or altogther, or what to do. I n HTML and small amunts of PHP
    Not all layouts in HTML have to be made up of images, where I could in my layout I used CSS with DIVs.
    If you have a layout which uses lots of images, you have to slice the images and then insert them into your HTML. You can insert the images into tables, and this site http://www.slicingguide.com/ explains how to do that.
    kinda quit.

Page 1 of 2 12 LastLast

Members who have read this thread: 0

There are no members to list at the moment.

Posting Permissions

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