HTML question
I am trying to customize my pop-up bubbles and I keep running into the same problem. After my title header I would like 5 spaces to put information (not links). Now, the template I copied already had one space for "description," which looks like this:
<tr><td><p class="template_block">{Description:text:Click to set the description}</p></td></tr>
I think this looks good, but when I try to repeat this code 4 more times (because I would like 5 spaces for more information) the outputs just repeat themselves and duplicate the lowest of the 5 spaces.
I am sorry if my explanation does not make a lot of sense, I am trying to figure the html out as I go, clearly I am missing something simple.
Thank you to anyone who can help me out,
I also attached the whole template file (bublehtml.rtf) in case anyone wants to glance at that quickly.
I would be willing to bet someone can answer this really quickly though.
Thanks
Comments are currently closed for this discussion. You can start a new one.
Support Staff 2 Posted by Alison Alvarez on 03 Nov, 2010 06:45 PM
Hmm...I don't see the rtf in question.
Are you varying the names of each slot? Your initial code looks correct, but if you repeat it exactly that way without varying the slot name ("Description" in the "Description:text:Click to set the description" part above) Insight will think you're asking for the same thing from the dataset repeatedly. Try replacing "Description" a different attribute name.
3 Posted by James on 03 Nov, 2010 07:18 PM
Perfect. Thank you very much.
Alison Alvarez closed this discussion on 03 Nov, 2010 08:52 PM.