lorrie
Full Member
iff it isnt broken - break it ayway
Posts: 630
inherit
19271
0
Jan 20, 2015 12:23:44 GMT -8
lorrie
iff it isnt broken - break it ayway
630
January 2004
lvherbs
|
how to
Mar 18, 2011 12:08:51 GMT -8
Post by lorrie on Mar 18, 2011 12:08:51 GMT -8
when i add this on my forum i55.tinypic.com/5a2x03.gifas a back ground logo it only appears down the centre of the board is there a way to make it cover the who board/screen
|
|
inherit
119089
0
Dec 17, 2018 19:23:50 GMT -8
Archey
428
February 2008
reece
|
how to
Mar 18, 2011 19:51:38 GMT -8
Post by Archey on Mar 18, 2011 19:51:38 GMT -8
add this to your header
<style type="text/css"> background-image: url('http://i55.tinypic.com/5a2x03.gif'); background-repeat: xy; </style>
|
|
inherit
134992
0
May 26, 2012 2:38:57 GMT -8
SubDevo
Creator of LSD...
3,861
December 2008
subdevo
|
how to
Mar 19, 2011 13:12:39 GMT -8
Post by SubDevo on Mar 19, 2011 13:12:39 GMT -8
Change background-repeat: xy; to background-repeat: repeat;
Since, your image is repeating vertically and only down the center, then you must have some CSS already in there. You may not need the above code, but just need to change your current CSS instead. Post your forum link so someone can take a look at your code.
|
|