
05-29-2005, 10:17 AM
|
 |
|
|
Join Date: Sep 2003
Location: Behind you
Posts: 2,779
Благодарил(а): 0 раз(а)
Поблагодарили:
0 раз(а) в 0 сообщениях
|
|
Quote:
Originally Posted by tomshawk
Hi the_geek
I hope you can help
In your image attachments and on your demo the yellow box looks good, but
http://www.tech-unity.com/forums/showthread.php?t=5784
Notice how the text wraps around every word on the first autolink.
I set this catagory up as a Popup with Title replacement, using the replacement you gave in your install file
Code:
<a href='$gal_link' target='_blank' class='DEF' onmouseover='GAL_popup(this,"$gal_offset", $gal_width, "$gal_box_style", "$gal_description", "$gal_description_style", "$gal_title", "$gal_title_style");' onmouseout='GAL_hidepopup();'>$gal_text</a>
I tryed the Popup without Title replacement and got the same results.
I want the box to expand to the carraige return.
Did I miss something? I've searched through this thread to no avail.
Any help would be greatly appriciated.
Thank you
|
Check the width property. If its too low, the text will wrpa. The other thing you could do is reduce your fontsize or turn off word wrapping via the css style.
|