Add to Google

How To Create Embed Image Mail In Gmail

Pages: 1, 2, 3, 4, 5, 6, 7
free web hosting

Read Latest Entries..: (Post #63) by serverph on Nov 20 2008, 06:36 PM. (Line Breaks Removed)
QUOTE(angelrodriquez @ Nov 20 2008, 02:00 PM) Ive figured out how to embed the image just fine. But now I want to make the embedded image a clickable linked image. Problem is that when I click on the image and add my link to it in Gmail, when I send it off and it is opened on the other side, it displays the URL right next to the image everytime. No matter what I can't get rid of it... read more.
Read the FIRST post of this Topic. - Express your Opinion! Contribute Knowledge :-).

Open Discussion > CONTRIBUTE > The Internet > Google Services > GMail

How To Create Embed Image Mail In Gmail

D.BOY
Hi to all !

Anybody can help me to create an email with embedded image so that mail reader automatically see that image. Moreover I wont attached that image as it appears small in size in on gmail.

Thanks in Advance.

Reply

moldboy
It looks to me like you can't in gmail, if you could it would be in the rich formatting toolbar and would be insert an image. THere is an entry in their help here https://mail.google.com/support/bin/answer....4261&topic=1516 however it doesn't appear to offer help like you want. Um if you mean make the images show up in gmail, (they don't by default) you can't make someone elses gmail show the images you sent, unless you send the images as an attachment, but then it won't be in the body of the email.

Reply

rvalkass
Google's help files state this:
QUOTE

Google Mail doesn't currently offer the ability to attach images inline, because we don't support HTML formatting.

Even when you use the full formatting options, you don't have any HTML options or anything like that, so you can only send mail in plain text, but you can receive messages with inline images.

Reply

Zecc
Here's a way, which I haven't tried myself, but probably works if they say so:
QUOTE
First, get and install Flock. It's free. It's not version 1.0 yet, it has many bugs, but it is usable.

Second, set up a Flickr account. It's free. Post your image on Flickr, and enable it for public viewing.

Third, open a web browser window and go to your Gmail account. Click "Compose Mail" to start a new message. Type a few words on a few lines to start with.

Fourth, bring up Flock and click the feather-pen icon, as if you're entering a web log entry. If you don't have any weblog system set up yet, don't worry, you don't need one for this (click "cancel" if a dialog box asks you to log in to one). click the "topbar" icon, and choose "Flickr topbar". Enter your username in there, so it finds your image.

Now drag and drop that image into the body of your Flock web log entry area.

Lastly, select that image in the flock web log entry area, and drag-n-drop it into your Gmail window's message body! The image magically appears there!
From http://pauliotech.blogspot.com/2005/12/flo...mage-trick.html

Fast and easy, isn't it? dry.gif

 

 

 


Reply

delivi
Actually drag and drop, and copy, pasting of images does make it appear in the compose window, but when you send that mail to someone they'll not be able to view the image. Only you can view the image, you can store in the drafts and view it later, but the image cant be seen by the receiver.

Reply

serverph
it can be done as what D.BOY wants it. smile.gif i've done it several times successfully. tongue.gif

first thing to do is make your image available online. upload it somewhere, like http://www.imageshack.us for example. if you uploaded it in imageshack, get the direct link of the image and paste it on your browser.

here is a sample image i uploaded so you can test it yourself in the next steps: http://img126.imageshack.us/img126/1627/zi060813vo1.gif

once its loaded in your browser, drag your mouse across the image so the whole image gets selected or highlighted (it would turn dark to indicate that it is successfully highlighted/selected). don't miss that part.

then while it is selected/highlighted, right-click your mouse over it, then from the menu which appears, choose COPY.

go to your GMAIL account, then COMPOSE MAIL. use RICH FORMATTING instead of PLAIN TEXT. then press CTRL-V to paste the copied image in your message body. the image will then show and appear embedded. fill out the recipients of your email, then send away!

of course, your recipients should be online to be able to view the image (in GMAIL, they should choose to DISPLAY IMAGES BELOW when they receive your email with embedded image).

if you doubt it, test it first. smile.gif if you cant replicate what i've done PM me with your GMAIL address, and i'll send you an embedded image as proof myself biggrin.gif

post your results below. smile.gif btw, it will not appear as an attachment as it will directly access the online image from where you uploaded it when recipient views your email with embedded image.

Reply

iGuest
How To Create Embed Image Mail In Gmail

This method worked 100%, after wasting 2 hours searching for help everywhere else. Thank you so much!!!!

-Dawn

Reply

iGuest
Worked Perfectly! Thanks! You are the only one to figure that I have found!

-Dustin

Reply

iGuest
To create a gmail email with embedded images you need to copy and paste them from another browser window, but to get them to appear in another browser window does not mean you have to upload them to the web. You can create and html file on you local hard drive and open that in your browser instead. I have create a simply batch file to automate this.





###Create Batch file (do once only)



1. Open notepad

to. Paste in the following



echo ^<html^> > album.html

echo ^<head^>^<title^>GMail album^</title^>^</head^> >> album.html

echo ^<body^> >> album.html

echo ^<br^>^<br^>^<br^>^<br^> >> album.html

for %%I in (*.jpg *.jpeg) do echo ^<img src="%%I"^>^<br^>^<br^>^<br^>^<br^> >> album.html

echo ^</body^> >> album.html

echo ^</html^> >> album.html



3. Save it as see:\windows\create-jpeg-album.bat





### Preparing Images (repeat for each different email)



1. Resize/copy all email images into an empty folder.

to. Open command prompt window in empty folder.

3. Type create-jpeg-album at prompt and hit enter.



A file called album.html should appear in this folder





### Creating the email (repeat for each email)



1. Compose a new rich text gmail email.

to. From windows explorer double click on album.html to open it in a new browser window.

3. Use the menu Edit/Select All or Ctrl-A to select the entire contents of album.html.

4. Use the menu Edit/Copy or Ctrl-C to copy the contents to the clipboard.

5. Click in the body of the new gmail email and use the menu Edit/Paste or Ctrl-V to paste the contents into the body of the new email.



Hope this helps

Jim



-Jim Fricker

Reply

iGuest
Thanks! Highlight online image, copy paste works like a charm! I put a note to press the display images to the recipients

-Stellar

Reply

Latest Entries

serverph
QUOTE(angelrodriquez @ Nov 20 2008, 02:00 PM) *
Ive figured out how to embed the image just fine. But now I want to make the embedded image a clickable linked image. Problem is that when I click on the image and add my link to it in Gmail, when I send it off and it is opened on the other side, it displays the URL right next to the image everytime. No matter what I can't get rid of it. I want a clean clickable, embedded image, with no border (preferable) and no URL next to the image. Anyone know how to do this?

Please also PM me

it could be how gmail is coded right now, so nothing much can be done on that part if you are inclined to use the newer version of gmail. note that gmail has a new theme now.

however, i did try using the OLDER VERSION (linked at the menu on top right of the page) of COMPOSE MAIL and you can particularly "eliminate" the text link which crops up every time on the newer version. the good thing with the older version is that it only prompts for the LINK, with no additional TEXT TO DISPLAY option in the newer version (which gmail automatically fills up with the text of the URL if you don't customize it yourself). if you want, you can customize it as a "space" or a "dot/period", so it would appear "less visible" (there will always be the telltale portion where the space or dot/period appears). in short, use the OLDER VERSION to compose your mail if you want to use this "trick" of embedding images with links on gmail for a "cleaner" presentation on the recipient's end.

if you are bothered with the blue border which appears when an image is linked, sorry can't help you with that since it probably is a browser presentation code, and if you can cheat it not to be displayed on your browser, i don't suppose it would necessarily be the same for others you send your message with image+links to (unless they do the same cheat you did for your browser on their end). if they use OLDER VERSION of gmail when reading their messages, the blue border disappears since that is apparently how it was coded then.

for TEST purposes, PM me with your gmail address if you want and i'll zap a sample your way next time. smile.gif

Reply

angelrodriquez
Ive figured out how to embed the image just fine. But now I want to make the embedded image a clickable linked image. Problem is that when I click on the image and add my link to it in Gmail, when I send it off and it is opened on the other side, it displays the URL right next to the image everytime. No matter what I can't get rid of it. I want a clean clickable, embedded image, with no border (preferable) and no URL next to the image. Anyone know how to do this?

Please also PM me

Reply

angelrodriquez
QUOTE(Trap FeedBacker @ Oct 30 2007, 02:51 AM) *
To create a gmail email with embedded images you need to copy and paste them from another browser window, but to get them to appear in another browser window does not mean you have to upload them to the web. You can create and html file on you local hard drive and open that in your browser instead. I have create a simply batch file to automate this.
Hope this helps

Jim



-Jim Fricker



This batch file is great for creating albums. How do you change the batch file so that it creates an album with the FULL Image URL/Location? Like it has the full path of where the file is stored rather than the abbreviated filename path you currently have in the batch file, where it just has it locate the file because it happens to be in the same folder/directory

Reply

iGuest
Excelent...
The post about copying the image from any free server worked perfectly for me.
Thanks!!

-reply by martini

Reply

iGuest
embedding images in gmail
How To Create Embed Image Mail In Gmail

Gosh! you're good! how did you figure this out? I just tried it myself in my last email. Thanks for sharing! :)

Replying to serverph

Reply



Got an Opinion! Express your Views! (no registration):-
Add your Reply/ Opinion/ Views/ Comments/ Suggestion/ Questions/ Queries etc.
Posts with decent grammar & English will be accepted and please refrain from profanities.
For asking a Question, We recommend you to sign-up (for free) so that you can track the topic easily.

Nature of your Post*: Opinion/ Reply/ Comments
Question/Query
Feedback to us.
       
Name   Email
Title/Question*

(Maximum characters: 10,000)
You have characters left.

Pages: 1, 2, 3, 4, 5, 6, 7
Recent Queries:-
  1. how to attach a image to a email - 0.31 hr back. (1)
  2. how to inline an image in gmail - 0.35 hr back. (1)
  3. gmail images - 1.52 hr back. (1)
  4. gmail email embedded image in html body - 1.73 hr back. (1)
  5. embed picasa gmail - 1.98 hr back. (1)
  6. how too add pictures to gmail - 3.45 hr back. (1)
  7. embed youtube in gmail - 4.26 hr back. (1)
  8. imbed an image email - 4.41 hr back. (1)
  9. paste images into gmail body - 4.43 hr back. (1)
  10. gmail attach images - 4.51 hr back. (1)
  11. how to put picture on gmail - 4.87 hr back. (2)
  12. put image gmail - 4.91 hr back. (1)
  13. embed images in gmail - 0.44 hr back. (3)
Similar Topics

Keywords : create, embed, image, mail, gmail

  1. You Have Run Out Of Space For Your Gmail Account
    (3)
  2. Why Is Gmail Still Beta?
    what's the policy behind keeping a beta version (7)
    I've been using GMail for almost three years, probably got it a few months after it was
    launched. I like it very much, the most out of all webmail systems I've tried. When I started
    using it I was thinking "OK, that beta will be dropped soon", then I got used to seeing the logo
    that way. Now I wonder what's the reason to keep the "beta" indication? Is it some sort of
    disclaimer ("if it loses your mail it's your problem") or just that people got used to it and
    removing it would mean losing users ("mmm it may soon become a paid service..", I know that does....
  3. An Ode To Gmail.
    A small text about how GMail is awesome. (5)
    Everyone wanted a piece of the e-mail pie. Microsoft made a free e-mail service. Yahoo! made a free
    e-mail service. AOL did so too. Each with their goods and bads, their limitations and restrictions.
    Until the savior came. Google decided to do the smart move and make a revolutionary kind of e-mail.
    Starting off with their beta program that made use of invitations, many people (including me) found
    the truly amazing experience and the easy to use interface of GMail it's key points to lead the
    e-mail game. GMail kept spreading like mad. Then, account creation went l....
  4. Gmail Invitations
    Hello someone need a Gmail invitation? (2)
    Hello if someone need a gmail invitation Just PM me My Gamil Adress is: DJ-MusicsMix@gmail.com i
    have 50 invitations left here! ------------------------------------------------ Greetings,
    DJ-MusicsMix The Netherlands....
  5. Working Download Manager For Gmail Attachments?
    anybody with experience...? (2)
    is there a download manager that i can use to manage my downloads of GMAIL attachments ? i want to
    queue up my downloads in such a way that i can simply leave it running in the background (and
    possibly resume downloads too, if connection is lost). anybody with relevant experience in this
    respect, and who can recommend a download manager which will work? i don't want to download all
    kinds of download managers out there to test it one by one, so your experience in this regard is
    highly appreciated. /tongue.gif" style="vertical-align:middle" emoid=":P" border="0" alt....
  6. Auto-delete Your Spam In Gmail
    finally, get rid of all that spam! (16)
    i have been using gmail for quite a while, and have always hated hotmail. i hate it now more than
    ever now that it is 'windows live mail'. however, there has always been something about
    gmail that bugs me: how on earth do i get rid of all that spam? i mean, doesn't it ever bug you
    when you have 3 new messages in your inbox, and then 56 bits of spam? and then you have to manually
    head to the spam folder, and delete them all? i know gmail offer you a lot of space and i know the
    spam messages get deleted after 30 days, but for me it is a phsychological thing: i....
  7. Gmail Drive Going To Work?
    (2)
    I heard Gmail changed their way in their system. So Gmail Drive don't work anymore. Any idea or
    anyone is working on this? Gmail Drive used to be a very handy tool! Until last week.. ........
  8. Gmail Imap
    (2)
    My gmail has no IMAP on your settings. Someone I know how to access it or not available?....
  9. Gmail - Accounts Got Disables Last Week....
    (3)
    I believe many must be aware of the mishap in Gmail last week, as few of the accounts got disabled
    due to some reason. One of my friend was also a victim of this... But Good that Google retrieved
    everything in a week and he is again among the happy customers of google... This is happening
    rarely in Gmail. Please make sure that you have backups of all your mails someplace to avoid any
    loss. http://mail.google.com/support/bin/answer.py?answer=50208
    http://www.techcrunch.com/2006/12/28/gmail...mail-deletions/ Ways to avoid loss 1. Forward all
    your incoming mails to....
  10. Why Do People Care About Gmail?
    i made my account first try (15)
    whats so good about gmail? is it something inside gmail? what are the these invites people care
    about? i have never sent one..... so do i have them?....
  11. Google Chat -- Blocked ?
    chat in gmail blocked by administrator.... no worries. (7)
    Is google Chat inside gmail blocked in school, college or office by your network admistrator ?? Do
    not have sufficient rights to install gtalk ? No worries... There is always another way to use
    it.... 1. Sign into your customized google home page (igoogle) -- Go to google.com and click
    signin on the right upper corner of the page. 2. Go to add gadgets 3. Select "Communication
    Category" 4. Select google Chat gadget to be shown on your home page.... 5. Yahooooooooooooooooo...
    Your friends are ready to chat with you.... There is also yet another advantage in this googl....
  12. Multiple Gmail Accounts As Free Online Storage?
    (8)
    I came across this topic which basically says that you can use Gmail to store your files. If
    you're lucky, you get some free gmail invites to be sent to your friends when you open a gmail
    account. Now if you just keep sending the invites to yourself, you'll end up with lots more
    gmail accounts, isn't it? (I've tried it, you CAN create multiple gmail accounts by inviting
    yourself) And that means more storage space if you use each account to store 2 GB of things right?
    Could it possibly rival other premium data backup services online, most importantly....
  13. How Do I Import Old Gmail Mail To Thunderbird?
    I want my old mails to be in thunderbird (3)
    How Do I import old Gmail-mail to Thunderbird? When I made my account I only got my new mail!....
  14. Check The Storage Size Of Your Gmail And Picasa Web Albums Storage Space
    (2)
    Now you can check the amount of Storage you are using for your GMail and Picasa Web Album accounts.
    Visit this page, https://www.google.com/accounts/ManageStorage you must be logged in view this
    page. This give you the details of the amount of storage utilised and free space available. If you
    run out of space either in Gmail or Picasa Web Album, you can purchase extra storage space and the
    newly bought space will be shared by the GMail and Picasa accounts. If you need you can purchase
    extra space here, https://www.google.com/accounts/PurchaseStorage The rates are....
  15. Gmail Shortkeys
    (1)
    Gmail shortkeys you can use bew short keys in your gmail account QUOTE C = Compose new email
    Shift+C = Compose new email in new window K= new Conversation J= old Conversation N= next email P=
    previous email O or Enter= open Conversation U= back to the Conversation Y= Archive current email X=
    select Conversation S= mark mail or Conversation != report spam R= replay to email Shift+R= replay
    to email in new window A= replay to all Shift+A= replay to all in new window F= forward Shift+F=
    forward in new window Tab then Enter= send email Y then O= archive current Conve....
  16. What Else Is Gmail Missing?
    Compared to other services (9)
    Well gmail seems to be that popular one that is authentic and easy to use. It seems to be the
    fastest AJAX version of mail compared to AOL, Yahoo, and the ugly Windows Live Mail. But isn't
    that just a bit too bizarre... there seems to be so many features... what is Gmail missing? Google
    is such a large and rich company, what are they not going to be able to afford. For one thing
    Windows Live Mail certainly is missing a lot... no POP3 no mail forwarding and really crappy
    unattractive ads that take up half the screen. And it doesn't let you chat on your Windows Liv....
  17. Does Gmail Have Too Much Spam Emails?
    Vote! (40)
    Do you think gmail gives too much spam? I have been a member of gmail for a month now and I have
    about 200 spam emails! Do, do YOU think they give too much spam? VOTE!....
  18. Microsoft Says Gmail Is A Virus
    (65)
    QUOTE It seems that Microsoft has started flagging Gmail as a virus in their virus scanning
    software Windows Live OneCare. Many people are reporting that every time they open Gmail, a warning
    is displayed telling the user they are infected with "BAT/BWG.A". Now, either Gmail is a virus, or
    Microsoft is generating false positives. Some affected by this "virus" say other anti-virus products
    do not pick up the infection — to me, this is a bit suspicious. So who should be responsible for
    fixing the problem? Either Google can wait for Microsoft to update their virus def....
  19. Gmail/outlook Problem. Help Needed.
    Is there an aplication for gmail? (5)
    I want to manage my e-mail over a clasic aplication such as Microsoft outlook... I have tried to
    manage my e-mail with outlook, and I can recive e-mail, but I can't send it. So, is there an
    aplication to help me?! Simple, I need an e-mail client software that suports Gmail.......
  20. How Did You Feel When You Got Gmail?
    Share it here (64)
    Hai GMail share the feelings that you got when you recived your first GMail Invite. Here is mine
    At first when I received a mail from Google that contained the link for my GMail account, my joy was
    boundless. I signed up for GMail on 2/19/05 the time when GMail was just released and GMail invites
    are rare. I was the only student in my college atthat time having a GMail Account. That made my
    friends look in jealousy. That was great time. ....
  21. Gmail $500 Cash Prize?
    Real or scam? (13)
    hey anyone Has onyone gotten this email.I just got this ,It tells me that I have won $500 cash prize
    at random and gmail will transfer it to my paypal account.But when I click on the link in my
    email,it take me to the page that I can put my paypal account ,my name and get the money,but
    unfortunately,I'm not a premium gmail game account,so it again tells me to sign up for premium
    gmail game account which cost money.It also tells me that I have to use E-gold account to buy
    premium gmail game account which I don't have one.When I try to use paypal account to buy i....
  22. How Did You Get Gmail
    All GMail members Invited (86)
    Come on all GMail users share here how you got your GMail accounts. We'll see how most of the
    GMail IDs are created from. I registered for GMail in Google Site when it was just out for Beta
    Testing.  I got an Invitation from Google nearly  8 Months after I've registered. But I felt
    exclusive in my college and I was the only guy having GMail Account among my friends and their
    friends circle. Then I started sending Invitations to all my friends and those who asked me for it.
    Now GMail has become common we can get GMail Invitations from numerous sites and forums. B....
  23. Which Antivirus Gmail Is Using?
    A person found out it is Sophos! (12)
    Hey everyone! While surfing the internet I found out an intersing report..which claims that Gmail
    is using Sophos as the antivirus. This guy used a free service in which he sent out some malwares
    and that service gave out the report of major antiviruses...like which one detected it and which
    didnt. And then he compared it with Gmail....and the results show that Gmail found out exactly the
    same malwares which sophos found...so that means there algorithm is same...so it has to be sophos!
    For more information : I am giving the link of the person who conducted the tests a....
  24. Changing A Gmail Password
    how do u do it? (10)
    hi i have a gmail account well a couple of them and i know that someone has been getting on my
    account and screwing with it however i dont know how im supposed to get on and change my password.
    i've tried even getting them to send me information and what not when i forget my password but
    all the same i can never get to a point where i can change it and it kinda is making me upset. my ex
    gets on my account and yells at my friends telling them that i've changed and that i dont want
    anything to do with them and thats wrong i love my friends. anywayz if you know how ....
  25. Gmail Outrage
    Message clipping (19)
    Guess what I just found out, if you have a message to long for gmail to read it will be clipped, cut
    off, unretrevable in HTML format. Rather you have to read through the "Origional Message" which if
    you recieve html newsletters is just a pain. ....
  26. Gmail Skinning - A Quick Guide
    via CSS! :D (27)
    tired of the same GMAIL look? GMAIL starting to melt your eyes with its antiseptic colors?
    /tongue.gif' border='0' style='vertical-align:middle' alt='tongue.gif' /> i know it can be a bit
    harsh... but didn't you wish that you can change how your gmail looks when you log into it?
    /smile.gif' border='0' style='vertical-align:middle' alt='smile.gif' /> surely you will want to try
    this out: SKIN GMAIL! /biggrin.gif' border='0' style='vertical-align:middle' alt='biggrin.gif' />
    some basics: * you would need a GMAIL account (obviously! /biggrin.gif' border='0' ....
  27. Gmail Problems
    ...can't access my mail (9)
    Since moving to Pakistan, I've been appalled at the poor internet service here. Especially since
    the cable has gone down, things have only gone from bad to worse. Now with the satellite links
    things are slowly moving again. I can finally access Yahoomail, hotpop mail, all my other mail
    accounts. But for some reason gmail won't work. The google search engine works fine, but when i
    try to access the mail section i get a page not found error. is this possibly only a local problem,
    or is it something that others have found as well? i imagine not, or there would be a ....
  28. Gmail Forum
    Unofficial site. (15)
    Well, I was playing with google search engine when I stumbled onto this:
    http://www.gmailforums.com/index.php ? It is an unofficial site set up to support gmail and was
    said to be the first forum dedicated to Google's Gmail Service. What do you think about it?....
  29. Gmail Drive
    (25)
    The Gmail Drive extension is a program that will create a hard drive in your My Computer folder.
    When creating folders or copying files to this drive, your computer will automatically store them in
    your Gmail account. They are saved as emails and put in attachments. It's pretty cool. Anyone
    else have it?....
  30. Gmail Or Hotmail
    Gmail vs Hotmal (244)
    Which is better??....

    1. Looking for create, embed, image, mail, gmail






*SIMILAR VIDEOS*
Searching Video's for create, embed, image, mail, gmail

*MORE FROM TRAP17.COM*
Similar
You Have Run Out Of Space For Your Gmail Account
Why Is Gmail Still Beta? - what's the policy behind keeping a beta version
An Ode To Gmail. - A small text about how GMail is awesome.
Gmail Invitations - Hello someone need a Gmail invitation?
Working Download Manager For Gmail Attachments? - anybody with experience...?
Auto-delete Your Spam In Gmail - finally, get rid of all that spam!
Gmail Drive Going To Work?
Gmail Imap
Gmail - Accounts Got Disables Last Week....
Why Do People Care About Gmail? - i made my account first try
Google Chat -- Blocked ? - chat in gmail blocked by administrator.... no worries.
Multiple Gmail Accounts As Free Online Storage?
How Do I Import Old Gmail Mail To Thunderbird? - I want my old mails to be in thunderbird
Check The Storage Size Of Your Gmail And Picasa Web Albums Storage Space
Gmail Shortkeys
What Else Is Gmail Missing? - Compared to other services
Does Gmail Have Too Much Spam Emails? - Vote!
Microsoft Says Gmail Is A Virus
Gmail/outlook Problem. Help Needed. - Is there an aplication for gmail?
How Did You Feel When You Got Gmail? - Share it here
Gmail $500 Cash Prize? - Real or scam?
How Did You Get Gmail - All GMail members Invited
Which Antivirus Gmail Is Using? - A person found out it is Sophos!
Changing A Gmail Password - how do u do it?
Gmail Outrage - Message clipping
Gmail Skinning - A Quick Guide - via CSS! :D
Gmail Problems - ...can't access my mail
Gmail Forum - Unofficial site.
Gmail Drive
Gmail Or Hotmail - Gmail vs Hotmal
advertisement



How To Create Embed Image Mail In Gmail



 

 

 

 

ADD REPLY / Got an Opinion! a humble request :-) RAPID SEARCH! Free Hosting [X]
Express your Opinions, Thoughts or Contribute your information that might help someone here.
Ask your Doubts & Queries to get answers.. "Together, We enlight each other!"
Register FREE for AD-FREE forum, Create your own topics, Ask Questions, track topics, setup subscriptions & notifications and Get a Free Website w/ Email and FTP.
500MB Space *No Ads*, CPanel, FTP, PHP, MySQL, EMails - 100% FREE