Hi,
On my site http://www.investx.mobi I have the fallowing block :
<div id=”ja-mainbody” style=”margin-right: 170px;” > .
As you can see with firebug this div tag have the width: auto;
The problem is that this block is not automatically extended to its maximum size but extends to the size of the inside content.
For example the width of the block is the width of text: “block has the same length as this text ….how to make the maximum width although the text is shorter?” from the page.. If I increase the text length then the width of the block will increase also.
But what I want is that the block size to have always maximum width regardless of the text or content width.