PDA

View Full Version : How do i make a BG?


habboleaders
06-21-2007, 08:30 PM
How do I make a BG like behind like hmm... A Piece of somthing like behind navigating - Example of the BG - http://habbostory.ulmb.com/image/BG1.PNG

wwe
06-21-2007, 08:32 PM
You mean a background? o_O

i need help putting in my background for my website i do not know how (http://forum.unlimitedmb.com/showthread.php?t=1555) <- Click

habboleaders
06-26-2007, 09:18 PM
No I mean like on http://www.habboaddicts.net they have a BG behind everything - Text - If you right click save as - It will say BG 1 - BG 2 - BG 3 and so on.

kewlchat
06-27-2007, 01:47 AM
If you mean like different ones behind different tables 'blocks' then youd do it like this..

<table border="1" background="http://example.ulmb.com/graphics/bgpic.gif">
<tr>
<td><B>row 1, column 1</B></td><td><B>row 1, columnn 2</B></td>
</tr>
</table>

You can use several of these on a page or 1 for each tabel you want a bg for btw you can use colors too. I thought you wantd a general page bg at 1st but now i see and i think this is what you want.

arenlor
06-27-2007, 03:20 AM
I'd suggest using the CSS for it though.