Other Stuff |
<!-- Lets you put comments inside that are ignored by the computer --> |
|||
Special Characters
♥ will print out a heart - can change font face, color and size   will insert a space, you can insert multiple spaces Click Here to see more character codes |
♠
♥ |
||
We can wrap text around an image. Hspace keeps the text 25 pixels from the picture <p style = "width : 200pt" > <img src ="mona.jpg" height = 75 hspace =25 align = left> This text will go next to the picture. The hspace will keep the text 25 pixels away from the picture. Note that as the text goes beyond the picture length it will wrap around the picture. </p> |
This text will go next to the picture. The hspace will keep the text 25 pixels away from the picture. Note that as the text goes beyond the picture length it will wrap around the picture. |
||
<form name="test"> <select name="url" size="1" onChange="window.open(this.options[this.selectedIndex].value,'_top')"> <option selected><b>Mr. Nilan's Websites</b></option> <option value="http://imdb.com">IMDB.com</option> <option value="http://jacknilan.com">jacknilan.com</option> <option value="http://bridgeport.ct.schoolwebpages.com/central">Central High</option> </select> |
|||
Scrolling Text up with Marquee
<marquee behavior="roll" direction=up scrolldelay=200> <img src="mona.jpg"> <br> <u><strong>General Info.</strong></u> <br> Name: Jack Nilan<br><br> Age: 21<br><br> DOB: July 2, 191985<br> <br> Nationality: Irish<br> <br> Central Magnet<br> Class of 2005<br><br> </marquee> |
|||
Turning off page break before and after <p> tags and tags like <pre>.
|
<head> <style> p { margin : 0; padding : 0; } </style> </head> |
||
Printing a menu with a rounded corner. <table cellpadding = 0 cellspacing = 0> <tr> <td><img src = "top.jpg"></td> </tr> <tr> <td bgcolor = #045507> <ul style="list-style-type=circle'"> <font color = white> <li> Test 1 <li> Test 2 <li> Test 3 </ul> </td> </tr> </table> |
<- note : the td and /td have to be on the same line also cellpadding and cellspacing have to be set to 0 Fill first row with a picture that you rounded
|
||
Click Here |
You should only wrap text around small tables. Wrapping text around large tables may produce unexpected results, such as text overlapping the table. |
||
A Menu with Shaded Background |
This is a CSS menu that shades the background. It is over in the CSS section. |
||
The code on the left will show you how to get a caption under your picture. You can then wrap text around the whole thing. |
Isle of Man: Flag Inhabited for millennia, the island gradually became a Celtic-Norse community as the Norse settled there, starting about AD 850. This has left a legacy ranging from the Tynwald parliament to many local place names. After a period of alternating rule by the kings of England and Scotland, the Manx came under the feudal over-lordship of the English Crown. The lordship revested into the British Crown in 1764 but the island never became part of the United Kingdom and retained its status as an internally self-governing jurisdiction. |