Posts Tagged lt

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>

, , , , , , , , , , ,

No Comments

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!

, , , , , , , ,

No Comments