Post: I Need Some Help With HTML Codes.
07-11-2011, 07:11 AM #1
(adsbygoogle = window.adsbygoogle || []).push({}); Okay, heres what I want to do.

The thing that will solve my problem is that if I could have 2 background images, since that is impossible [so I've been told] I have to find a new way.

If that is not possible I need to be able to Put 1 image ontop of the background like I have now: You must login or register to view this content. , then the screensnapr image ontop of that one off to the right side a little so it does not cover the Chick.

Look at my problem here: You must login or register to view this content. , The image of the chick starts to overlap, I don't know what else to do.

If anyone could please help me it would be greatly appreciated.

I will pay 250k vBux aswell Happy

Heres the source code:
    <html>
<body background="https://defaced.com.nu/dir/images/matrix-gradient.gif">

</head>
<title>Hazey's Snapr xD</title>



<table bgcolor='#000000' align='center' class="code notranslate" width="90%" height="5%" border="5" cellpadding="0" cellspacing="0">

<tbody>

<tr><td>

<center><img src="https://defaced.com.nu/dir/images/warning.gif"</center>

</td></tr>

</tbody>

</table>

<table background="https://4.bp.blogspot.com/_w-pXFa40oEQ/TUdpqd9lhTI/AAAAAAAAABo/_jC8b4lbb40/s1600/Music%2BGirl.jpg" align='center' class="code notranslate" width="95%" border="5" cellpadding="0" cellspacing="0">
<tbody>
<tr><td>

<br>

<center><b><font class='wglow' class='wglow' size='5' face='tahoma'>Welcome To Hazey's Snapr, It Is In Test Mode ATM Smile</font></b></center>


<embed src="https://28.media.v4.skyrock.net/music/283/b57/283b5786fa5a825bb7606a3da2b0856b.mp3" autostart="true" loop="true" hidden="true">

<br>
<br>
<br>
<br>
<br>
<br>
<center>
<?php
$img = $_GET["img"];
?>
<?php

if($img=="") { echo ""; } else { echo "<img src='" . $img . "' />"; } ?>
</center>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
</html>
(adsbygoogle = window.adsbygoogle || []).push({});
07-11-2011, 07:17 AM #2
Joshhyyy-
I defeated!
try to use css then use this li {
background: url(booby.jpg) center no-repeat;
}
li span {
background: url(corner_top_right.gif) top right no-repeat;
display: block;
}
li span span {
background: url(corner_bottom_right.gif) bottom right no-repeat;
}
li span span span {
background: url(corner_bottom_left.gif) bottom left no-repeat;
}
li span span span span {
background: url(corner_top_left.gif) top left no-repeat;
padding: 0.5em;
}
07-11-2011, 07:36 AM #3
Originally posted by Joshhyyy
try to use css then use this li {
background: url(booby.jpg) center no-repeat;
}
li span {
background: url(corner_top_right.gif) top right no-repeat;
display: block;
}
li span span {
background: url(corner_bottom_right.gif) bottom right no-repeat;
}
li span span span {
background: url(corner_bottom_left.gif) bottom left no-repeat;
}
li span span span span {
background: url(corner_top_left.gif) top left no-repeat;
padding: 0.5em;
}


I'm new to coding websites and shit, how do i use css?
07-11-2011, 07:46 AM #4
Joshhyyy-
I defeated!
Originally posted by EncryptedModz View Post
I'm new to coding websites and shit, how do i use css?


Alright listen and dont flame :p just try google it really helps lol cuz idk much about it either all i know is that you should use css haha google well help ya ill try to get you a link Smile

---------- Post added at 03:46 AM ---------- Previous post was at 03:45 AM ----------

Originally posted by EncryptedModz View Post
Okay, heres what I want to do.

The thing that will solve my problem is that if I could have 2 background images, since that is impossible [so I've been told] I have to find a new way.

If that is not possible I need to be able to Put 1 image ontop of the background like I have now: You must login or register to view this content. , then the screensnapr image ontop of that one off to the right side a little so it does not cover the Chick.

Look at my problem here: You must login or register to view this content. , The image of the chick starts to overlap, I don't know what else to do.

If anyone could please help me it would be greatly appreciated.

I will pay 250k vBux aswell Happy

Heres the source code:
    <html>
<body background="https://defaced.com.nu/dir/images/matrix-gradient.gif">

</head>
<title>Hazey's Snapr xD</title>



<table bgcolor='#000000' align='center' class="code notranslate" width="90%" height="5%" border="5" cellpadding="0" cellspacing="0">

<tbody>

<tr><td>

<center><img src="https://defaced.com.nu/dir/images/warning.gif"</center>

</td></tr>

</tbody>

</table>

<table background="https://4.bp.blogspot.com/_w-pXFa40oEQ/TUdpqd9lhTI/AAAAAAAAABo/_jC8b4lbb40/s1600/Music%2BGirl.jpg" align='center' class="code notranslate" width="95%" border="5" cellpadding="0" cellspacing="0">
<tbody>
<tr><td>

<br>

<center><b><font class='wglow' class='wglow' size='5' face='tahoma'>Welcome To Hazey's Snapr, It Is In Test Mode ATM Smile</font></b></center>


<embed src="https://28.media.v4.skyrock.net/music/283/b57/283b5786fa5a825bb7606a3da2b0856b.mp3" autostart="true" loop="true" hidden="true">

<br>
<br>
<br>
<br>
<br>
<br>
<center>
<?php
$img = $_GET["img"];
?>
<?php

if($img=="") { echo ""; } else { echo "<img src='" . $img . "' />"; } ?>
</center>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
</html>


You must login or register to view this content. click the try it yourself button and just go with it you will figure it out

Copyright © 2026, NextGenUpdate.
All Rights Reserved.

Gray NextGenUpdate Logo