Advanced search  

News:

CPG Release 1.6.26
Correct PHP8.2 issues with user and language managers.
Additional fixes for PHP 8.2
Correct PHP8 error with SMF 2.0 bridge.
Correct IPTC supplimental category parsing.
Download and info HERE

Pages: [1]   Go Down

Author Topic: caption text wont wrap  (Read 3265 times)

0 Members and 1 Guest are viewing this topic.

sporkit

  • Coppermine newbie
  • Offline Offline
  • Posts: 16
caption text wont wrap
« on: May 05, 2005, 10:41:08 pm »

http://www.hackthps.com/gallery/displayimage.php?album=1&pos=14

if you take a look at my gallery with mozilla or netscape im sure youll be able to see what i mean.  unless im out of my mind isnt specifing a width on the table supposed to wrap the text in it?

ive dug threw theme.php and changed the proportions manually.  still no luck....

Code: [Select]
<!-- BEGIN img_desc -->
                        <table border="0" width="200" cellpadding="0" cellspacing="0" class="img_caption_table">
<!-- BEGIN title -->
                                <tr>
                                        <th>
                                                {TITLE}
                                        </th>
                                </tr>
<!-- END title -->
<!-- BEGIN caption -->
                                <tr>
                                        <td width="200">

{CAPTION}
                                               
                                        </td>
                                </tr>
<!-- END caption -->
                        </table>
<!-- END img_desc -->

i even went into the css and took out all the width:100%; statements in the img_caption_table styles.  i really have no idea whats going on.  could anybody please help me?
« Last Edit: May 06, 2005, 10:36:26 am by GauGau »
Logged

sporkit

  • Coppermine newbie
  • Offline Offline
  • Posts: 16
Re: caption text wont wrap
« Reply #1 on: May 05, 2005, 11:11:48 pm »

wow, now its working ??? ??? ??? ??? ??? ??? ??? ??? ??? ??? ???

i have no idea why it would work then not.  maybe itll act up again?  the strange part is i tried clearn my cach on both browsers.  or at least i thought i did.   :-\\
Logged
Pages: [1]   Go Up
 

Page created in 0.02 seconds with 19 queries.