Jump to content

Graphics


Guest Alorwebdesign

Recommended Posts

Guest Alorwebdesign

I added a box to my skin, and I would like to put an image in it. Can someone tell me how to do this?

Thanks in advance,

Lori

Link to comment
Share on other sites

You put an image in it with html code. Since you can't post links to your site, maybe you could post a reason why you can't post links to your site?

Figuring out the code should be easy, <img src="http://url_to_your_image_goes_here_.jpg">

Or get fancy, like

<div style="text-align: center;">

<img src="http://url_to_your_image_goes_here_.jpg" style="width: xxpx; height: xxpx; border: 0px;" alt="Some descriptive text here" title="Your tooltip title here"></div>

Link to comment
Share on other sites

Guest Alorwebdesign

You put an image in it with html code. Since you can't post links to your site, maybe you could post a reason why you can't post links to your site?

I'm confused. I created the box in index.tpl so where do I put the html? Also, what do you mean about posting links to my site? I can't add links? I want to add two forms to the homepage.. One to allow people to ask the pharmacist questions and one to allow people to transfer prescription information. Is this not possible?

Thanks in advance,

Lori

Link to comment
Share on other sites

You put an image in it with html code. Since you can't post links to your site, maybe you could post a reason why you can't post links to your site?

Also, what do you mean about posting links to my site? I can't add links?

Can you post a link to your site so we can see what you're trying to achieve? much easier and more effective than a description.
Link to comment
Share on other sites

I see, there is a misunderstanding :whistle:

What I mean, as Robsta says, is for you to put a link to your site into the forum post when you ask a question, so we can click on the link and go to your site. We need to be able to see what you are asking about. I gave you the code for adding an image above; you put this code in the box code on global/index.tpl

It helps prevent misunderstandings if you give us a link so we can view your site. Can you view your store on the internet? How do you find it?

Link to comment
Share on other sites

Guest Alorwebdesign

I see, there is a misunderstanding :)

What I mean, as Robsta says, is for you to put a link to your site into the forum post when you ask a question, so we can click on the link and go to your site. We need to be able to see what you are asking about. I gave you the code for adding an image above; you put this code in the box code on global/index.tpl

It helps prevent misunderstandings if you give us a link so we can view your site. Can you view your store on the internet? How do you find it?

My site is at http://www.naturecarepharmacy.com/store3/ I have added boxes, for example, ask the pharmacist. There is a link inside that says click here, which I would like to replace with a graphic. This graphic should open up to a form.

Thank you in advance,

Lori

Link to comment
Share on other sites

Ok. Mark's code is correct. Just replace the box's code with something like this...

<div style="text-align: center;"><a href="http://url_to_your_destination">

<img src="http://url_to_your_image_goes_here_.jpg" style="width: xxpx; height: xxpx; border: 0px;" alt="Some descriptive text here" title="Your tooltip title here"></a></div>

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.   Paste as plain text instead

  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.

×
×
  • Create New...