|
|
#1 |
|
Senior Member
Join Date: Mar 2006
Location: Calif/San Franisico Bay Area
Posts: 110
Rep Power: 17 ![]() |
I am useing the viewlisting.tpl.php that juven14 gave us here at photo display in Viewlisting
it has been working fine untill today. I have notice that a ad that was placed goes beyond the frame of the ad you can see for yourself. http://www.justlookingfor.com/viewlisting.php?view=374. how do you stop this form happening. |
|
|
|
|
#2 |
|
Moderator
|
I'd love to take credit for that but that's Erics code just tweaked in the checkout/step3.tpl.php to need a title.
Try making the td=div height/width. HTML Code:
<td> <div style="height: 100px; width: 500px;"> <div align="center"> HTML Code:
<td height="100px" width="500px" align="center">
__________________
John Snyder PHP Developer |
|
|
|
|
#3 |
|
Senior Member
Join Date: Mar 2006
Location: Calif/San Franisico Bay Area
Posts: 110
Rep Power: 17 ![]() |
will this work
<td> <div height="100px" width="500px" align="center"> {foreach from=$data item="entry"}<a onclick="return showPic(this)" href="photos/{$entry.image}" title="{$entry.title}"><img src="thumbs/small_{$entry.image}" hspace="5" vspace="5" border="0" class="imageborder" /></a> {/foreach} </div> </div> Last edited by newone; 07-02-2006 at 02:05 AM. |
|
|
|
|
#4 |
|
Moderator
|
Seems like you got it working.
__________________
John Snyder PHP Developer |
|
|
| Bookmarks |
| Thread Tools | |
| Display Modes | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Header Changer v3.0.15 - v3.1.5 | MSeven | HTML, CSS, and Design Help | 24 | 10-13-2006 05:42 PM |
| v3.0.15 | newone | v3.0 Questions & Support | 0 | 07-23-2006 11:59 AM |
| V3.0.15 payment ad not complete | newone | v3.0 Questions & Support | 18 | 07-09-2006 09:50 AM |
| Header V3.0.15 | newone | HTML, CSS, and Design Help | 17 | 05-05-2006 09:44 AM |
| V3.0.15 release: Is it necessary to upgrade? | julyrod | v3.0 Questions & Support | 5 | 04-04-2006 05:56 PM |