The forum of the forums
Would you like to react to this message? Create an account in a few clicks or log in to continue.

<P align=right>

3 posters

Go down

In progress <P align=right>

Post by itoh February 1st 2013, 3:21 am

Hello
I am now working in the:

Homepage message
Message content

and I am trying to get something to show on the right side of the page. I have used the "<P align=right>, but that does not appear to work as the item still remains on the left side of the page.
Is there a special "code" to use to get something on the right side of page?
Thank you.

I have been told "Your forum version is phpBB 3."

itoh
itoh
Forumember

Posts : 207
Reputation : 0
Language : english
Location : Japan

Back to top Go down

In progress Re: <P align=right>

Post by nextlevelgaming February 1st 2013, 3:30 am

reason for staying there is <p align doesn't work. First inline align is deprecated by the W3C and you should use css for this. so do this

Code:
<p class="para">CONTEXT</p>

Then add css

Code:
.para {
text-align:right;
}
nextlevelgaming
nextlevelgaming
Forumember

Male Posts : 989
Reputation : 38
Language : English|CSS|HTML5|javascript|
Location : New York

http://www.easybbtutorials.forumotion.com

Back to top Go down

In progress Re: <P align=right>

Post by itoh February 1st 2013, 3:42 am

Thank you, but sorry that I am new at this and don't know how to add the following:

<p class="para">CONTEXT</p>

.para {
text-align:right;
}

Do I just add the above (as is) before the item I want to place on the right side of page?
itoh
itoh
Forumember

Posts : 207
Reputation : 0
Language : english
Location : Japan

Back to top Go down

In progress Re: <P align=right>

Post by nextlevelgaming February 1st 2013, 3:43 am

well where ever you post the <p align="right"></p> is where you'll need to add that.

Then the css goes in

ACP>DISPLAY>COLORS>STYLESHEET
nextlevelgaming
nextlevelgaming
Forumember

Male Posts : 989
Reputation : 38
Language : English|CSS|HTML5|javascript|
Location : New York

http://www.easybbtutorials.forumotion.com

Back to top Go down

In progress Re: <P align=right>

Post by itoh February 1st 2013, 4:48 am

nextlevelgaming wrote:well where ever you post the <p align="right"></p> is where you'll need to add that.

Then the css goes in

ACP>DISPLAY>COLORS>STYLESHEET


Thank you for your time and explanation. I tried it with word text and it worded fine.

But it does not work with OneStat code, which probably has some permanent left side placement instruction in the OneStat code.
So I will just forget about using OneStat.

You may close thread if you wish.
itoh
itoh
Forumember

Posts : 207
Reputation : 0
Language : english
Location : Japan

Back to top Go down

In progress Re: <P align=right>

Post by nextlevelgaming February 1st 2013, 4:58 am

I can't close topics Wink Though I have no idea what you are speaking of OneStat Wink
nextlevelgaming
nextlevelgaming
Forumember

Male Posts : 989
Reputation : 38
Language : English|CSS|HTML5|javascript|
Location : New York

http://www.easybbtutorials.forumotion.com

Back to top Go down

In progress Re: <P align=right>

Post by itoh February 1st 2013, 5:10 am

OneStat (http://www.onestat.com/) is a site that supplies a code that allows you to track people who visit your site/forum/etc.

Thanks again for your help.
itoh
itoh
Forumember

Posts : 207
Reputation : 0
Language : english
Location : Japan

Back to top Go down

In progress Re: <P align=right>

Post by Sanket February 1st 2013, 5:27 am

What is the code that you received, please post it here? You want it on the right side of the homepage message?
Sanket
Sanket
ForumGuru

Male Posts : 48766
Reputation : 2830
Language : English
Location : Mumbai

Back to top Go down

In progress Re: <P align=right>

Post by itoh February 2nd 2013, 6:48 pm

Sanket wrote:What is the code that you received, please post it here? You want it on the right side of the homepage message?

Thank you. I think I will leave it on the left side of the page rather than trying to change anything as they say changing the code could remove the code.

Thanks again for your kind help.
itoh
itoh
Forumember

Posts : 207
Reputation : 0
Language : english
Location : Japan

Back to top Go down

In progress Re: <P align=right>

Post by Sanket February 3rd 2013, 8:03 pm

Solved, without a solution & hence garbaged.
Sanket
Sanket
ForumGuru

Male Posts : 48766
Reputation : 2830
Language : English
Location : Mumbai

Back to top Go down

Back to top

- Similar topics

 
Permissions in this forum:
You cannot reply to topics in this forum