Replies

Jul 23, 2009 16 years ago
Arwen_1000
made a living
User Avatar

How can I get a background picture to appear on my profile page without covering any of my info, or repeating? I'm also trying to put a picture on the top of my shop page and can't figure out how...

Jul 24, 2009 16 years ago
Sammii
is a sun worshipper
User Avatar

body, html { background: url(IMAGEURL) no-repeat; }

In between style tags. :)

Jul 24, 2009 16 years ago
Arwen_1000
made a living
User Avatar

um, not sure what you mean by "in between style tags".

Jul 24, 2009 16 years ago
Sammii
is a sun worshipper
User Avatar

Quote by Arwen
um, not sure what you mean by "in between style tags".

<style> body, html { background: url(IMAGEURL) no-repeat; } </style>

That.

Jul 24, 2009 16 years ago
Arwen_1000
made a living
User Avatar

oh...gotcha! It works! Thanks for your help. :D

Jul 25, 2009 16 years ago
Sammii
is a sun worshipper
User Avatar

You're welcome. :D

Please log in to reply to this topic.