Simple html commands - Post ID 119677

User 2075562 Photo


Registered User
14 posts

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
User 364143 Photo


Guest
5,410 posts

Here ya go.

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!
User 2075562 Photo


Registered User
14 posts

Many thanks - got to go out today, but will try it out later.
User 2075562 Photo


Registered User
14 posts

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.
User 364143 Photo


Guest
5,410 posts

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.


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!
User 2075562 Photo


Registered User
14 posts

Thanks very much.
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.