USANet Creations
Users Support and Discussion Areas

NOTE: Always state the software package you have
when asking questions so you will get the correct answer,
as it does make a big difference in the answers you'll get!

| Main Site Home Page | Forums Home Page |

Subject: "align pictures left in my store"   Previous Topic | Next Topic
nonePrinter-friendly copy    
Conferences MakeBid Auction users addons and fixes Topic #310
Reading page 1 of 1 pages
wayland
Charter Member
31 posts, Rate this user
Jan-10-09, 04:22 PM (CST)
Click to add this user to your buddy list  
"align pictures left in my store"
 
   Here you can see a user items pictures all out of alignment.
http://mysale2.com/cgi-bin/auction/auction.pl?action=showstore&user=Bondojoe
I would like to make the pictures show before the listing words. I have tried all types of alignment with the code below with out luck.
This is in mystore.pl

my $imagedisp = "<IMG SRC=\"$image1\" BORDER=\"0\" WIDTH=\"75\">" if ($image1 ne "");
my $filler = "<IMG SRC=\"$config{'fillerpic'}\">";

Anyone have the correct alignment code? Thanks


  Alert | IP Printer-friendly page | Edit | Reply | Reply With Quote
shnippy click here to view user rating
Charter Member
493 posts, 2 feedbacks, 4 points
Jan-10-09, 05:46 PM (CST)
Click to add this user to your buddy list  
1. "RE: align pictures left in my store"
 
   howdy,

its in mystore.pl, sub showstore towards the bottom of that section.

look for:
No Auction Items to View

it will be a couple lines above that.

now look for:
print "<TD>$config{'displistfont'}<A HREF=$ENV{'SCRIPT_NAME'}\?category=$key\&item=$file>$mytitle $imagedisp $grabberpic</A></TD>";

or something like that, as my is modified and i just switched it around or example.

now move the:
$mytitle down so it is in front of &imagedisp $grabberpic

so it looks like this:
print "<TD>$config{'displistfont'}<A HREF=$ENV{'SCRIPT_NAME'}\?category=$key\&item=$file>$imagedisp $grabberpic $mytitle</A></TD>";

that will square it away.

cheers,
shnippy


  Alert | IP Printer-friendly page | Edit | Reply | Reply With Quote
wayland
Charter Member
31 posts, Rate this user
Jan-10-09, 06:58 PM (CST)
Click to add this user to your buddy list  
2. "RE: align pictures left in my store"
 
   Thanks Shnippy. So simple when you know what to do. That little move made everything align perfect. It's almost unbelievable its so easy.
Thanks from Wayland


  Alert | IP Printer-friendly page | Edit | Reply | Reply With Quote
shnippy click here to view user rating
Charter Member
493 posts, 2 feedbacks, 4 points
Jan-11-09, 05:18 AM (CST)
Click to add this user to your buddy list  
3. "RE: align pictures left in my store"
 
   you are very welcome!

we are not born knowing this stuff, trust me. i still appreciate any help i can get.

when you think you know it all is when problems occur. if i need help and i cant fgure it out myself, i turn to others, and usually people are pretty gracious.

i wish you the best with your site, and i hope it becomes prosperous.

cheers,
shnippy


  Alert | IP Printer-friendly page | Edit | Reply | Reply With Quote


Conferences | Topics | Previous Topic | Next Topic
Rate this topic Rate this topic