I'm currently using <hr> as my product divider
Is there a way of using an repeated image to do this?
I confess I don't know much about the <hr> so I'm not sure how to replace it with something else.
I've googled it a bit and come up with some sites where people seem to have done it using (complicated looking) CSS but I can't seem to get any of their methods to work successfully for me
Has anyone here managed it?
Is there a simple way of doing it using html rather than CSS?
All the methods I'm trying seem to be giving me a "blank" placeholder but not displaying my image (which I have put in my site1 folder)
Thanks
ok..editted (again) to add the page I'm trying to work with
http://www.jesterstrickbits.co.uk/ac...ack_Bikes.html
I've used
and I have added the hr.gif image to my site folder but I just can't get it to display
Is there a way of using an repeated image to do this?
I confess I don't know much about the <hr> so I'm not sure how to replace it with something else.
I've googled it a bit and come up with some sites where people seem to have done it using (complicated looking) CSS but I can't seem to get any of their methods to work successfully for me
Has anyone here managed it?
Is there a simple way of doing it using html rather than CSS?
All the methods I'm trying seem to be giving me a "blank" placeholder but not displaying my image (which I have put in my site1 folder)
Thanks
ok..editted (again) to add the page I'm trying to work with
http://www.jesterstrickbits.co.uk/ac...ack_Bikes.html
I've used
Code:
<hr style="background-image: url(hr.gif); height:15px;">
Comment