This tutorial to set how wide I want my entire layout to be (I want it narrow and centered).
I am also using Entries In Scrollbox tutorial.
First, I can't get the first tutorial to work in my theme layer.
I get this error message.
Compile error: line 209, column 1: Unknown token encountered while parsing layer: [TokenStringLiteral] = <<;
if (not )
S2::Layer, S2/Layer.pm, 67
S2::Compiler, S2/Compiler.pm, 27
Context
205: </style>
206: """;
207: }
208:
209: """;
210: if (not $*comp_navbar or $*comp_state=="none") {
211: """
212: < div class= "header"> (had to put spaces in here in order to not mess up this entry.)
213: """;
Note: I place this directly AFTER the page_layout function I have put in for getting an image above the entries.
Secondly, if you take a look at my friends page HERE You can see how if my friends dont make long entries, the entry boxes are quite a bit wider than those with long entries. I've set all widths to 500px. How do I tell it to make even the short entries without scrollboxes 500px?
So my two goals right now are to get the scrollboxes all the same width, and to make my entire component more narrow, and to get the navigation bar to show up at the top.
Sorry for all of the problems, I've followed all of the tutorials but I'm missing something that I cannot catch.
Thanks