Hi David,
Just a quick question...
I am trying to make the "visit store" link on the product pages to be displayed in large text, I have tried adding tags in various places in prices.php but i can't seem to get in right. any idea's?
I have just updated to the latest version and I love the new features, the feed automation tool is awesome - saves me a load of work!!!
Thanks
Daryl
Hi David,
It works but alters the the formatting of the box and leaves a gap in the header of the table, see {link saved}
Thanks
Daryl
Hi Daryl,
That looks like the suggested replacement hasn't overwritten the old <td align='center'> tag - make sure the first one is deleted and you only have
<td align='center' style='font-size:large;'>
...that should be all it is...
Cheers,
David.
--
PriceTapestry.com
Hi Daryl,
In html/prices.php the table cell in which Visit Store is displayed is opened with the opening TD tag at line 16:
<td align='center'>
Try including a style tag at that point to set the required size e.g.
<td align='center' style='font-size:large;'>
...or could be a specific px size e.g.
<td align='center' style='font-size:14px;'>
Hope this helps!
Cheers,
David.
--
PriceTapestry.com