How do I get a embedded code for a Picture I made?

S

scorpioman1357

How do I Generate a embedded code in Frontpage for a Picture I made in
Potoshop? Thanks in Advance for you Help in this matter.


Lance
 
T

Trevor Lawrence

scorpioman1357 said:
How do I Generate a embedded code in Frontpage for a Picture I made in
Potoshop? Thanks in Advance for you Help in this matter.

Do you want to be able to display the picture?

If so, it as simple as:
<img src="images/display/trevor.jpg"
alt="Trevor" title="Trevor" width="60" height="40" />

Some comments

src= should contain the address of the file (relative to the HTML file in
which you place this).
alt= and title = are a good idea. They display the text if the file can't be
found.
width= and height= are up to you. I set them to small values because in this
example it was a thumbnail sized image.

If you want something else, please reply
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top