• Hi all. We have had reports of member's signatures being edited to include malicious content. You can rest assured this wasn't done by staff and we can find no indication that the forums themselves have been compromised.

    However, remember to keep your passwords secure. If you use similar logins on multiple sites, people and even bots may be able to access your account.

    We always recommend using unique passwords and enable two-factor authentication if possible. Make sure you are secure.
  • Be sure to join the discussion on our discord at: Discord.gg/serebii
  • If you're still waiting for the e-mail, be sure to check your junk/spam e-mail folders

Discussion Topic: Layouts

Trainer Rachel

Let's do it!
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:

XD375

Shane
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:

BlueEew

PokeProject - GO!
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">.
 

AgentChronon

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

I love TCoD too. ^__^
 

Virtual Headache

*~*~*~*~*~*~*~*~*
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:
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.
 

Trainer Rachel

Let's do it!
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
 

XD375

Shane
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:
body {
background-image: url([url]http://www.freewebs.com/xd375/background.bmp);[/url]
}
in and
HTML:
<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:

XD375

Shane
It is still not working.

HTML:
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.^
 

XD375

Shane
This is what I have for the beginning:

HTML:
<!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;
}
 

XD375

Shane
No. Their is no <body>.
Look at my last post, you'll see what I mean.
 

XD375

Shane
I have body, not <body>.

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

Trainer Rachel

Let's do it!
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>
 

XD375

Shane
HTML:
</head>
<body><body background="http://www.freewebs.com/xd375/background.bmp">

^That's what I have.^ It doesn't work.
 
Top