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.

"Double Forum: like the "About Forummotion" section?

4 posters

Go down

Solved "Double Forum: like the "About Forummotion" section?

Post by Honor July 16th 2010, 8:26 pm

On the index of this site, the About Forummotion has two forums in one block (or four forums in two blocks, depending on how you want to look at it Razz ) How is that accomplished? Could use something very similar on my site, which is now PHPBB3.


Last edited by Honor on July 17th 2010, 9:09 pm; edited 1 time in total
avatar
Honor
Forumember

Female Posts : 172
Reputation : 17
Language : English
Location : Bouncing off the Walls

http://blueplanet.road2us.com

Back to top Go down

Solved Re: "Double Forum: like the "About Forummotion" section?

Post by LH Justin July 16th 2010, 8:35 pm

Use this tutorial.
LH Justin
LH Justin
Hyperactive

Male Posts : 3686
Reputation : 121
Language : English
Location : United States

Back to top Go down

Solved Re: "Double Forum: like the "About Forummotion" section?

Post by Honor July 16th 2010, 10:37 pm

Okay I've got it set up. Thanks.

However, I can't get the links to take on text decoration. On this forum, they underline and change to orange like the rest of the forum heads.

How is that accomplish.
avatar
Honor
Forumember

Female Posts : 172
Reputation : 17
Language : English
Location : Bouncing off the Walls

http://blueplanet.road2us.com

Back to top Go down

Solved Re: "Double Forum: like the "About Forummotion" section?

Post by Darren1 July 17th 2010, 4:41 am

Hello,

That is all achieved by using the different buttons above the text reply box (You my have to hit the +HTML Button) or using codes that they know, for example
Code:

<b> Text</b> = Bold
<u>text</u> = Underlined
<i>Text</i> = Italicized
<br /> = Line break
<font color="#101010>Text</color>
And so forth.
Darren1
Darren1
Helper
Helper

Male Posts : 11853
Reputation : 566
Language : English

Back to top Go down

Solved Re: "Double Forum: like the "About Forummotion" section?

Post by Honor July 17th 2010, 4:44 pm

This I know - I'm talking about hover text. It doesn't act like a forum head like the rest of the forum heads do - nothing happens when you hover over.
avatar
Honor
Forumember

Female Posts : 172
Reputation : 17
Language : English
Location : Bouncing off the Walls

http://blueplanet.road2us.com

Back to top Go down

Solved Re: "Double Forum: like the "About Forummotion" section?

Post by Honor July 17th 2010, 9:08 pm

Figured it out myself- put this code in the beginning, before the table.

Code:
<STYLE TYPE="text/css">
a:link { color: #003CFF; text-decoration: none }
a:active { color: #003CFF; text-decoration: none }
a:visited { color: #003CFF; text-decoration: none }
a:hover { color: #00FF22; text-decoration: underline }
</STYLE>
avatar
Honor
Forumember

Female Posts : 172
Reputation : 17
Language : English
Location : Bouncing off the Walls

http://blueplanet.road2us.com

Back to top Go down

Solved Re: "Double Forum: like the "About Forummotion" section?

Post by ankillien July 18th 2010, 5:39 pm

Solved > Locked
ankillien
ankillien
Energetic

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

Back to top Go down

Back to top


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