Oliver,
Sorry, I am not completely following this.
So I put the text I want on the right of the next input field in a text only input. I get that. But how do I associate that text with the css specifically?
How do the various input fields following get assiciated?
What exactly do I put in those text boxes?
For example …
If the text I want to appear to the right of the next input field reads "right text"
And the field I want the text to appear to the right of is a multiline input field and in that box defining the multiline field I have <b>Pies</b>#apple#cherry#rhubarb
And finally the field after the field where the text will on the right I have another multiline input box defined as <b>Cakes</b>Chocolate#Butter Pecan
What specifically will be in each of those 3 boxes defining the fields?
I am sorry, I have tried some things but i think you mean to describe some things in your explanation and I do not get what is actually supposed to be in the box or not.
Also, I understand my cusotm.css file will contain the following 2 lines of code to match:
#li-6-3 { float:right; margin: 0 10px 0 0 !important; }
#li-6-5 { clear:both; }
I notice that though in your example above you seem to have the need to have a #li-6-4 line in the custom.css file but your css example does not have one?
Again, very sorry about the detailed question, I hope this is not asking too much.
Jeff