hi
could anybody help?
i want to make a quote like this

where quotes appear around words within a determined size div
the quotes are lquote.png and rquote.png and 15px by 15px each
i want the left quote top left and the right quote bottom right
but i want it to work equally well for a body of text as a single word, so say for instance if i absolutely position the quotes top left and bottom right it would work, but for a simple word like hello the quotes become miles apart
so what i want is this
<div style="position:relative;height:auto;width:80%;"><XXX>hello<YYY></div>
so I have a wrapper, I need <XXX> and <YYY> that i can just shove round any body of text and get a quote
anyone have any ideas?
could anybody help?
i want to make a quote like this

where quotes appear around words within a determined size div
the quotes are lquote.png and rquote.png and 15px by 15px each
i want the left quote top left and the right quote bottom right
but i want it to work equally well for a body of text as a single word, so say for instance if i absolutely position the quotes top left and bottom right it would work, but for a simple word like hello the quotes become miles apart
so what i want is this
<div style="position:relative;height:auto;width:80%;"><XXX>hello<YYY></div>
so I have a wrapper, I need <XXX> and <YYY> that i can just shove round any body of text and get a quote
anyone have any ideas?
Comment