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?

Remove panel title and space Panel Name

Asked Modified Viewed 1,997 times
R
Rudios
R
Rudios 10
  • Member, joined since
  • Contributed 145 posts on the community forums.
  • Started 16 threads in the forums
  • Started this discussions
asked
Member

I would like to create a center panel without a (visible) name and no space used above this panel for the panel name, is this possible?
0 replies

4 posts

D
dimki
D
dimki 10
  • Senior Member, joined since
  • Contributed 246 posts on the community forums.
  • Started 28 threads in the forums
answered
Senior Member

openside($locale['title']);
without

opentable();
0 replies
R
Rudios
R
Rudios 10
  • Member, joined since
  • Contributed 145 posts on the community forums.
  • Started 16 threads in the forums
  • Started this discussions
answered
Member

Can not get it to work, it is not a file type but php:

opentable("");
echo "
code here
";
closetable();

Still got space reserved, above the panel, for the title.
0 replies
D
dimki
D
dimki 10
  • Senior Member, joined since
  • Contributed 246 posts on the community forums.
  • Started 28 threads in the forums
answered
Senior Member

I have no idea
insert code without anything
?>

<center>
code here
</center>

<?

https://www.php-fusion.co.uk/forum/vi...ost_173980


new panel

openside("Title panel");?>

code here


<?php
closeside();


or ?


new panel

opentable("Title");?>

code here


<?php
closetable();
Edited by dimki on 20-08-2015 16:27,
0 replies
R
Rudios
R
Rudios 10
  • Member, joined since
  • Contributed 145 posts on the community forums.
  • Started 16 threads in the forums
  • Started this discussions
answered
Member

Whatever I use, panel has no name but space is provided on top of panel.
0 replies

Labels

None yet

Statistics

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

2 participants

D
D
dimki 10
  • Senior Member, joined since
  • Contributed 246 posts on the community forums.
  • Started 28 threads in the forums
R
R
Rudios 10
  • Member, joined since
  • Contributed 145 posts on the community forums.
  • Started 16 threads in the forums
  • Started this discussions

Notifications

Track thread

You are not receiving notifications from this thread.

Related Questions

Not yet