d2jsp
Log InRegister
d2jsp Forums > d2jsp > Ladder Slasher > Custom Ladder Slasher Background
12324Next
Add Reply New Topic New Poll
Member
Posts: 22,445
Joined: Aug 31 2007
Gold: 8,203.38
May 24 2009 04:11am
I. source

Go to your favourite resolution's ls page
at the left margin on the page, rightclick
click on the option like 'view source'
Select the whole source (ctrl+a) and copy it (ctrl+c).


II. background

open a new text file (start>run>notepad, or in any plain-text editor)

Paste the source.
after the code below, open a new row (approx after the 6'th row)
Code
<title>d2jsp - Ladder Slasher</title>


insert the code below:
Code
<style>
body {
background-image: url(fallout.jpg);
}
</style>



Change fallout.jpg, to the image u want to use (eg: pic/asdf/qwerty.jpg, or http://img1.socwall.com/Abstract/General/200923050138-13331.jpg )
If you dont want to use picture but a background color, between <style></style> insert the code below and change #1eb1eb to your favourite hex color
( http://www.2createawebsite.com/images/hex-co1.gif )

Code
body {
background-color: #1eb1eb;
}



If its not enough for you, learn more from backgrounds here: http://www.w3schools.com/css/css_background.asp



III. from relative to absolute

You will use the html on your computer and the link to the LS.swf is relative, you must paste this before the link: 'http://ladderslasher.d2jsp.org/'.

press ctrl+h
replace what: LS.swf
replace to: http://ladderslasher.d2jsp.org/LS.swf



IV. transparent flash

Search for the row below (~~137):
Code
<param name="menu" value="false" />


After it's close (/>) copy the source below
Code
<param name="wmode" value="transparent" />



Search for the row below (~~143)
Code
+ 'quality="high"'


Open a new row here and insert the code below:
Code
+ 'wmode="transparent"'




V. save as
save the source in .html extension (eg. myls.html) and open it


issue:

sry for my low english skillz :(
Member
Posts: 27,746
Joined: Feb 17 2003
Gold: 11,270.01
Warn: 20%
May 24 2009 04:20am
Did you check with Paul if this is allowed? :D but it looks like an awesome add!
Retired Moderator
Posts: 30,568
Joined: Jul 6 2007
Gold: 10,509.00
Trader: Trusted
May 24 2009 04:20am
Member
Posts: 22,445
Joined: Aug 31 2007
Gold: 8,203.38
May 24 2009 04:21am
Quote (benell @ Sun, 24 May 2009, 11:20)
Did you check with Paul if this is allowed? :D but it looks like an awesome add!


Quote (njaguar @ Sun, 24 May 2009, 01:05)
Should be fine.


y i asked yesterday ^^
Member
Posts: 13,376
Joined: Apr 28 2008
Gold: 802.00
May 24 2009 04:21am
I am not nerd enough to do anything like this :S
Member
Posts: 5,853
Joined: Nov 6 2008
Gold: Locked
Trader: Scammer
May 24 2009 04:25am
Quote (Homero @ Sun, May 24 2009, 10:21am)
I am not nerd enough to do anything like this :S


same :cry:
Member
Posts: 7,343
Joined: Apr 26 2008
Gold: 75.00
May 24 2009 04:26am
That looks awesome dude, nice job!


Ha! I did it! Thats so cool bro.

This post was edited by Col on May 24 2009 04:53am
Member
Posts: 34,410
Joined: Feb 2 2006
Gold: 0.00
May 24 2009 04:27am
Quote (Homero @ Sun, 24 May 2009, 12:21)
I am not nerd enough to do anything like this :S


22 MQs
I am sure you are
Member
Posts: 6,782
Joined: Jul 25 2006
Gold: 0.58
May 24 2009 04:27am
sticky pls!
Retired Moderator
Posts: 30,568
Joined: Jul 6 2007
Gold: 10,509.00
Trader: Trusted
May 24 2009 04:40am
Quote (Homero @ Sun, 24 May 2009, 12:21)
I am not nerd enough to do anything like this :S


ah come on, even I could do it :'D it looks hard, but easy as pie

Quote (rzal @ Sun, 24 May 2009, 12:27)
sticky pls!


this
Go Back To Ladder Slasher Topic List
12324Next
Add Reply New Topic New Poll