how do i convert an image into html?

  • Thread starter Thread starter Ashley M
  • Start date Start date
A

Ashley M

Guest
i want to put my clan logo onto a few forums but it needs html.

Is there a way i can convert my logo into html code easily???

It would really help me!

Thanks :D!
 
To my knowledge you cannot convert an image to an html file. If you want to use html to link to the file you could do this:

<img src="urlparthofimage">

For Example:

<img src="http://ww.mysite.com/images/logo.gif">

Hope this helps!
 
This is a sample HTML of an image file:
</script>
</head>

<body>
<!-- SiteIndexBegin -->
<!-- Menus created by SiteGen, http://www.arachnoid.com/SiteGen -->
<table><tr><td><a href="../index.html">Home</a>|</td><td><a href="index.php">Media</a>|</td><td>
<script type="text/javascript" language="JavaScript">
function toNewPage(t) { location.href = t.options[t.selectedIndex].value; }
</script>
<select onchange="toNewPage(this)" title="Open this list to choose a page">

<option value="index.php" selected="selected">* Alaska Images</option>
<option value="world_sail.php">* World Sail</option>
<option value="../lutusp/marstalk/index.html">Did Earth's life originate on Mars?</option>
<option value="../lutusp/slides.html">Online Slide Sets</option>
<option value="../lutusp/science/index.html">Science</option>
<option value="../lutusp/idea_market/index.html">The Idea Marketplace</option>

</select>
</td><td><a href="world_sail.php"><img src="../images/rightarrow.png" border="0" alt="" title="Click for next page"/></a></td><td><a href="../administration/submit.php" title="Recommend this page to friends"><img src="../images/addthis16.gif" style="border:0px;"/>Share This Page</a></td></tr></table>
<!-- SiteIndexEnd -->
<div align="center">
<div class="article_title_inverse">Visual Media</div>
<div class="article_linklist_inverse">
— <a href="../administration/index.html" title="Click for biography">P. Lutus</a> —

<a href="../messages">
Message Page
</a>

<p></p>
http://www.arachnoid.com/photogallery/index.php
 
Back
Top