Hi,
I've been trying to map some product names. Unfortunately the names are to long to fit on a single line. Is there a way of lengthening the box so I can fit it in?
Thanks,
Patrick
Thanks David, Another quick question I wanted to go back and look at my previous posts in the forum. Is there a easier way than searching for posts with the name "paddy" in?
Hi Patrick,
Unfortunately not as it stands - a search is probably the best way - the forum is well indexed.
Cheers,
David.
it is well indexed, I'm just being a bit lazy.
Thanks for your quick and helpful response, as ever.
Paddy
Hi Patrick,
Sure - the textarea is generated by the following code on line 53 of admin/productsmap_configure.php:
print "<textarea name='alternates' rows='10' cols='50'>".widget_safe($productmap["alternates"])."</textarea>";
...just change the cols='50' as required - something like cols='150' should just about fill normal view..
Cheers,
David.