Page 7 of 8 FirstFirst ... 5678 LastLast
Results 121 to 140 of 149

Thread: Discussion Topic: Layouts

  1. #121
    Join Date
    Apr 2006
    Location
    Ontario, Canada
    Posts
    525

    Default

    I'll try rewriting the whole HTML script.
    Pokémon Railway!

    (Banner by Taruta)

  2. #122

    Default

    HTML Code:
    <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
    <html>
    <head>
    <title>The Pokémon Forest! Created By XD375!</title>
    <style type="text/css">
    body {
    color:#000000;
    font-family:verdana, sans-serif;
    font-size:10pt;
    background:#FFFFFF;
    margin:0;
    padding:0;
    background-image: url(http://www.freewebs.com/xd375/background.bmp);
    }
    That's just the beginning, not a complete page.
    Please do me a favour and join PI^^
    My PM box is full (and I won't empty it anytime soon) so if you have something you want to tell me you can also contact me
    there

  3. #123

    Default

    ^Yeah, he had the whole HTML script on the page (I checked the HTML source) but he just didn't post it all.

  4. #124
    Join Date
    Jun 2006
    Location
    RIGHT BEHIND YOU!!!
    Posts
    15

    Default

    It occurs to me that maybe we should go back to discussing layouts.

    Faltzer's is awesome. ^__^
    It's my site, fear it.

    Less than %.001 of all people on Serebii are named AgentChronon. If you are one of that %.001 percent, copy and paste this into your sig (started by AgentChronon)

    Buoysel= awesome. It will always be that way. Forever. If you think you are a bigger Buoysel fan than me, PM me and I will correct you.

  5. #125
    Join Date
    Oct 2005
    Location
    England.
    Posts
    819

    Default

    XD375, try it with just the background.bmp rather than the whole URL.
    soup.

  6. #126
    Join Date
    Sep 2005
    Location
    0x3A28213C
    Posts
    295

    Default

    And XD375, don't use bitmap images on your site. They are massive files and take an awfully long time to load on pages that are received over a dial-up connection.

    Use PNG or GIF instead for web graphics.
    Last edited by Magma Leader Maxie; 15th August 2006 at 12:04 PM.

    [PI Forums|Magma HQ|Kikkoman!]
    Teal'c: Are you considering the same tactic as I?
    O'Neill: Teal'c, the cliché is "are you thinking what I'm thinking". And the answer is "yes".

  7. #127
    Join Date
    Jun 2006
    Location
    RIGHT BEHIND YOU!!!
    Posts
    15

    Default

    Gif messes up in Paint, so use PNG. PNGs rule!
    It's my site, fear it.

    Less than %.001 of all people on Serebii are named AgentChronon. If you are one of that %.001 percent, copy and paste this into your sig (started by AgentChronon)

    Buoysel= awesome. It will always be that way. Forever. If you think you are a bigger Buoysel fan than me, PM me and I will correct you.

  8. #128
    Join Date
    Sep 2005
    Location
    The Temple of the Kings
    Posts
    193

    Default

    Yo XD375 u said that u wrote
    <body><body background="http://www.freewebs.com/xd375/background.bmp">
    right, well im not sure but i dont think there should be a body tag then rite after that a body background tag. I believe it should just be <Body Background="http://www.freewebs.com/xd375/background.bmp"> and if that doesnt work, i have a feeling there is a problem with how u are getting the image onto the website. Maybe a small mistake like u forgot to add Url or something small and u didn't notice it, but i can't thhink of any mistakes.
    ^
    Credit goes to Me!!!!

        Spoiler:

  9. #129

    Default

    are we allowed yo reuest a layout here? because if we are i request a diamond and pearl or a latios themed layout, just need the outline i want:
    left nav right nav quick links (like serebii) just leave the links blank as link and i will add them in.
    Thanks.
    My sites layout is rubbish

  10. #130
    Join Date
    Sep 2006
    Location
    Portugal
    Posts
    6

    Default

    I don't think anyone is patient enough to make you a layout. Just google for a free one/tutorial.

    Be sure to drop by The Sun Shrine, my site ^^.

  11. #131
    Join Date
    May 2006
    Location
    New York, USA
    Posts
    87

    Default

    Well since this conversation dropped off the face of the earth I might as well attempt to revive it...

    I prefer Web 2.0 layouts. While dark is nice and easy on the eyes, it gets old after a while and extremely annoying. Personally, I can't stand Serebii's layout...Oh how I would love to give this site a makeover

    Anyway, that's just me. Any other opinions out there, or is this forum just dead?


    Web Designer; Administrator of Wintendo (The Nintendo Gaming Site)

  12. #132
    Join Date
    Sep 2007
    Posts
    0

    Default

    No frames, good graphics(not drawn crappily in paint), neat, and not eye hurting.

  13. #133
    Join Date
    Oct 2006
    Location
    Land Down Under
    Posts
    303

    Default

    I do simple, to the point layouts with simple Ajax effects for my sites.Things that are easy to find your way around, and that nice PHP include() function for DHTML menus. I do quite a bit of complex coding in the Ajax/DHTML areas, but make the layout as simple as possible. I am not a big fan of Web 2.0 layouts, but am starting to get used to them.

    BP

  14. #134
    Join Date
    Jul 2006
    Location
    Listening to Punk Rock
    Posts
    759

    Default

    I have a question:

    When you make a layout take up the whole screen, what happens to the background colour/image?
    And baby, if I choke things down for a second
    Then maybe I can starve this tragedy

    Quote Originally Posted by The Reverend A_K View Post
    What are you, daft? Since when does Shuckle need an item?

  15. #135
    Join Date
    Oct 2006
    Location
    Land Down Under
    Posts
    303

    Default

    Well, generally the background image will continually repeat itself.

    Though you can set background-repeat to repeat-x, repeat-y or none

    BP

  16. #136
    Join Date
    Jul 2006
    Location
    Listening to Punk Rock
    Posts
    759

    Default

    I know it will repeat but I'm wondering, would I be able to see it or not when the layout takes up the whole screen.
    And baby, if I choke things down for a second
    Then maybe I can starve this tragedy

    Quote Originally Posted by The Reverend A_K View Post
    What are you, daft? Since when does Shuckle need an item?

  17. #137
    Join Date
    Oct 2006
    Location
    Land Down Under
    Posts
    303

    Default

    You mean when you but stuff on top of it? Well, solid objects will cover the background.

    Divs are transparent by default, and any other elements (including divs) can be made transparent by using the filter markup in CSS.

    I am not sure what you mean,

    BP

  18. #138
    Join Date
    Jul 2006
    Location
    Listening to Punk Rock
    Posts
    759

    Default

    I'm asking this:

    If I make the layout cover the whole screen (like Serebii's) would I be able to see the background images (say a blue and red check pattern) or would I only be able to see the background colour of the left and right nav bars and the content?
    And baby, if I choke things down for a second
    Then maybe I can starve this tragedy

    Quote Originally Posted by The Reverend A_K View Post
    What are you, daft? Since when does Shuckle need an item?

  19. #139
    Join Date
    Oct 2006
    Location
    Land Down Under
    Posts
    303

    Default

    I answered your question...

    You will only be able to see background if the object on top of it is transparent.

    Like Serebii, for example, the background is a shade of black, but the nav bars cover it up, though as the div containing the main content is transparent, you can see the black behind it.

    BP

  20. #140
    Join Date
    Jul 2006
    Location
    Listening to Punk Rock
    Posts
    759

    Default

    OK. Thanks. I think I got a little confused with what you said. Thanks!
    And baby, if I choke things down for a second
    Then maybe I can starve this tragedy

    Quote Originally Posted by The Reverend A_K View Post
    What are you, daft? Since when does Shuckle need an item?

Page 7 of 8 FirstFirst ... 5678 LastLast

Posting Permissions

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