Replies

Oct 4, 2011 14 years ago
Gazgath
made a living
User Avatar

I'm trying to get a striped background throughout my profile, but I can't get it to repeat throughout, only across.

Can anyone look at my code and help?

<style> body { background-color: ; background-image: url(http://img.photobucket.com/albums/v158/Demorg/Subeta/black_stripes_design_10.jpg); background-position: left top; height: 218px; width: 253px; overflow: hidden; background-repeat:; } </style>

[tot=Demorg]

Oct 4, 2011 14 years ago
asterisk
User Avatar

background-repeat:;

should be

background-repeat:repeat;

[edit] Oops sorry didn't realize you already figured it out!

*~*MiDnIgHtShAdOw*~*
Join Style-File!

Oct 4, 2011 14 years ago
Gazgath
made a living
User Avatar

Thanks anyway! :)

[tot=Demorg]

Please log in to reply to this topic.