View Full Version : image codes!!


strgrl10
03-27-2003, 08:14 PM
Hi! I need real help please! ok on my site i wanna make it so people can use my enter signs and other graphics with an html code. but i cant find a code on how to do that.
I want one code so when the visitors taking the code wanna use my enter sign, the code will make it so theres a screen tip saying to visit my site
Also i want a code where just the image will show up but so the visitor does not need to save the image to there hardrive. thanks you sooo much! please help :/

Xiphias
03-27-2003, 08:31 PM
Don't know about the second thing, but on the first (change info in bold):

<img src="WHATEVER.JPG" alt="VISIT MY SITE">

strgrl10
03-27-2003, 10:35 PM
oh ok! lol thats simple enough for me! thanks! and if any one knows about the second one...please help. Wait a second...the code you just gave me...will the person need to save the picture or will it just pop up? i want it so the html code will load the picture for them...if you know what i mean :-D

Alcy
03-28-2003, 01:33 AM
Right click on the image, select properties, and copy the url.

Instead of "whatever.jpg", use the url you copied.

strgrl10
03-28-2003, 02:41 AM
oh ok! thanks so much! lol now what about iframes...how do u make it so theres NO border??? like so it blends in... i'll show you an example here
: http://www.waffle-stack.org/tba/v14.html
do you see how when u click ex. you it
acts like an inline frame, but theres no white line seperating the iframe from the rest of the page. please help!!

Alcy
03-28-2003, 03:10 AM
<iframe frameborder=0> </iframe>
:)