I've been working on a simple FAQ page. It expands panels with the answers when either an image (the little plus or minus ones) or a linkbutton is a clicked. Right now, it looks like this:
<image> Question?
Answer text line 1.
Answer text line 2.
I want it to look like this:
<image> Question?
Answer text line 1.
Answer text line 2.
The answer text needs to all be indented automatically (the panel has a fixed width). I tried using a Style tag to indent the text, but that only did the first line. Is there a way to indent the entire paragraph or just the whole panel itself? The panel is nested inside a table that's centered on the page, so absolute positioning from the left of the page isn't an option, thought absolute positioning within the tablecell might be, if it exists. Thanks!
<image> Question?
Answer text line 1.
Answer text line 2.
I want it to look like this:
<image> Question?
Answer text line 1.
Answer text line 2.
The answer text needs to all be indented automatically (the panel has a fixed width). I tried using a Style tag to indent the text, but that only did the first line. Is there a way to indent the entire paragraph or just the whole panel itself? The panel is nested inside a table that's centered on the page, so absolute positioning from the left of the page isn't an option, thought absolute positioning within the tablecell might be, if it exists. Thanks!