¤ Tisha Look's HTML Tutorial ¤
Tips and Tricks

Marauploads no longer exists but there is some good news: you can still put images in your club, siggies and profiles. Please read through this page and if you have any questions please maramail me.

Free Image Hosts:
Club Backgrounds:
To get the background of your club layout to show up in your club, first upload the layout to one of the free image hosts listed above. Then use the following code:

<table background=image url here
>

Make sure the closing > is on the next line by itself.

Club Backgrounds Using CSS:
Many thanks to Ethyne and Indygo for figuring this one out. If you have your image set in CSS, here's the code you need to get it to work without Marauploads:

<style>
#name {background: url(image url here
)
</style>

Make sure the closing ) is on the next line by itself.

Images in Clubs:
Let's say you want to put an image in your club layout that isn't hosted on Marapets or Marauploads. No problem! Just upload the image to one of the free image hosts listed above and then use this code:

<img src=image url here
>

Again, make sure the closing > is on the next line by itself.

Images in Profiles:
This one is easy. First upload your profile image(s) to a free host and then use this code to add the image to your profile:

[img]http://images.marapets.com/avatars/invisible.gif[/img]
[img]image url here[/img]

Images in Siggies:
This works exactly like the profiles. First upload your siggy image(s) to a free host and then use this code to add the image to your profile:

[img]http://images.marapets.com/avatars/invisible.gif[/img]
[img]image url here[/img]