There is a "Read More" button for the news. You need to replace your root index.php with the one from the Hejula habbo theme release which can be found here: Index of /downloads/.
That will also remove the white box around the content too. The only think that needs to be fixed is the {about_me} as you can't change it and the {news-Title} stuff.
Still can't fix the news thing? Here's spoon feeding for you;
Go to me.php and find:
Code:
<div id="promo-bullets"></div>
<div class="promo-container" style="background-image: url(//habbo.hs.llnwd.net/c_images/web_promo/web_promo_05.png)">
<div class="promo-content">
<div class="title">{newsTitle-1}</div>
<div class="body">{newsCaption-1}</div>
</div>
<div class="enter-hotel-btn">
<div class="open enter-btn">
<a href="{url}/index.php?url=news&id={newsID-1}">Read More >>><i></i></a>
<b></b>
</div>
</div>
</div>
<div class="promo-container" style="background-image: url(//habbo.hs.llnwd.net/c_images/web_promo/web_promo_04.png)">
<div class="promo-content">
<div class="title">{newsTitle-2}</div>
<div class="body">{newsCaption-2}</div>
</div>
<div class="enter-hotel-btn">
<div class="open enter-btn">
<a href="{url}/index.php?url=news&id={newsID-1}">Read More >>><i></i></a>
<b></b>
</div>
</div>
</div>
<div class="promo-container" style="background-image: url(//habbo.hs.llnwd.net/c_images/web_promo/web_promo_03.png)">
<div class="promo-content">
<div class="title">{newsTitle-3}</div>
<div class="body">{newsCaption-3}</div>
</div>
<script type="text/javascript">
and replace with:
Code:
<div id="promo-bullets"></div>
<div class="promo-container" style="background-image: url(//habbo.hs.llnwd.net/c_images/web_promo/web_promo_05.png)">
<div class="promo-content">
<div class="title">{newsTitle-1}</div>
<div class="body">{newsCaption-1}</div>
</div>
<div class="enter-hotel-btn">
<div class="open enter-btn">
<a href="{url}/index.php?url=news&id={newsID-1}">Read More >>><i></i></a>
<b></b>
</div>
</div>
</div>
<div class="promo-container" style="background-image: url(//habbo.hs.llnwd.net/c_images/web_promo/web_promo_04.png)">
<div class="promo-content">
<div class="title">{newsTitle-2}</div>
<div class="body">{newsCaption-2}</div>
</div>
<div class="enter-hotel-btn">
<div class="open enter-btn">
<a href="{url}/index.php?url=news&id={newsID-1}">Read More >>><i></i></a>
<b></b>
</div>
</div>
</div>
<div class="promo-container" style="background-image: url(//habbo.hs.llnwd.net/c_images/web_promo/web_promo_03.png)">
<div class="promo-content">
<div class="title">{newsTitle-3}</div>
<div class="body">{newsCaption-3}</div>
</div>
<div class="enter-hotel-btn">
<div class="open enter-btn">
<a href="{url}/index.php?url=news&id={newsID-1}">Read More >>><i></i></a>
<b></b>
</div>
</div>
</div>
<script type="text/javascript">