Focal Point
[SOLVED] Increasing vertical spacing between the data in HTML

This topic can be found at:
https://forums.informationbuilders.com/eve/forums/a/tpc/f/7971057331/m/8451003792

August 28, 2008, 11:47 AM
Ajai
[SOLVED] Increasing vertical spacing between the data in HTML
Hi all,

I need to increase the spacing between two rows of data in HTML report. I tried TOPGAP and BOTTOMGAP, but its applicable only to PDF. Is there any command to control this feature in HTML?

Please help me. Thanks in advance.

This message has been edited. Last edited by: Kerry,


WebFOCUS 7.1.4,Linux,
HTML,PDF,Excel,CSV
August 28, 2008, 12:11 PM
<JG>
For HTML you need to apply external CSS.

Look at the On-line help in Dev Studio on how to apply it
August 28, 2008, 04:22 PM
mgrackin
Ajai,

If you add the following statement to your request the TOPGAP and BOTTOMGAP, as well as many other settings, will be respected.

ON TABLE SET HTMLCSS ON

For example:

TABLE FILE CAR
PRINT RCOST DCOST
BY COUNTRY
BY CAR
ON TABLE SET HTMLCSS ON
ON TABLE SET STYLE *
TYPE=REPORT, TOPGAP=0.25, BOTTOMGAP=0.25,$
ENDSTYLE
END


Thanks!

Mickey

FOCUS/WebFOCUS 1990 - 2011
September 04, 2008, 04:51 AM
Ajai
Thanks JG and Mickey.

ON TABLE SET HTMLCSS ON worked well.


WebFOCUS 7.1.4,Linux,
HTML,PDF,Excel,CSV
September 04, 2008, 08:58 AM
mgrackin
Ajai,

Glad it is working for you.

Please edit your original post and add [SOLVED] to the subject title.


Thanks!

Mickey

FOCUS/WebFOCUS 1990 - 2011
March 01, 2011, 12:59 PM
Ted Michalski
I've tried every combination of TOPGAP and BOTTOMGAP and the only thing it does is move the TEXT in the box up or down within the box. I want to make the box smaller in height (in a compound report). How can I do this?


7.7.02
Windows
EXCEL, PDF, CSV, TEXT