CodeCharge Studio
search Register Login  

Visual PHP Web Development

Visually Create Internationalized Web Applications, Web Reports, Calendars, and more.
CodeCharge.com

YesSoftware Forums -> CodeCharge Studio -> General/Other

 [SOLVED] Report Title

Print topic Send  topic

Author Message
Animetal

Posts: 27
Posted: 06/23/2009, 1:27 PM

Hi, Im trying to fix the width in one report title. I have 3 Groups and the last one is taking the whole phrase without wraping and making my report wont fit in a paper.

This is the HTML code of the title, I just want to wrap or assign a specific width for that title.

           <!-- BEGIN Section title_Header -->  
          <tr class="GroupCaption">  
            <th scope="col">  </th>  
   
            <th scope="col">  </th>  
   
            <th scope="col">  {title}</th>  
   
            <th scope="col">  </th>  
   
            <th scope="col">  </th>  
   
            <th scope="col">  </th>  
   
            <th scope="col">  </th>  
   
            <th scope="col">  </th>  
   
            <th scope="col">  </th>  
   
            <th scope="col">  </th>  
   
            <th scope="col">  </th>  
          </tr>  
 <!-- END Section title_Header -->

Thanks
View profile  Send private message
damian

Posts: 838
Posted: 06/24/2009, 3:00 AM

Quote Animetal:
<th scope="col">  {title}</th>

check your style sheet - you will probably see something like this:

.Header th {   
	font-size: 14pt; text-align: left;  
	padding: 3px;  
	background-image: url('Images/HeaderBg.gif'); color: #ffffff;  
	width: 100%;  
	white-space: nowrap;  
	padding-left: 8px;  
	}  

the issue will be resolved by modifying the white-space: nowrap or possibly changing from th to tr.

damian

_________________
if you found this post useful take the time to help someone else.... :)
View profile  Send private message
Animetal

Posts: 27
Posted: 06/24/2009, 9:06 AM

Thank you,

It was in the file style_doctype.css but in the .GroupCaption th modifying the white-space as you said.

Thanks again
View profile  Send private message

Add new topic Subscribe to topic   


These are Community Forums for users to exchange information.
If you would like to obtain technical product help please visit http://support.yessoftware.com.

MS Access to Web

Convert MS Access to Web.
Join thousands of Web developers who build Web applications with minimal coding.

CodeCharge.com

Home   |    Search   |    Members   |    Register   |    Login


Powered by UltraApps Forum created with CodeCharge Studio
Copyright © 2003-2004 by UltraApps.com  and YesSoftware, Inc.