Justification - Post ID 236964

User 2088758 Photo


Senior Advisor
3,086 posts

Jack Tipton wrote:
I used the Edit Header function and put the code that Eric had in it, but it did nothing.
It is not that important.
Steve are you giving out more info on a new product? You may be in trouble again.


Nope not on the new product, RLMP is already on the market :)
Taking over the world one website at a time!

Steve Kolish
www.misterwebguy.com

YouTube Channel:
https://www.youtube.com/channel/UCL8qVv … ttneYaMSJA
User 187934 Photo


Senior Advisor
20,181 posts

Jack Tipton wrote:
I used the Edit Header function and put the code that Eric had in it, but it did nothing.
It is not that important.
Steve are you giving out more info on a new product? You may be in trouble again.

Link?
I can't hear what I'm looking at.
It's easy to overlook something you're not looking for.

This is a site I built for my work.(RSD)
http://esmansgreenhouse.com
This is a site I built for use in my job.(HTML Editor)
https://pestlogbook.com
This is my personal site used for testing and as an easy way to share photos.(RLM imported to RSD)
https://ericrohloff.com
User 2140875 Photo


Registered User
364 posts

Jack,
here is how I justify. This script also sets up parameters for font style, color and size.

Put this in the header:
<style>
p.ex1
{font:13px droid serif,sans-serif;}
p.ex1
{color:rgb(255,255,255);}
p.ex1
{line-height:125%;}
div
{text-align:justify;text-justify:inter-word;}
</style>

As an example, put this in the body of an html box:
<div><p class="ex1">WELCOME to the "new" WARE website! We are a work in progress. Online registration for the 2015 Rally will be available through PayPal, or you may still mail in your registration. If you would like to volunteer, just click on the "Contact/Volunteer" button. You can also use the Contact form to ask us any questions, give us your suggestions or just make a comment. Click on the Facebook Icon to see what is happening on our Facebook page. Want T-Shirts for the Rally? Just fill out our T-Shirt order form and pay through PayPal. Would you consider donating for worthy causes, using your crafting skills? Click the "Donate" button for opportunities. We will be updating the site as we get nearer the rally dates, so keep checking back for new information. We want this to be a user-friendly website for YOU.</div>


You can view this at: http://warerally.com

Galen
User 271657 Photo


Ambassador
3,816 posts

You can also put all your specifications in one class:

CSS:
p.justify {
font:13px droid serif, serif;
color: #000;
line-height:125%;
text-align:justify;
}
HTML:
<p class="justify">text here</p>
I love deadlines. I like the whooshing sound they make as they fly by. (Douglas Adams)
https://www.callendales.com

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.