|
|
#1 |
|
Golden Master
Join Date: Feb 2005
Location: usa
Posts: 6,417
|
I simply want to make a small image repeat accross the X axis. I know where to park the call in the template to make it show where I want it. For some reason it won't repeat.
ARRGGGG!!!. It's got to be something simple. It always is...
__________________
animeappeal.com is offline due to hosting issues. Hopefully I'll have it back up soon. Stay tuned... |
|
|
|
|
|
#2 |
|
Solid State Member
Join Date: May 2011
Posts: 18
|
Could you show me what you have? All you will need is a loop and in that output the HTML.
PHP Code:
|
|
|
|
|
|
#3 |
|
In Runtime
Join Date: Oct 2006
Posts: 206
|
for HTML, this could be a lot easier
Code:
<style type="text/css">
#myDiv
{
background: url(myImage.jpg) repeat-x 0 0;
height: 100px;
}
</style>
<div id="myDiv"></div>
__________________
// twitter.com/7D8 | methodcity.com |
|
|
|
|
|
#4 | |
|
Solid State Member
Join Date: May 2011
Posts: 18
|
Quote:
|
|
|
|
|
|
|
#5 | |
|
In Runtime
Join Date: Oct 2006
Posts: 206
|
Quote:
|
|
|
|
|
![]() |
| Thread Tools | Search this Thread |
| Display Modes | |
|
|