PDA

View Full Version : Need HTML Code Help!! Please!!



chnco
05-04-2008, 09:48 PM
This should be pretty easy, was wondering what the HTML code would be for this picture

4dmin
05-04-2008, 10:23 PM
here is an easy way to find out:

1) right click go to properties of the image (example: https://o.view.usg.edu/images/logo.gif)

2) now that you got the name of the image right click on the page and go to view source, ctrl + f and type in the name of the image

3) code should look something like this:

<a href=""><img src="https://o.view.usg.edu/images/logo.gif" border="0" /></a>

chnco
05-04-2008, 10:31 PM
we are using a generic name for the image, but the code needs to be right for the link to e-mail and link to site.

Jecht
05-04-2008, 10:46 PM
<html>
<body>
<center>
<b>3700 Management Information Systems</b><br>
<br>
<br>
<a href="mailto:[email protected]">email Professor Shade</a><br>
<br>
<a href="http://www.kennesaw.edu">Kennesaw State University</a><br>
<img src="picturenamehere.jpg">


</center>
</body>
</html>

Jecht
05-04-2008, 10:49 PM
BTW, are you an IS major? Because if the 3000 level courses are that easy, I'm not going to have ANY trouble this upcoming semester. :lmao:

chnco
05-04-2008, 10:55 PM
Nope, I'm not an IS major. This is just a core requirement level class online.

The Ninja
05-04-2008, 11:46 PM
Wouldn't be doing HTML in 3000 level courses, thats like doing basic addition in calculus.