views:

45

answers:

1

Hey guys, I'm new to template editting. I'm trying to remove a table from the Amazon's WebStore template so i can start designing my own.

Anyone out there know how I can go about hiding/disabling/removing/bypassing it?

A: 

use jquery, include the jquery.js into the store via either site wide or per page custom script area.

and slowly find your way through their html chunk. include id if necessary and do any manipulation there :)

note, if possible try to use their html widgets as much as possible and use their id as much as possible so you don't get any weird bugs.

if you need help, please put the html chunk here and i think anybody in this site will be more than willing to help you sieve through it via the magical jquery.

melaos