dot after output

General questions about CMSimple
Post Reply
sandy
Posts: 29
Joined: Mon Mar 16, 2009 1:34 am

dot after output

Post by sandy » Mon Mar 16, 2009 5:26 pm

Hi!

whats up with the dot after the $output ?

if i dont put one, the h1 dissapears.

if i take one (= $output.=...),theres such a big empty space between the h1line and the plugin i load. is there any possibility to make this place smaller???

thank you!

Till
Posts: 337
Joined: Tue May 20, 2008 7:20 am
Location: Germany: Bremen
Contact:

Re: dot after output

Post by Till » Mon Mar 16, 2009 7:31 pm

Which plugin?

sandy
Posts: 29
Joined: Mon Mar 16, 2009 1:34 am

Re: dot after output

Post by sandy » Mon Mar 16, 2009 9:22 pm

Hi Till!

just:

Code: Select all

#CMSimple $output.=geturl('http://www.blabla.com/bla.php');# 
but between the headertext and the inframe (bla.php) there just really really much space:

[ external image ]

but in editor theres just the next line after h1 the output theres no space :cry:

Tata
Posts: 3588
Joined: Tue May 20, 2008 5:34 am
Location: Slovakia
Contact:

Re: dot after output

Post by Tata » Mon Mar 16, 2009 9:41 pm

Look in Text Modus. ARe there no <P> or <BR> tags after the command?
E.g.
<H1>My Page</H1>
#CMSimple $output.=geturl('http://www.blabla.com/bla.php');#
<P>&NBSP;</P>
or
<BR>
CMSimple.sk
It's no shame to ask for an answer if all efforts failed.
But it's awful to ask without any effort to find the answer yourself.

sandy
Posts: 29
Joined: Mon Mar 16, 2009 1:34 am

Re: dot after output

Post by sandy » Tue Mar 17, 2009 7:02 pm

looks like:

Code: Select all

<h2>Bla</h2> <p>&nbsp;#CMSimple $output.=geturl('http://www.bla.com/bla.php');# </p>  

Post Reply