PDA

View Full Version : Comment field not wrapping text?


srumelhart
02-20-2006, 09:24 PM
Howdy everyone. I am currently using the 1.5 beta version of Pixelpost and I really like it. But...I have a small problem :(. I am using the Buzznet template and when people put in comments and do not use the enter key the text when posted does not wrap. For an example see my latest picture:

http://www.rumelhart.com/Pixelpost/index.php?showimage=7

What do I need to do to make the comments that are placed below the picture wrap text properly, like the picture text and comments on the side do?

Sean

srumelhart
02-20-2006, 09:34 PM
Oh, I forgot the admin general info page, here it is:

GENERAL INFO
Pixelpost Version
You are running version 1.5Beta of Pixelpost, December 2005.
Latest pixelpost version: Check
Looking for help or want to give feedback, please step into pixelpost forum.:
www.pixelpost.org/forum/

Host Information
URL http://www.rumelhart.com/Pixelpost/admin/index.php
PHP-version 4.3.6 (Pixelpost's min requirement: PHP version: 4.3.0 )
MySQL version 4.1.10a (Pixelpost's min requirement: MySQL: 3.23.58 )
GD-lib bundled (2.0.22 compatible) with JPEG support
File Uploads to Pixelpost site are possible.
Server software Apache/1.3.29 (Unix) FrontPage/5.0.2.2623
EXIF Pixelpost is using exifer v1.5 for EXIF-information.

Paths
Guessed imagepath:
/usr/local/psa/home/vhosts/rumelhart.com/httpdocs/Pixelpost/images/
Configured Imagepath: ../images/
Image Directory: OK - Can we write to the directory? YES. CHMOD: 0777
Thumbnails Directory: OK - Can we write to the directory? YES. CHMOD: 0777
Language Directory: OK
Addons Directory: OK
Includes Directory: OK
Templates Directory: OK

srumelhart
02-23-2006, 04:03 PM
It took a bit of looking but I found it in the style.css sheet. In the image_template.html there is the following code:


<div class='label'>
<div class='data'><IMAGE_COMMENTS>
</div><!-- end data -->
</div><!-- end label -->


The style.css had in .label properties white-space:nowrap; set, I changed it to white-space:wrap; and it works :).