This forum is closed to new posts and responses. Individual names altered for privacy purposes. The information contained in this website is provided for informational purposes only and should not be construed as a forum for customer support requests. Any customer support requests should be directed to the official HCL customer support channels below:

HCL Software Customer Support Portal for U.S. Federal Government clients
HCL Software Customer Support Portal



Mar 11, 2015, 8:48 PM
3 Posts

X-Pages Show No Header, but is replace by spaces in View.

  • Category: Debugging
  • Platform: All
  • Release: 9.0.1
  • Role:
  • Tags: View Headers,View Navigation
  • Replies: 2

I am trying to format a Homepage with minimal spaces between views. When I set the Title to not show, it still throws in spaces. Please view the example. Is there a way to get rid of those spaces view some css or something? It is very annoying and makes it hard to design sites in X-Pages.

 

http://www.collegefootballfaniacs.com/cffTestN.nsf/BigT_TestNav_Example.xsp

 

 

See below:

<tr>

<td>

&nbsp;

</td><td>&nbsp;</td>

<td>

&nbsp;

</td></tr><tr><td colspan="3" style="padding:0px" width="100%" height="100%" valign="top"><table id="view:_id1:_id85:viewPanel1" role="grid" aria-readonly="true" cellpadding="0" cellspacing="0"><thead><tr role="row"><th role="columnheader" scope="col"></th></tr>

</thead><tbody>

<tr role="row"><td role="gridcell"><span id="view:_id1:_id85:viewPanel1:0:viewColumn1:_internalViewText"><table style="text-align:middle; background-color:rgb(200,200,200);" width="294px"><td><h4>Blog #39 - 08-29-2014</hr></td><tr><td><img class="img-responsive center-block" src="http://domino-144.birchstrategyandcapital.com/cffTestN.nsf/0/F3EF1B762301E60985257CEF006B52DC/$FILE/Brackets2013-sm_fm.png"></td></tr><tr><td>Blog - Reload - Mathematically: What is a Good Number of Teams in the Playoffs?</td></tr><td><br></td></table></span></td>

Mar 11, 2015, 10:57 PM
586 Posts
hmm

I'm not sure exactly what you're not liking but yes... the problem is likely in the css.  You'll need to either add or modify a class to get what you want.

Usually when I'm digging around a web page like this I'll use chrome and the "Inspect Element" feature.  That will let you see the css for particular elements and even do some live editing just to see a change.  Suggest you give that a shot.

 

Good Luck

 

Mar 12, 2015, 9:30 AM
93 Posts
This row?

What is the purpose of the first row?

 

<tr>

<td>

&nbsp;

</td><td>&nbsp;</td>

<td>

&nbsp;

</td></tr>

 

This is what is creating the added whitespace....

 

http://postimg.org/image/dxx64pu4n/

 

 

If you are using this row to try and create a space, create a class in your css with the exact height you want it to space, the give the tr that class, or if its not needed, just delete it?

 

 


This forum is closed to new posts and responses. Individual names altered for privacy purposes. The information contained in this website is provided for informational purposes only and should not be construed as a forum for customer support requests. Any customer support requests should be directed to the official HCL customer support channels below:

HCL Software Customer Support Portal for U.S. Federal Government clients
HCL Software Customer Support Portal