Message 2453 of 2467

Picture Alignment in eons Posts

Type...

<center><img src='address of picture'></center>

Which will result in this...



This tag will allow you to center TEXT as well.

It will center anything between the <center> and </center> tags.

Sometimes, you may want to place a picture on the LEFT-HAND side of your post, with TEXT appearing on the RIGHT-HAND side...

Type...

<img src='address of picture' align='left'>Type your text here and it will automatically appear to the right of the picture.

If you want the picture to appear on the RIGHT-HAND side of your post, with text to the left, you would type...

<img src='address of picture' align='right'>Type your text here and it will automatically appear to the left of the picture.

There is one shortcoming, however, when it comes to using HTML align commands on eons servers, but I'll cover that in another post.

Hello LeeinFl,
Newbie here, appreciate first off all you post....thank you very much.
Question on this post.....
I am trying to put a daily Christian verse box piece on my Widget so it will post.
When I put it on it didn't show the entire piece nor was it clear.......it was off center. This is where a friend showed me to pick this daily verses from.....
Thedailybibleverse.org
I tried and tried before so thought I would ask if this is possible in the widget area and use your center alignment on this to be placed correctly?
Hope I am asking this clear enough?
I don't know how you prefer to answer on here or on my pm....whatever?
Thank for your help, Smiletu

SMILETU's profile

over 2 years ago
I'm not sure where or how you are attempting to add these daily messages to your widget; however, if using HTML to enter them, place the <center> tag immediately before the first word in the message and the </center> tag immediately after the last word in the message.

If you are using <font> tags in the message, place the <center> tag immediately before the first <font> in the message and the </center> tag immediately after the last </font> in the message.

You may have to use <br /> tags within the text to allow the entire text to appear within the widget.

Like I said initially, without an example of what you have done or are doing, I'm not sure where or how you are attempting to add these daily messages to your widget and am providing you with only general instructions.


over 2 years ago