Jump to content

Change Size of image in confim.php


Guest Croco

Recommended Posts

Guest Croco

Hello,

Thank you for reading this.

I am trying to change the dimensions of the image that displays on the confirm.php page. Right now it says

<td width="275" valign="top" align="left"><a href="http://www.mywebsite.com"><img src="skins/mytemplate/styleImages/my_logo.gif" width="250" height="60" border="0"></a></td>

Where can I go to change this?

Thanks

Link to comment
Share on other sites

Guest Agent47

is it the my_logo.gif image you want to change the dimensions for? All you need to do is change the width and height attributes (width="250" height="60") to whatever u want them to be.

Link to comment
Share on other sites

Guest Croco

is it the my_logo.gif image you want to change the dimensions for? All you need to do is change the width and height attributes (width="250" height="60") to whatever u want them to be.

Yes I want to change the size but I do not know what file to edit to change the size to agree with the actual size fo the logo image.

Thanks

Link to comment
Share on other sites

Guest Agent47

Yes I want to change the size but I do not know what file to edit to change the size to agree with the actual size fo the logo image.

Thanks

Which skin you are using? You can change the content of the confirmation page in /skins/your_selected_skin/styleTemplates/content/confirmed.tpl file
Link to comment
Share on other sites

  • 2 weeks later...
Guest Croco

Yes I want to change the size but I do not know what file to edit to change the size to agree with the actual size fo the logo image.

Thanks

Which skin you are using? You can change the content of the confirmation page in /skins/your_selected_skin/styleTemplates/content/confirmed.tpl file

Hello

I cannot see anywhere in this code of the page you refer to where I can affect any chaneg to the logo image the appears on the confirmation page.

<!-- BEGIN: confirmation -->

<div class="boxContent">

<span class="txtContentTitle">{LANG_CONFIRMATION_SCREEN}</span>

<!-- BEGIN: session_true -->

<div>

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

<div class="cartProgress">

{LANG_CART} &raquo; {LANG_ADDRESS} &raquo; {LANG_PAYMENT} &raquo; <span class='txtcartProgressCurrent'>{LANG_COMPLETE}</span>

</div>

</div>

<!-- BEGIN: order_success -->

<p>{LANG_ORDER_SUCCESSFUL}</p>

<!-- BEGIN: aff_track -->

{AFFILIATE_IMG_TRACK}

<!-- END: aff_track -->

<!-- END: order_success -->

<!-- BEGIN: order_failed -->

<p>{LANG_ORDER_FAILED}</p>

<p>{LANG_ORDER_RETRY}</p>

<div style="text-align: center; padding: 10px;"><a href="cart.php?act=step4" class="txtCheckout">{LANG_RETRY_BUTTON}</a></div>

<!-- END: order_failed -->

</div>

<!-- END: session_true -->

<!-- BEGIN: session_false -->

<p>{LANG_LOGIN_REQUIRED}</p>

<!-- END: session_false -->

</div>

<!-- END: confirmation -->

Link to comment
Share on other sites

Guest Croco

Hello,

Yes it is a custom skin but not many changes made to it

Thanks

I'm not finding in any of the standard templates hard-coded image dimensions. Which skin are you using? Is it a custom skin?
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...