paul41598
06-14-2005, 09:41 AM
Like in another post of mine, Im putting little graphics on the top of my modules. Kind of like I had on my old homepage that I want to continue to do.
THe first screenshot is a shot of how they look and should look. The second screenshot, is a problem Im running into with the active topics of the day. There are 5 little icons that duplicated. There should be only 1. It did it because I have 5 threads pulling to the homepage. Im not sure why it did this though.
The code I use for these graphics is: (at the top of each template)
<div style="position:relative; top:7px; left:5px; width:100px; z-index:1; margin-bottom: -30px;">
<img src="topics-icon.gif" width="33" height="33"></div>
It works for all my modules it seems except this one so far. Anyone have any ideas?
THe first screenshot is a shot of how they look and should look. The second screenshot, is a problem Im running into with the active topics of the day. There are 5 little icons that duplicated. There should be only 1. It did it because I have 5 threads pulling to the homepage. Im not sure why it did this though.
The code I use for these graphics is: (at the top of each template)
<div style="position:relative; top:7px; left:5px; width:100px; z-index:1; margin-bottom: -30px;">
<img src="topics-icon.gif" width="33" height="33"></div>
It works for all my modules it seems except this one so far. Anyone have any ideas?