Test /
ItemListWithHorizontalSpace
Test to see if I can create a list where the first word takes up at least a certain amount of horizontal space.
%define=h background-color=yellow width=200px%%% * %h%Word%% - other word * %h%Second word%% - hopefully aligned with "other word" above |
|
Unfortunately this doesn't seem to work.. why doesn't 'width' work?
%define=h1 float=left background-color=yellow width=200px%%% * %h1%Word%% - other word * %h1%Second word%% - hopefully aligned with "other word" above |
|
This works actually, not sure if using float is a good idea though...
%define=h1 float=left background-color=yellow width=200px%%% * %h1%Word%% - other word - %float=right%floating to the right%% * %h1%Second word%% - hopefully aligned with "other word" above |
|