Page 6 of 8 FirstFirst ... 45678 LastLast
Results 101 to 120 of 149

Thread: Discussion Topic: Layouts

  1. #101

    Default

    I used to use iframes for some of my sites, and if you know how to integrate it seamlessly, like borderless and la la, it works very well.

    Except for browsers that dont support iframes...

    And faltzer, just wondering if you knew that the pic in your sig has been broken for the past several days. And also I was browsing thru your site and happened to click on the Gold/Silver section and saw that you said G/S was the 3rd generation of games... might wanna fix that.
    Last edited by Trainer Rachel; 10th August 2006 at 9:39 PM.

  2. #102
    Join Date
    Apr 2006
    Location
    Ontario, Canada
    Posts
    525

    Default

    I'm using Dragonfree's first layout on my new website.

    But my problem is the background. I have this:

    background:#FFFFFF;

    and changed it to this:

    background:#http://www.freewebs.com/xd375/background.bmp;

    but it won't work.

    PS: Always been a fan of The Cave of Dragonflies! Keep it up!
    Last edited by XD375; 10th August 2006 at 10:29 PM.
    Pokémon Railway!

    (Banner by Taruta)

  3. #103
    Join Date
    Apr 2006
    Location
    England, UK.
    Posts
    229

    Default

    Its not working because you are doing it wrong, # should always be followed by a number which is the hex code for a colour.

    If you want a image background you need to add differnt HTML, to get the code for your background add <img src="http://urltoimgar.com">.

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

    Default

    Just so you know the link doesn't work. What eewness said seems right...

    I love TCoD too. ^__^
    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. #105

    Default

    Quote Originally Posted by XD375 View Post
    I'm using Dragonfree's first layout on my new website.

    But my problem is the background. I have this:

    background:#FFFFFF;

    and changed it to this:

    background:#http://www.freewebs.com/xd375/background.bmp;

    but it won't work.

    PS: Always been a fan of The Cave of Dragonflies! Keep it up!
    You need to use this:
    HTML Code:
    body {
    background-image: url(http://www.freewebs.com/xd375/background.bmp);
    }
    Also, you'd better use another format for your pics than bmp.

    I think the most important thing about layouts is, that the colors aren't hurting your eyes.
    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

  6. #106

    Default

    Yeah, if you're using paint then save the files in PNG format. You wont lose quality, and they load faster.
    And the link isnt working because of that ; being included in the hyperlink

  7. #107
    Join Date
    Apr 2006
    Location
    Ontario, Canada
    Posts
    525

    Default

    body {
    color:#000000;
    font-family:verdana, sans-serif;
    font-size:10pt;
    background:#FFFFFF;
    margin:0;
    padding:0;
    }

    ^That's what I have.^
    I try putting <I>
    HTML Code:
    body {
    background-image: url([url]http://www.freewebs.com/xd375/background.bmp);[/url]
    }
    in and
    HTML Code:
    <img src="http://www.freewebs.com/xd375/background.bmp">
    but none work. And Paint in Windows 98 can't save anything other than BMP and my parents won't let me install PaintShop Pro or Corel Draw or any of that stuff that just sits there but hardly ever gets used.
    Last edited by XD375; 11th August 2006 at 4:35 PM.
    Pokémon Railway!

    (Banner by Taruta)

  8. #108

    Default

    HTML Code:
    <body background="http://www.freewebs.com/xd375/background.bmp">
    Put that in the "body" section.

  9. #109
    Join Date
    Apr 2006
    Location
    Ontario, Canada
    Posts
    525

    Default

    It is still not working.

    HTML Code:
    body {
    color:#000000;
    font-family:verdana, sans-serif;
    font-size:10pt;
    background:#FFFFFF;
    <body background="http://www.freewebs.com/xd375/background.bmp">
    margin:0;
    padding:0;
    }
    ^That's what I have now.^
    Pokémon Railway!

    (Banner by Taruta)

  10. #110

    Default

    No, after </head> and <body> then put it there.

  11. #111
    Join Date
    Apr 2006
    Location
    Ontario, Canada
    Posts
    525

    Default

    This is what I have for the beginning:

    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;
    }
    Pokémon Railway!

    (Banner by Taruta)

  12. #112

    Default

    Okay, but see where you have </head> in your page? And then <body>? Put the background code right after <body>

  13. #113
    Join Date
    Apr 2006
    Location
    Ontario, Canada
    Posts
    525

    Default

    No. Their is no <body>.
    Look at my last post, you'll see what I mean.
    Pokémon Railway!

    (Banner by Taruta)

  14. #114

    Default

    But I viewed your page source file... as in, on your webpage HTML, you do have a body. Edit that page and you'll see.

  15. #115
    Join Date
    Apr 2006
    Location
    Ontario, Canada
    Posts
    525

    Default

    I have body, not <body>.

    Where do I place it?
    HTML Code:
    body {
    color:#000000;
    font-family:verdana, sans-serif;
    font-size:10pt;
    background:#FFFFFF;
    margin:0;
    padding:0;
    }
    Pokémon Railway!

    (Banner by Taruta)

  16. #116

    Default

    No... here, go to your page, and right click and choose "view page source" you should then see your HTML, and go down after the part you posted, and you should see <body>

  17. #117
    Join Date
    Apr 2006
    Location
    Ontario, Canada
    Posts
    525

    Default

    HTML Code:
    </head>
    <body><body background="http://www.freewebs.com/xd375/background.bmp">
    ^That's what I have.^ It doesn't work.
    Pokémon Railway!

    (Banner by Taruta)

  18. #118

    Default

    It still isnt workin? Man, that's weird... Try getting rid of the first <body> so it just says <body background=blah>

  19. #119
    Join Date
    Apr 2006
    Location
    Ontario, Canada
    Posts
    525

    Default

    No, that's not working either.
    Pokémon Railway!

    (Banner by Taruta)

  20. #120

    Default

    The only other thing I can suggest at the moment is getting rid of the CSS stuff. That might be the problem...

Page 6 of 8 FirstFirst ... 45678 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
  •