cancel
Showing results for 
Search instead for 
Did you mean: 

THIS IS HOW YOU ADD CREDIT CARD PICS TO YOUR PROFILE

tag
Anonymous
Not applicable

Re: THIS IS HOW YOU ADD CREDIT CARD PICS TO YOUR PROFILE

got it, thanks!  

Message 1001 of 1,662
Anonymous
Not applicable

Re: THIS IS HOW YOU ADD CREDIT CARD PICS TO YOUR PROFILE

can someone post a sample script that has the mouseover effect in it?

 

For example, the script of just the picture of the card is:

img src="https://cdn.nextinsure.com/imaging/opt/35c8124e-556d-4eb7-b206-8c7fd8ba6e16.png?h=210" height="50" width="70" 

but where ant what is the coding to put a mouseover title?

Message 1002 of 1,662
Pikaboo-icu
Valued Contributor

Re: THIS IS HOW YOU ADD CREDIT CARD PICS TO YOUR PROFILE


@Anonymous wrote:

can someone post a sample script that has the mouseover effect in it?

 

For example, the script of just the picture of the card is:

img src="https://cdn.nextinsure.com/imaging/opt/35c8124e-556d-4eb7-b206-8c7fd8ba6e16.png?h=210" height="50" width="70" 

but where ant what is the coding to put a mouseover title?


The basic html that I've used is:

<a href="#" title="title to show">
  <img src="source/to/file.ng" alt="photo" />
</a>

 But you might be able to just change the title of your image on the hosting site as well. 

Also there's another method here: https://stackoverflow.com/questions/12105214/display-text-on-mouseover-for-image-in-html/12105236

  


Message 1003 of 1,662
Anonymous
Not applicable

Re: THIS IS HOW YOU ADD CREDIT CARD PICS TO YOUR PROFILE

Real easy all you have to do is add: title=“text” Place that after width but before your ending carat > ...... ex. <img src=“url” width=“70” title=“Text”>
Message 1004 of 1,662
Anonymous
Not applicable

Re: THIS IS HOW YOU ADD CREDIT CARD PICS TO YOUR PROFILE


@Anonymous wrote:
Real easy all you have to do is add: title=“text” Place that after width but before your ending carat > ...... ex. <img src=“url” width=“70” title=“Text”>

when I try that, I get an error "Your setting's value has been changed because invalid HTML was found. The invalid HTML has been removed. Please review the value and re-submit the form when you are satisfied."

Message 1005 of 1,662
Anonymous
Not applicable

Re: THIS IS HOW YOU ADD CREDIT CARD PICS TO YOUR PROFILE

nevermind, I figured it out....and a whole lot more, got colors now, some happy dude...HTML is really easy actually!! lol

Message 1006 of 1,662
Anonymous
Not applicable

Re: THIS IS HOW YOU ADD CREDIT CARD PICS TO YOUR PROFILE

Cool I just saw your message sorry I didn’t reply earlier
Message 1007 of 1,662
DU556
Regular Contributor

Re: THIS IS HOW YOU ADD CREDIT CARD PICS TO YOUR PROFILE

I added the width setting after height but it still isn’t working. What can i be doing wrong?
Message 1008 of 1,662
UncleB
Credit Mentor

Re: THIS IS HOW YOU ADD CREDIT CARD PICS TO YOUR PROFILE


@DU556 wrote:
I added the width setting after height but it still isn’t working. What can i be doing wrong?

You need to use the 'direct' link from Imgur:

 

ImgurDirect.png

Message 1009 of 1,662
DU556
Regular Contributor

Re: THIS IS HOW YOU ADD CREDIT CARD PICS TO YOUR PROFILE

Edit:

for some reason direct link menu finally showed up on imgur. I posted the direct link now but still no go. Here’s what my link looks like. 

<img src="http://imgur.com/a/dWpqAgC" height="50" width="70">

 

Why can’t i see that side bar on imgur?? I clicked on the picture butI don’t see all those options. I tried on the iOS app on iPad and the website. 

Could it be because i just joined imgur? 

Message 1010 of 1,662
Advertiser Disclosure: The offers that appear on this site are from third party advertisers from whom FICO receives compensation.