This Forum has been archived there is no more new posts or threads ... use this link to report any abusive content
==> Report abusive content in this page <==
Post Reply 
 
Thread Rating:
  • 0 Votes - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
what is my http server if i use gmail?
03-08-2014, 03:01 PM
Post: #1
what is my http server if i use gmail?

Ads

Find all posts by this user
Quote this message in a reply
03-08-2014, 03:04 PM
Post: #2
 
Leave HTTP alone.
Use either POP3 or IMAP.

View the official Google resource.
https://support.google.com/mail/troubles...8960?hl=en

Ads

Find all posts by this user
Quote this message in a reply
03-08-2014, 03:19 PM
Post: #3
 
Gmail has a FAQ as well as a help section.

You WILL find your answer if you try either of them.
Find all posts by this user
Quote this message in a reply
03-08-2014, 03:27 PM
Post: #4
 
I am sorry i didn't understand you, but from my experience http is hyper text transfer protocol an example is 1 protocol 2 site/domain 3 path ===> http://www.facebook.com/stuff/things.html to link from inside the html file you do this <a href="htmlfile" title="htmlfile"> anything </a> if it is an image or video or audio you use the src attribute if it is a link use href but that only works for files in the same folder remember not to use <a> for media. if the file is in another folder inside the root folder you do this <a href="thefolder/thefilethatyouwant"> and don't forget the closing tag </a> however if you want to link back to index.html you use .. to go up one file if you want to go up to files you do this ../.. example <a href="../index.html"> Back to home page </a> easy right? good luck Smile
Find all posts by this user
Quote this message in a reply
Post Reply 


Forum Jump:


User(s) browsing this thread: 1 Guest(s)