Main Page
HTML Help
Rules Tester
Create a Web Page
Yahoo Backdoors
DownLoads and Cool Links
Gaming Sites
Midi Files
Cases Forums
Tazers Paper
Free Email
Head Admin Guide
TD Guide
HTD Guide
ML TD Guide
ML HTD Guide
Spanish TD Guide
Guestbook
Email Login
Password
New users
sign up!
Get a Newsletter

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
TD Help page > HTML Help with pictures > Rules with picture

Welcome :) 
Single Elimination tournament 100 points regular gin rummy, 1 game, knocking allowed 
Final will be to 200 points 
By default the tables are rated, but you may agree to pick the unrated setting instead. 
By default the tables are set to time/round 15 mins and should remain like that 
10 minutes wait on booted/frozen/MIA opponents, if a player gets booted you play on from the score you 
had when the boot happened. So if the score was 50- 30, you will play with one needing 50 and the other 
needing 70 points to win. 
I will take care of all the reports, unless you beat me to report it to the tourney page:) (only if you lost) 
I will be in the lobby with the name: NIKE1 
Case's GameDesire Gin Ladder 

Now have some fun here and good luck :)

How this will look in HTML:

<br>Welcome :) 
<br>Single Elimination tournament 100 points regular gin rummy, 1 game, knocking allowed 
<br>Final will be to 200 points 
<br>By default the tables are rated, but you may agree to pick the unrated setting instead. 
<br>By default the tables are set to time/round 15 mins and should remain like that 
<br>10 minutes wait on booted/frozen/MIA opponents, if a player gets booted you play on from the score you 
had when the boot happened. So if the score was 50- 30, you will play with one needing 50 and the other 
needing 70 points to win. 
<br>I will take care of all the reports, unless you beat me to report it to the tourney page:) (only if you lost) 
<br>I will be in the lobby with the name: NIKE1 
<br>Case's GameDesire Gin Ladder 
<img border="0" src="http://www.descent.dk/nike1/td/images/gdcard.gif" width="468" height="60"> 
<br>Now have some fun here and good luck :)

Did you notice these tags border, width and height. They are the ones that "controls" the size of the picture, so lets try alter a bit with them. First I will try change the border:

Welcome :)
Single Elimination tournament 100 points regular gin rummy, 1 game knocking allowed
Final will be to 150 points
By default the tables are rated, but you may agree to pick the unrated setting instead.
10 minutes wait on booted/frozen/MIA opponents, if a player gets booted you play on from the score you had when the boot happened. So if the score was 50-30, you will play with one needing 50 and the other needing 70 points to win.
I will take care of all the reports, unless you beat me to report it to the tourney page:) (only if you lost)
I will be in the lobby with the name: NIKE1
Cases Gamecolony Gin ladder
Don't forget this offer from Gamecolony: Every month we are giving away $2,000 to a lucky winner!
The more you play, the better your chances get!

Now have some fun here and good luck :)

Look how it changed the border around the picture, I simply changed the border="0" to border="10"

<img border="10" src="http://www.descent.dk/nike1/td/images/gdcard.gif" width="468" height="60">

Lets try the same with the width:

Welcome :)
Single Elimination tournament 100 points regular gin rummy, 1 game knocking allowed
Final will be to 150 points
By default the tables are rated, but you may agree to pick the unrated setting instead.
10 minutes wait on booted/frozen/MIA opponents, if a player gets booted you play on from the score you had when the boot happened. So if the score was 50-30, you will play with one needing 50 and the other needing 70 points to win.
I will take care of all the reports, unless you beat me to report it to the tourney page:) (only if you lost)
I will be in the lobby with the name: NIKE1
Cases Gamecolony Gin ladder
Don't forget this offer from Gamecolony: Every month we are giving away $2,000 to a lucky winner!
The more you play, the better your chances get!

Now have some fun here and good luck :) 

I now reduzed the width to 200 instead of the 468 listed in the first example, so it would look like this:

 <img border="0" src="http://www.descent.dk/nike1/td/images/gdcard.gif" width="200" height="60">

Ok and now with the height of it:

 Welcome :)
Single Elimination tournament 100 points regular gin rummy, 1 game knocking allowed
Final will be to 150 points
By default the tables are rated, but you may agree to pick the unrated setting instead.
10 minutes wait on booted/frozen/MIA opponents, if a player gets booted you play on from the score you had when the boot happened. So if the score was 50-30, you will play with one needing 50 and the other needing 70 points to win.
I will take care of all the reports, unless you beat me to report it to the tourney page:) (only if you lost)
I will be in the lobby with the name: NIKE1
Cases Gamecolony Gin ladder
Don't forget this offer from Gamecolony: Every month we are giving away $2,000 to a lucky winner!
The more you play, the better your chances get!

Now have some fun here and good luck :)

In this example I changed the height from 60 to 98 instead and it would look like this:

<img border="0" src="http://www.descent.dk/nike1/td/images/gdcard.gif" width="468" height="98">

Ok those 3 tags are not really needed, so you could just let it show like this:

<img src="http://www.descent.dk/nike1/td/images/gdcard.gif">

Then the picture would show up as originally created:

TD Help page > HTML Help with pictures > Rules with picture