Posts Tagged lt
Firefox Logo found on Google Earth/Maps
Is this where reality and virtual reality meet; the Firefox logo appears in a field. My question is: Can this be classed as a crop circle? If so, is Firefox the number one choice for aliens then? One more question: Are aliens trying to suggest that they will communicate with us via the interstellar network through Firefox -the web browser?
OK, this is getting a bit far fetched but this field is really out there, the logo of Mozilla’s Firefox. Here are the GPS coordinates: 45.123596, -123.113308

Images in HTML Code
Posted by Capes in HTML Notes on July 26th, 2009
To add an image in HTML code, insert:
<img src=”image.jpg” />
Adding alternative text, is as follows:
<img src=”http://bahoot.com/image.gif” alt=”I am an image!” />
add image size details:
<img src=”http://bahoot.com/image.gif” alt=”I am an image!” height=”10″ width=”15″/>
Images as links:
<a href=”http://www.bahoot.com/”>
<img src=”image.gif”>
</a>
Adobe Dreamweaver CS4 – How to add border to a cell?
Posted by Capes in Dreamweaver Notes on July 14th, 2009
Using Adobe Dreamweaver CS4, how do you add a border to a cell?
Well the simplest way to do this is to add the coding:
STYLE=”border-bottom: 1px black solid”
within the <td> tag that applies to the cell/table.
How I miss Microsoft’s Frontage!