Results 1 to 5 of 5

Thread: Website from picture

  1. #1

    Default Website from picture

    I've designed a site in Photoshop something like below,


    So basicly I want the site to look exactly like that, but with Iframes and links.
    where I want 1,2,3 to be links to change the big Iframe, how can I accomplish to get the links and the Iframes where I want them? it's a positioning question I guess...

    edit: I know HTML, and know of CSS (but can't write it myself). So it shouldn't be too difficult or I get lost.
    Last edited by Mithrandir; 01-17-2008 at 23:01.
    Abandon all hope.

  2. #2
    The Black Senior Member Papewaio's Avatar
    Join Date
    Sep 2001
    Location
    Sydney, Australia
    Posts
    15,677

    Default Re: Website from picture

    Our genes maybe in the basement but it does not stop us chosing our point of view from the top.
    Quote Originally Posted by Louis VI the Fat
    Pape for global overlord!!
    Quote Originally Posted by English assassin
    Squid sources report that scientists taste "sort of like chicken"
    Quote Originally Posted by frogbeastegg View Post
    The rest is either as average as advertised or, in the case of the missionary, disappointing.

  3. #3
    The Black Senior Member Papewaio's Avatar
    Join Date
    Sep 2001
    Location
    Sydney, Australia
    Posts
    15,677

    Thumbs up Re: Website from picture

    Then it is a matter of using a table or some other formating.

    For instance from that same website and using tables:

    <table border="1">
    <tr>
    <td><iframe
    src ="/default.asp">
    </iframe>
    </td>
    <td><iframe
    src ="/default.asp">
    </iframe>/td>
    <td><iframe
    src ="/default.asp">
    </iframe>/td>
    </tr>
    </table>

    That would be 3 cells across with the same iframe in each.
    Our genes maybe in the basement but it does not stop us chosing our point of view from the top.
    Quote Originally Posted by Louis VI the Fat
    Pape for global overlord!!
    Quote Originally Posted by English assassin
    Squid sources report that scientists taste "sort of like chicken"
    Quote Originally Posted by frogbeastegg View Post
    The rest is either as average as advertised or, in the case of the missionary, disappointing.

  4. #4
    The Black Senior Member Papewaio's Avatar
    Join Date
    Sep 2001
    Location
    Sydney, Australia
    Posts
    15,677

    Default Re: Website from picture

    This would get a single Iframe on oneside and two on the other:

    <table border="1">
    <tr>
    <th rowspan="2"><iframe
    src ="/default.asp">
    </iframe></th>
    <td><iframe
    src ="/default.asp">
    </iframe></td>
    </tr>
    <tr>
    <td><iframe
    src ="/default.asp">
    </iframe></td>
    </tr>
    </table>
    Our genes maybe in the basement but it does not stop us chosing our point of view from the top.
    Quote Originally Posted by Louis VI the Fat
    Pape for global overlord!!
    Quote Originally Posted by English assassin
    Squid sources report that scientists taste "sort of like chicken"
    Quote Originally Posted by frogbeastegg View Post
    The rest is either as average as advertised or, in the case of the missionary, disappointing.

  5. #5

    Default Re: Website from picture

    Thx Pape but with tables you never have the freedom to get the elements exactly where you want, and I get lost when I want to edit something after a while because of all the tags.

    But I managed, CSS isn;t that hard after all.
    Abandon all hope.

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Single Sign On provided by vBSSO