2012-03-09, 20:49:31
Hello,
Thanks for all the help these last two weeks, since I have been able to almost finish my new website layout, which I'm going to upload in a week or so.
But the problem I have now is that I cant style the text that is in my content. Al the text outside it like in the header etc, works.
I have tried to put the code in my pages through the get-simple pages panel. And also through the php pages, by simply putting the content in my content div and by making the 'get_content' a comment, like this:
<!--<?php get_page_content(); ?>-->
But either way, it somehow faills to find my css:
.plat {
color:#787878;
font-family:Arial;
font-size:11px;
}
And instead it follows this line:
body{
background:#ffffff;
margin:0px;
overflow-ycroll;
font-family: Helvetica, Arial, Verdana;
}
And when I put the text from my header in my content, the same happens. I have also checked for type errors and such, but everything is typed correctley.
If needed I can make and post screenshots.
- - - - - - - - - - - - - - - - - - -
Another thing, since I'm learning GS CMS, I have been writing a Dutch manual with personal notes, but also template tags, important notes about when an error could occur and such, if anyone is interested in that.
Also, does anyone know who's behind the dutch Get Simple website? Because I'd really like to see it online, and if needed I'd like to help with that, for example, doing translations from English to Dutch or somthing.
Greets,
Christiaan
Thanks for all the help these last two weeks, since I have been able to almost finish my new website layout, which I'm going to upload in a week or so.
But the problem I have now is that I cant style the text that is in my content. Al the text outside it like in the header etc, works.
I have tried to put the code in my pages through the get-simple pages panel. And also through the php pages, by simply putting the content in my content div and by making the 'get_content' a comment, like this:
<!--<?php get_page_content(); ?>-->
But either way, it somehow faills to find my css:
.plat {
color:#787878;
font-family:Arial;
font-size:11px;
}
And instead it follows this line:
body{
background:#ffffff;
margin:0px;
overflow-ycroll;
font-family: Helvetica, Arial, Verdana;
}
And when I put the text from my header in my content, the same happens. I have also checked for type errors and such, but everything is typed correctley.
If needed I can make and post screenshots.
- - - - - - - - - - - - - - - - - - -
Another thing, since I'm learning GS CMS, I have been writing a Dutch manual with personal notes, but also template tags, important notes about when an error could occur and such, if anyone is interested in that.
Also, does anyone know who's behind the dutch Get Simple website? Because I'd really like to see it online, and if needed I'd like to help with that, for example, doing translations from English to Dutch or somthing.
Greets,
Christiaan