how do i make a html code?

Code:
<a href="http://www.vitalcheats.com" target="_blank"><img src="http://i39.tinypic.com/24ozsjs.jpg" border="0" width="88" height="31" alt="Vital Cheats"></img></a>

I think that's what your trying to do, it should work just fine 🙂
 
Basically just use the same code but just alter the forum url and the image address.
Code:
<a href="Enter URL to forum" target="_blank"><img src="Enter the URL to an image" border="0" width="88" height="31" alt="SITE NAME HERE"></img></a>
If you want to alter the size aswell just change the width and hight like this:
Code:
<a href="Enter URL to forum" target="_blank"><img src="Enter the URL to an image" border="0" width="200" height="120" alt="SITE NAME HERE"></img></a>
That will make the image 200px by 120.
 
My code above will display the image you provided with the link you provided.
 
oa3d said:
ok i know that but how did u come up with that cod?

I just know it 🙂 After you have been coding for a while you don't have to look things up 🙂
 
I would definitely look into learning more HTML and some CSS, they both go a long way in the long run 🙂
 
oa3d said:
ok i know that but how did u come up with that cod?

Its like another language. I speak English, and I learned HTML. You start of with the basics and as you read more, you develop into the language.

Check out this thread: viewtopic.php?f=81&t=42851
 
You should check out http://tizag.com/
It'll teach you the basics of pretty much every coding language that you need to make a website. I'm going to start digging into Python and Coldfusion sometime soon.
 
Back
Top Bottom