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

firefox logo Firefox Logo found on Google Earth/Maps

mozilla


Be the first to comment - What do you think?  Posted by Capes - November 13, 2009 at 6:26 pm

Categories: Computers, General, Software   Tags: , , , , , , , , , , , , , , , , , , , , , , , , , , , , , ,

Images in HTML Code

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>

Be the first to comment - What do you think?  Posted by Capes - July 26, 2009 at 8:46 pm

Categories: HTML Notes   Tags: , , , , , , , , , , ,

Adobe Dreamweaver CS4 – How to add border to a cell?

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!

Be the first to comment - What do you think?  Posted by Capes - July 14, 2009 at 12:03 am

Categories: Dreamweaver Notes   Tags: , , , , , , , ,

Next Page »