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?

Multiple Center Panels

Asked Modified Viewed 10,386 times
V
Vyper69
V
Unprecedented Times call for Unprecedented Measures
  • Senior Member, joined since
  • Contributed 551 posts on the community forums.
  • Started 146 threads in the forums
  • Started this discussions
asked
Senior Member

I was looking for a panel, that would allow for multiple center panels next to each other. I saw craigs for the news, but I am looking for something to add more panels in the center.
0 replies

44 posts

V
Vyper69
V
Unprecedented Times call for Unprecedented Measures
  • Senior Member, joined since
  • Contributed 551 posts on the community forums.
  • Started 146 threads in the forums
  • Started this discussions
answered
Senior Member

Does not work for me. Now it is telling me i have an error in the first one.

The original way it works except for the issues i explained.

Merged on Nov 27 2012 at 08:18:51:
Might be a dumb question, but How do I get these to line up vertical.

echo"<table class='tbl-border' style='width: 100%;' border='0' align='center'>

<tr>\n";

echo"<td>\n";

openside("a panel");
echo"some content here aye";
closeside();

echo"</td>\n";

echo"<td>\n";

openside("a panel");
echo"some content here aye";
closeside();

echo"</td>\n";


echo"<td>\n";

openside("a panel");
echo"some content here aye";
closeside();

echo"</td>\n";

echo"</tr>\n";

echo"</table>\n";

?>
Edited by Vyper69 on 27-11-2012 15:18,
0 replies

Labels

None yet

Statistics

  • Views 0 views
  • Posts 44 posts
  • Votes 0 votes
  • Topic users 6 members

6 participants

C
C
Craig 14
  • Fusioneer, joined since
  • Contributed 4,462 posts on the community forums.
  • Started 212 threads in the forums
A
A
  • Senior Member, joined since
  • Contributed 725 posts on the community forums.
  • Started 128 threads in the forums
P
P
  • Veteran Member, joined since
  • Contributed 1,633 posts on the community forums.
  • Started 29 threads in the forums
H
H
  • Senior Member, joined since
  • Contributed 262 posts on the community forums.
  • Started 28 threads in the forums
R
R
RzM 10
  • Newbie, joined since
  • Contributed 1 post on the community forums.
V
V
Unprecedented Times call for Unprecedented Measures
  • Senior Member, joined since
  • Contributed 551 posts on the community forums.
  • Started 146 threads in the forums
  • Started this discussions

Notifications

Track thread

You are not receiving notifications from this thread.

Related Questions

Not yet