Oh no! Where's the JavaScript?
Your Web browser does not have JavaScript enabled or does not support JavaScript. Please enable JavaScript on your Web browser to properly view this Web site, or upgrade to a Web browser that does support JavaScript.
Not a member yet? Click here to register.
Forgot Password?

Two panels next to eachother.

Asked Modified Viewed 1,976 times
K
Kaav
K
Kaav 10
  • Junior Member, joined since
  • Contributed 28 posts on the community forums.
  • Started 5 threads in the forums
  • Started this discussions
asked
Junior Member

Hello,
Does anybody know if it's possible to have two panels next to each other on news.php?
Like having a forum panel and the welcome message panel next to each other?

I've used my awesome paint skills to illstruate my question? If anybody know if this is possible, please tell me how I could do this :)
Thanks in advance.
Kaav attached the following file:
awesome-drawing.png [No information available / 71 Downloads]
0 replies

3 posts

C
Craig
C
Craig 14
  • Fusioneer, joined since
  • Contributed 4,462 posts on the community forums.
  • Started 212 threads in the forums
answered
Fusioneer

Hi,

Something like this, paste this into a center panel and you'll get the idea...

<?php
echo"<div  style='width: 100%; margin: 10px auto 10px auto;'>\n

<div style='float: right; width: 50%;'>\n";

openside("Small River");
echo"A small river named Duden flows by their place and supplies it with the necessary regelialia. It is a paradisematic country, in which roasted parts of sentences fly into your mouth. ";
closeside();

echo"</div>\n";

echo"<div style=' width: 50%;'>\n";

openside("Far Far Away");
echo"Far far away, behind the word mountains, far from the countries Vokalia and Consonantia, there live the blind texts. Separated they live in Bookmarksgrove right at the coast of the Semantics, a large language ocean. ";
closeside();

echo"</div>\n";

echo"<div style='margin-top: 5px; width: 100%;'>\n";

opentable("Entire Soul");
echo"A wonderful serenity has taken possession of my entire soul, like these sweet mornings of spring which I enjoy with my whole heart. I am alone, and feel the charm of existence in this spot, which was created for the bliss of souls like mine. I am so happy, my dear friend, so absorbed in the exquisite sense of mere tranquil existence, that I neglect my talents. I should be incapable of drawing a single stroke at the present moment; and yet I feel that I never was a greater artist than now. When, while the lovely valley teems with ";
closetable();

echo"</div>\n</div>";
?>


Please also refer to this...
http://www.php-fusion.co.uk/forum/viewthread.php?thread_id=29584#post_162956
0 replies
K
Kaav
K
Kaav 10
  • Junior Member, joined since
  • Contributed 28 posts on the community forums.
  • Started 5 threads in the forums
  • Started this discussions
answered
Junior Member

Awesome mate! Just what I needed! :D
0 replies
C
Craig
C
Craig 14
  • Fusioneer, joined since
  • Contributed 4,462 posts on the community forums.
  • Started 212 threads in the forums
answered
Fusioneer

Your welcome! :G
0 replies

Category Forum

Panels and Infusions

Labels

None yet

Statistics

  • Views 0 views
  • Posts 3 posts
  • Votes 0 votes
  • Topic users 2 members

2 participants

C
C
Craig 14
  • Fusioneer, joined since
  • Contributed 4,462 posts on the community forums.
  • Started 212 threads in the forums
K
K
Kaav 10
  • Junior Member, joined since
  • Contributed 28 posts on the community forums.
  • Started 5 threads in the forums
  • Started this discussions

Notifications

Track thread

You are not receiving notifications from this thread.

Related Questions

Not yet