19 décembre
Customize Blog Module Size with ScrollBar
By using the code below you will be able to compress all of your blog entries into a size of 300 px and there is a scrollbar on the side and your blog module. Keep reading to change the Size and the transparent background of your blog.
Feel free to click the link below to visit "OsKaRs PlAyGrOuNd" to see an example of this code in use.

- Create a new Blog entry
- Click on the HTML button in the blog editing tools

- And enter the code below
<pre></table></table><table><tr><td>
<div style="overflow:auto;height:300px">
<div><table></pre>
- Publish the blog entry
- Preview your space
- Done!
Change the 300 in the code to something like 500 so that you get a bigger blog entry module on the front page.
For Example:
<pre></table></table><table><tr><td>
<div style="overflow:auto;height:500px">
<div><table></pre>
Advice:
Keep the Blog entry that you put the code in at the top most position and keep it Empty. Name it something like "Welcome to my Space". When you want to publish more entries. Delete this Dummy or "welcome to my space" entry with the code above and make a new one so it is always in the top most position.
You may choose to use a background Image in your Custom Blog instead of having a transparent background, by using the Code below:
- Create a new Blog entry
- Click on the HTML button in the blog editing tools

- And enter the code below
<pre></table></table><table><table background="Paste The URL Of Your Background Image Here!" height="XXX" width="XXX"><tr><td>
<div style="overflow:auto;height:300px">
<div><table></pre>
- Replace the parts of the code shown in red with the URL of the image you want to use as your background image, the XXX will determine your images size (height and width) which in turn will determine the size of your blog module and by changing the 300 will determine the size of your scrollbar
- Publish the blog entry
- Preview your space
- Done!
