RandieH
Forum Replies Created
-
Forum: Themes and Templates
In reply to: Right Align a photoI am not sure that I understand. I looked at the w3 schools link. I am still at beginner level.
Forum: Themes and Templates
In reply to: Right Align a photoActually now that it is working, do you know how to justify the text? It will make the page look tidier.
Forum: Themes and Templates
In reply to: Right Align a photoAwesome. Thanks for looking at this with me. I had to do this for my job and it was stressing me out.
Forum: Themes and Templates
In reply to: Right Align a photoIt still isn’t working for you?
Forum: Themes and Templates
In reply to: Right Align a photoActually, it is working now. Did you do something already?
If not, then my question is how come it works in the real web site and not in the preview mode?
Thanks!
Forum: Themes and Templates
In reply to: Right Align a photoI added it to my gallery, and here is the link I was trying to use to right align and wrap:
<a href="https://oropomodoro.com/2010/wp/wp-content/uploads/2012/09/Oro-Pomodoro-and-Semper-Fi-copy.png"><img class="alignright wp-image-310" style="margin: 5px;" title="Oro Pomodoro and the Semper Fi Fund" src="https://oropomodoro.com/2010/wp/wp-content/uploads/2012/09/Oro-Pomodoro-and-Semper-Fi-copy.png" alt="" width="230" height="157" /></a>
[Moderator Note: Please post code or markup snippets between backticks or use the code button. As it stands, your code may now have been permanently damaged/corrupted by the forum’s parser.]
Forum: Themes and Templates
In reply to: Right Align a photoThis was the most recent:
img.centered, .aligncenter, div.aligncenter {
display: block;
margin-left: auto;
margin-right: auto;
}img.alignright {
padding: 4px;
margin: 0 0 2px 7px;
display: inline;
}img.alignleft {
padding: 4px;
margin: 0 7px 2px 0;
display: inline;
}.alignright {
float: right;
}.alignleft {
float: left;
}Forum: Themes and Templates
In reply to: Right Align a photoHi Andrew,
Thanks for the fast response.I found a lot of links saying to add this code or that to the css stylesheet, but none of them changed anything!