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.

Templates/CSS Posting Preview PunBB

2 posters

Go down

Solved Templates/CSS Posting Preview PunBB

Post by TanMan77777777 November 25th 2009, 1:38 am

Templates/CSS Posting Preview PunBB Pictur17
I can't find the id/class to center "Preview" in posting/pming preview... Or the template to remove it completely. It would be greatly appreciated for the help.
TanMan77777777
TanMan77777777
Forumember

Posts : 728
Reputation : 7
Language : English, HTML, CSS

http://tanman.forumakers.com

Back to top Go down

Solved Re: Templates/CSS Posting Preview PunBB

Post by ankillien November 25th 2009, 3:04 am

Hello,

Do you want to completely remove 'Preview' button/function?
What version you use?
ankillien
ankillien
Energetic

Posts : 5198
Reputation : 129
Language : English, XHTML, CSS, JS, PHP, SQL

Back to top Go down

Solved Re: Templates/CSS Posting Preview PunBB

Post by TanMan77777777 November 25th 2009, 3:26 am

ankillien wrote:Hello,

Do you want to completely remove 'Preview' button/function?
What version you use?
No, I want place the word "Preview in the center of the forum... Like the center the <div> that it's in. (Assuming it is in one.)
Templates/CSS Posting Preview PunBB Pictur18
Templates/CSS Posting Preview PunBB Pictur19
Like this.

It is PunBB.

EDIT: Something isn't right... While I wait I'll try some things out.
TanMan77777777
TanMan77777777
Forumember

Posts : 728
Reputation : 7
Language : English, HTML, CSS

http://tanman.forumakers.com

Back to top Go down

Solved Re: Templates/CSS Posting Preview PunBB

Post by ankillien November 25th 2009, 8:33 am

You can add this code...

Code:
.main-head p {
text-align : center !important;
width : 100%;
}

Hope this helps Very Happy
Can you please give me a link to your forum?
ankillien
ankillien
Energetic

Posts : 5198
Reputation : 129
Language : English, XHTML, CSS, JS, PHP, SQL

Back to top Go down

Solved Re: Templates/CSS Posting Preview PunBB

Post by TanMan77777777 November 25th 2009, 9:45 pm

Wasn't exactly the way I was trying to get it..
Templates/CSS Posting Preview PunBB Pictur10

Do you know which template that can be found in? I can fix it from there if you know.

My forum is http://tanman.forumakers.com/

EDIT: I fixed it. Thanks for the help.

Code:
.main-head, .main-head p {
text-align:left !important;
width: 900px;
margin:0px auto;
}

That's what I used.
TanMan77777777
TanMan77777777
Forumember

Posts : 728
Reputation : 7
Language : English, HTML, CSS

http://tanman.forumakers.com

Back to top Go down

Solved Re: Templates/CSS Posting Preview PunBB

Post by ankillien November 26th 2009, 4:15 am

Solved > Locked
ankillien
ankillien
Energetic

Posts : 5198
Reputation : 129
Language : English, XHTML, CSS, JS, PHP, SQL

Back to top Go down

Back to top

- Similar topics

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