|
my css for blockquote has the with of it set to auto so if I blockquote a small sentence like:
Contact under construction
or something the blockquote should cange its width to fit snuggly against the words depending on the amount of padding used.
But its not doing that.
Any help?
I realize i could just use a div section that looks the same but when i add new content i want to be able to use blockquote not < div id="blah"> < /div >
|