Jump to content

Adding Images To Replace Text Links In Pilot Center


Thomas Rozanov

Recommended Posts

Simply insert an

<img src="images/yourimage.jpg" etc etc">

Image tag in place of the text.

Obviously the etc etc I added is your alt and title tags or what ever else you want to put in like size or something of the such. There are several places in the default Crystal skin that use images as links. You can get a REALLY good idea of how to do it by looking at those. What you are looking to do is REAL simple.

Link to comment
Share on other sites

Simply insert an

<img src="images/yourimage.jpg" etc etc">

Image tag in place of the text.

Obviously the etc etc I added is your alt and title tags or what ever else you want to put in like size or something of the such. There are several places in the default Crystal skin that use images as links. You can get a REALLY good idea of how to do it by looking at those. What you are looking to do is REAL simple.

Thanks So Much! And wait how do i link that image to the adress? So say if i put a change password image. Where in code do i put the link?

Link to comment
Share on other sites

That img code is incorrect.

It would look something like this (including link):

<a href="#"><img src="url.jpg" height="100" width="50" alt="Whatever" /></a>

Well, it wasn't so much incorrect. If someone ran that by me I would know exactly what they meant and maybe I took that for granted. And I did tell him to put the image tag inside a a href tag which is the link when I said just place the image tag where the text is at. Maybe I took that for granted as well, but it was not incorrect.

Thanks for pointing out my short comings on communication skills. I appreciate the public lesson the very same as I was doing for him when I pointed out to look at the default Crystal skin for examples. There is an old saying that goes, "Give a man a fish and he will eat for a day, Teach a man to fish and he will eat for life". Kinda what I was after in that one.

Have a great day.

Link to comment
Share on other sites

Apologies. Invalid and incorrect are the same in my head. They might as well be...

I was simply answering his question.

I know you were answering him. No worries eh? I could have explained it to him better to begin with and I should have.

And now back to the regularly scheduled program already in progress..... :D

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
×
×
  • Create New...