0

How set space between rows

asked 2015-05-21 15:43:12 +0800

greendragon gravatar image greendragon
25 4

Hello! Is it possible to set the space between two rows? I have this structure:

<rows id="rows">
    <row>
    ...
    </row>
    <row>
        ...    
    </row>
</rows>

I'd want to set the space between the first and the second row... Thanks

delete flag offensive retag edit

5 Answers

Sort by ยป oldest newest most voted
2

answered 2015-05-26 09:06:52 +0800

Darksu gravatar image Darksu
1991 1 4

Hello greendragon,

What about applying "padding-bottom: 1em;" to the first row in a renderer?

Best Regards,

Darksu

link publish delete flag offensive edit
0

answered 2015-05-27 08:58:39 +0800

greendragon gravatar image greendragon
25 4

Thank you Darksu!!! Your answer is the best solution...

link publish delete flag offensive edit

Comments

you could upvote the answer and mark it as correct.

chillworld ( 2015-05-27 09:29:31 +0800 )edit
0

answered 2015-05-26 03:43:32 +0800

tombisnis gravatar image tombisnis flag of Indonesia
19 2
http://teko-sulaiman.blog...

Have you try this?

<rows id="rows"> <row> ... </row> <row> <space/>
</row> <row> ...
</row> </rows>

link publish delete flag offensive edit
0

answered 2015-05-25 13:13:12 +0800

greendragon gravatar image greendragon
25 4

Thanks for your answer. Yes, I mean white space between two rows, but with your solution, I can't space them. Is there another solution?

link publish delete flag offensive edit
0

answered 2015-05-24 05:30:03 +0800

ghostomg gravatar image ghostomg flag of Indonesia
15 3

Did you mean the blank space? have you tried to custom the CSS or just simple insert 1 blank row with spans :

<row spans="2"> <separator/> </row>

link publish delete flag offensive edit
Your answer
Please start posting your answer anonymously - your answer will be saved within the current session and published after you log in or create a new account. Please try to give a substantial answer, for discussions, please use comments and please do remember to vote (after you log in)!

[hide preview]

Question tools

Follow
1 follower

RSS

Stats

Asked: 2015-05-21 15:43:12 +0800

Seen: 55 times

Last updated: May 27 '15

Support Options
  • Email Support
  • Training
  • Consulting
  • Outsourcing
Learn More