I have this one thing that I have to keep doing but it would be good if it was automated.
Hi this is [insert product name here], and here is [insert item name here] go here to buy [itemname]. <img src="[image url of item]">
Is there a script which I can use to make this type of template and just fill in the [insert] parts? (I'm using HTML)
Here is an example of what I need.
I have this HTML code and then I have added parameters in the HTML like [itemname], [item image url] etc. Obviously the [itemname] parameters are replaced by name of the item and then the [item image url] parameters are replaced by image source of the item's image.
What I need is to program something that already knows the HTML code but all it does is ask me hey what is the [itemname], what is the [item image url], and other parameters but you get the point, and then afterwards it generates the HTML and rreplaces the [itemname] parameter with the actual item name I input. If anyone can tell me how to do this I'll donate $10 PayPal.
Hi this is [insert product name here], and here is [insert item name here] go here to buy [itemname]. <img src="[image url of item]">
Is there a script which I can use to make this type of template and just fill in the [insert] parts? (I'm using HTML)
Here is an example of what I need.
I have this HTML code and then I have added parameters in the HTML like [itemname], [item image url] etc. Obviously the [itemname] parameters are replaced by name of the item and then the [item image url] parameters are replaced by image source of the item's image.
What I need is to program something that already knows the HTML code but all it does is ask me hey what is the [itemname], what is the [item image url], and other parameters but you get the point, and then afterwards it generates the HTML and rreplaces the [itemname] parameter with the actual item name I input. If anyone can tell me how to do this I'll donate $10 PayPal.