Hi All,
I was wondering if anyone would know if there is a way to "word-wrap" the NETQUOTEVAR:SECTIONNAME variable. Some of my section names are quite long and thus make the frame that I have around it wider in some cases than the picture. If I could word wrap them I would be able to manage having the boxes only as wide as the image. I seemed to have figured out how to get it to word wrap by setting the TD width=10 in Act_SectionLine, but I am going bald trying to figure out how to get it to "center" in the box.
The line now reads:
Even when I change the code to read:
It still ends up:
Earrings
Brooches
Thanks
Eagle
I was wondering if anyone would know if there is a way to "word-wrap" the NETQUOTEVAR:SECTIONNAME variable. Some of my section names are quite long and thus make the frame that I have around it wider in some cases than the picture. If I could word wrap them I would be able to manage having the boxes only as wide as the image. I seemed to have figured out how to get it to word wrap by setting the TD width=10 in Act_SectionLine, but I am going bald trying to figure out how to get it to "center" in the box.
The line now reads:
Code:
<TD WIDTH=10 ALIGN="CENTER" VALIGN="TOP"> <A HREF="NETQUOTEVAR:SECTIONLINK">NETQUOTEVAR:SECTIONIMAGE</A><BR> <A HREF="NETQUOTEVAR:SECTIONLINK">NETQUOTEVAR:SECTIONNAME</A> <br><span class="actxsmall">NETQUOTEVAR:SECTIONTEXT</span> </TD>
Code:
<TD WIDTH=10 ALIGN="CENTER" VALIGN="TOP"> <A HREF="NETQUOTEVAR:SECTIONLINK">NETQUOTEVAR:SECTIONIMAGE</A><BR> <A HREF="NETQUOTEVAR:SECTIONLINK"><center>NETQUOTEVAR:SECTIONNAME</center></A> <br><span class="actxsmall">NETQUOTEVAR:SECTIONTEXT</span> </TD>
Earrings
Brooches
Thanks
Eagle
Comment