Hi,
I am having trouble specifying the white space between generated content
and actual content. I have tried different margins and padding values
for the generated content and the actual content, but the values
supplied for the generated content appear to be ignored.
In the example below, I would like to vertically align 'yyyyyy' and
'zzzzzz'. Do I need to use a table?
IF yyyyyyyy
THEN zzzzzz
ifClause:before {
.......
}
thenClause:before {
.......
}
ifClause, thenClause, elseClause, santaClause {
.....
}
Thanks
Scott