PDA

View Full Version : linking email addresses


cmpierce
02-27-2001, 09:23 PM
I am having trouble linking my email to my web site, it is located in outlook express, but can't find the right link. Also, on one of my pages, all of the pics do not load fully. I have uploaded several times, but no remedy.
Any suggestions? Thanks

StrayAlleyCat
02-28-2001, 12:43 AM
Heya, post your URL. :)

Is easier to see why photos don't load if we can see the page in question.

freebiesforever
02-28-2001, 01:09 AM
Okay first of all to add a link to email address you use the below code. Make sure you put your email address where"username@aol.com" is.

<A href="mailto:username@aol.com">Contact us</A>

Images don't come out right for several reasons.

#1 html code errors. File name maybe wrong.
example is <img src=" c://documents/file.jpg" is wrong it should be <img src="file.jpg or http://www.example.com/file.jpg">

When you upload through a Html editor, such as Frontpage sometimes the html code gets errors.

Hope this helps!

cmpierce
03-01-2001, 11:14 AM
Thanks for the help on the email linking, works perfect. As for the pictures, I went back in and uploaded the two again that wasn't coming all the way up, and now my page loads like lightning. This board has been a great help.


Awfully simple if you know how, Simply awful if you don't!