wolfi1412
08-24-2004, 10:48 PM
hello. I'm stuck in making a layout for my guild, it's a new one... well, I know how to make it into a background and layout, but then.. the image repeats, and I don't want it to repeat, so how to do that? so I guess that's all...
Temiko
08-25-2004, 09:03 AM
I suppose you mean that the background repeats. To stop it from repeating, you need to use CSS instead of HTML.
<style type="text/css">
body {background-image: url(linktourlhere) no-repeat;}
</style>
x0xkayLa
08-27-2004, 10:46 PM
if you mean the guild layout is repeating then all you have to do is adjust the width and height or the image. you probably made the width and height bigger than the image.