can someone help me?

Get help with installation and running phpwcms here. Please do not post bug reports or feature requests here.
Post Reply
DirVilius
Posts: 2
Joined: Tue 3. Apr 2012, 23:00

can someone help me?

Post by DirVilius »

Hi, i am new in this cms.
first of all,sry for my bad english :)

i have created my website with this cms. But i have questiion. Now i have looks like this editor:
http://s15.postimage.org/hg1fcmvor/image.jpg
how can i get look like this?
http://s15.postimage.org/gf16niep7/122.jpg

can someone tell how can i do it? from a to z..
and i am sry if this topic are stupid to someone. i am trying to learn, so please be patient.
have a nice day.
User avatar
flip-flop
Moderator
Posts: 8178
Joined: Sat 21. May 2005, 21:25
Location: HAMM (Germany)
Contact:

Re: can someone help me?

Post by flip-flop »

Hi,

I have never seen this second editor in phpwcms. Where the picture come from?

Generally your can switch the editor in backend PROFILE -> WYSIWYG Editor.

Knut
>> HowTo | DOCU | FAQ | TEMPLATES/DOCS << ( SITE )
DirVilius
Posts: 2
Joined: Tue 3. Apr 2012, 23:00

Re: can someone help me?

Post by DirVilius »

flip-flop wrote:Hi,

I have never seen this second editor in phpwcms. Where the picture come from?

Generally your can switch the editor in backend PROFILE -> WYSIWYG Editor.

Knut
thanks for fast replay, and thanks for this: "PROFILE -> WYSIWYG Editor. "

Picture come from my job where i work, website...

and i have one small question: where should i upload my website image files? Becouse now my css style do not find whem. And now I do like this, and it sucks lol:
body
{
width:100%;
height:100%;
background-color:#06C;
background:url(http://idontknowhow.lt/shery/image/bg.jpg);
background-repeat:repeat;
}
User avatar
update
Moderator
Posts: 6455
Joined: Mon 10. Jan 2005, 17:29
Location: germany / outdoor

Re: can someone help me?

Post by update »

All images (and all other files) for my content i.e. pages, articles, Content Parts are handled by the built in file center.
All images for CSS are in a "_pics" folder I've created within the website root (plus subfolders to keep it clean). They are for design only and all design related images I then call like so:

Code: Select all

body {
width:100%;
height:100%;
/*background-color:#06C;*/
background: #06C url(/_pics/myspecialbodybg.jpg) repeat-y scroll 0 0;
/*background-repeat:repeat;*/
}
It's mostly all about maintaining two or three customer's sites Still supporter for the band Mykket Morton. Visit Mykket Morton on FB. Listen Mykket Morton and live videos on youtube.
Now building a venue for young artists to get wet on stage, rehearsal rooms, a studio, a guitar shop - yes I'm going to build some guitars.
User avatar
update
Moderator
Posts: 6455
Joined: Mon 10. Jan 2005, 17:29
Location: germany / outdoor

Re: can someone help me?

Post by update »

claus wrote:body {
width:100%;
height:100%;
/*background-color:#06C;*/
background: #06C url(/_pics/myspecialbodybg.jpg) repeat-y scroll 0 0;
/*background-repeat:repeat;*/
}
To make things more clear: replace this with

Code: Select all

body {
width:100%;
height:100%;
background: #06C url(/_pics/myspecialbodybg.jpg) repeat-y scroll 0 0;
}
where /_pics/... can also be /image/...
It's mostly all about maintaining two or three customer's sites Still supporter for the band Mykket Morton. Visit Mykket Morton on FB. Listen Mykket Morton and live videos on youtube.
Now building a venue for young artists to get wet on stage, rehearsal rooms, a studio, a guitar shop - yes I'm going to build some guitars.
User avatar
Oliver Georgi
Site Admin
Posts: 9889
Joined: Fri 3. Oct 2003, 22:22
Contact:

Re: can someone help me?

Post by Oliver Georgi »

Pretty old install – the old Spaw might not work as expected and is not recommend any longer.
Oliver Georgi | phpwcms Developer | GitHub | LinkedIn | Систрон
Post Reply