Simple html commands - Post ID 119308
Any chance of some simple instructions for the following:
positioning images on a text page, centre or right
adding a border to images
inserting targets on a page and linking to the targets.
That would be very helpful.
Thanks
positioning images on a text page, centre or right
adding a border to images
inserting targets on a page and linking to the targets.
That would be very helpful.
Thanks
Here ya go.
Image center
Image right
Image left
This link tag
would go to this location anchor tag
Make sure you enclose any html tags in between [[[ and ]]] in the shopping cart.
Image center
<img style="display:block; margin-left:auto; margin-right:auto;" src="mypic1.jpg" border="1" />
Image right
<img style="float:right" src="mypic2.jpg" border="1" />
Image left
<img style="float:left" src="mypic3.jpg" border="1" />
This link tag
<a href="#comehere">Click me</a>
would go to this location anchor tag
<a name="comehere">Look Here</a>
Make sure you enclose any html tags in between [[[ and ]]] in the shopping cart.
CoffeeCup... Yeah, they are the best!
Many thanks - got to go out today, but will try it out later.
Spent quite a time trying things out, and not yet clear on the link to target.
After various trials have achieved a link by the following html command
[[[<a href="Planting">Planting for the Future</a>]]]
Planting for the Future being the text I wanted highlighted.
But I cannot get a target called "Planting" on the same page to work
Could you possibly give me the exact code to put in for the target.
After various trials have achieved a link by the following html command
[[[<a href="Planting">Planting for the Future</a>]]]
Planting for the Future being the text I wanted highlighted.
But I cannot get a target called "Planting" on the same page to work
Could you possibly give me the exact code to put in for the target.
anneinwales wrote:
Spent quite a time trying things out, and not yet clear on the link to target.
After various trials have achieved a link by the following html command
[[[<a href="Planting">Planting for the Future</a>]]]
Planting for the Future being the text I wanted highlighted.
But I cannot get a target called "Planting" on the same page to work
Could you possibly give me the exact code to put in for the target.
Spent quite a time trying things out, and not yet clear on the link to target.
After various trials have achieved a link by the following html command
[[[<a href="Planting">Planting for the Future</a>]]]
Planting for the Future being the text I wanted highlighted.
But I cannot get a target called "Planting" on the same page to work
Could you possibly give me the exact code to put in for the target.
Change this
[[[<a href="Planting">Planting for the Future</a>]]]
To this
[[[<a href="#Planting">Planting for the Future</a>]]]
Place this where you want to jump to
[[[<a name="Planting">Planting for the Future Area</a>]]]
CoffeeCup... Yeah, they are the best!
Thanks very much.
My first effort didn't work, but got the principle now.
Simple targets won't be a problem from now on.
My first effort didn't work, but got the principle now.
Simple targets won't be a problem from now on.
Have something to add? We’d love to hear it!
You must have an account to participate. Please Sign In Here, then join the conversation.