I would like to have a simple couple of paragraphs on the homepage of my forum.
5 posters
Page 1 of 1
I would like to have a simple couple of paragraphs on the homepage of my forum.
I know this question has probably been answered but I want to create a text box with a few paragraphs on the top section of the opening page of my forum. Is there a simple way of doing this in phpBB3? I am VERY new to forums so please forgive my ignorance.
Regards,
nosty
Regards,
nosty
nosty- New Member
- Posts : 6
Reputation : 1
Language : English
Re: I would like to have a simple couple of paragraphs on the homepage of my forum.
Hello could you please post your forum link here in the post and maybe a screen shot of where your like to add this so we can have some surt of clue to what your talking about
Re: I would like to have a simple couple of paragraphs on the homepage of my forum.
Do you mean the homepage message box?
Lost Founder's Password |Forum's Utilities |Report a Forum |General Rules |FAQ |Tricks & Tips
You need one post to send a PM.
You need one post to send a PM.
When your topic has been solved, ensure you mark the topic solved.
Never post your email in public.
Re: I would like to have a simple couple of paragraphs on the homepage of my forum.
Yes, SLGray, I found it once but i can't seem to find it again.
nosty- New Member
- Posts : 6
Reputation : 1
Language : English
Re: I would like to have a simple couple of paragraphs on the homepage of my forum.
Thanks everyone! A quick question would now be is there any way I can use a text box with a verticle slider there?
my forum is at emotecontrol.american-forum.net Also, I would like to make my banner at the top of the page bigger but I could not find it in the CSS. Any quick advice?
regards, nosty
my forum is at emotecontrol.american-forum.net Also, I would like to make my banner at the top of the page bigger but I could not find it in the CSS. Any quick advice?
regards, nosty
nosty- New Member
- Posts : 6
Reputation : 1
Language : English
Re: I would like to have a simple couple of paragraphs on the homepage of my forum.
Just add the following code in your css. Adjust the max-height to your need if you wish.nosty wrote:Thanks everyone! A quick question would now be is there any way I can use a text box with a verticle slider there?
- Code:
.mes-txt {
max-height: 300px;
overflow-y: scroll;
}
The bigger your image is, the bigger will be the banner. Just use a bigger image.nosty wrote:my forum is at emotecontrol.american-forum.net Also, I would like to make my banner at the top of the page bigger but I could not find it in the CSS. Any quick advice?
If you want to adjust the current image, it will be resized but the quality of the image will degrade.
Use this code for resizing
- Code:
#logo img {
width: 1100px;
}
Similar topics
» help on forum please shut down for a couple hours
» Entrance(homepage) of forum
» "WELCOME TO THE SUPPORT FORUM" On Homepage
» Forum homepage is not working
» Homepage blocking Forum
» Entrance(homepage) of forum
» "WELCOME TO THE SUPPORT FORUM" On Homepage
» Forum homepage is not working
» Homepage blocking Forum
Page 1 of 1
Permissions in this forum:
You cannot reply to topics in this forum