Search found 12 matches

by cacho
Thu 17. Feb 2005, 18:44
Forum: phpwcms Support English
Topic: 99,9% tableless Design- but some tables I can't find...
Replies: 13
Views: 5797

Hello

I wonder what will happen when a new version come out ?

Will I need to hack the front.inc.php again ?

Are developers planning to separate php code from html to avoid to make this hacks ?


Thanks in advance

J
by cacho
Sat 15. Jan 2005, 09:49
Forum: phpwcms Support English
Topic: Tableless layout and W3C compliant ?
Replies: 22
Views: 9102

Thanks a lot for both explanations..this is the info needed...

Javier
by cacho
Fri 14. Jan 2005, 22:37
Forum: phpwcms Support English
Topic: Tableless layout and W3C compliant ?
Replies: 22
Views: 9102



It's inside an intranet...I can't show it...

Nevertheless, I'll need a list of replacement tags by sure..

And the code I told you comes from {NAV_TABLE_COLUMN}. ie:


<body >
<div id="container">
<div id="header"></div>

<div id="left"><table border="0" width="100%" cellspacing="0 ...
by cacho
Fri 14. Jan 2005, 11:21
Forum: phpwcms Support English
Topic: Tableless layout and W3C compliant ?
Replies: 22
Views: 9102

Hi

When I place a {CONTENT} or {NAV_TABLE_COLUMN} in my layout its replaced for a lot of non compliant html code (with a lot of tables).

Where could I found a list of those replacement tags and how should I change the inside them ?


Thanks in advance

Javier

URL?

It's inside an intranet...I ...
by cacho
Fri 14. Jan 2005, 10:41
Forum: phpwcms Support English
Topic: Tableless layout and W3C compliant ?
Replies: 22
Views: 9102

Hi

When I place a {CONTENT} or {NAV_TABLE_COLUMN} in my layout its replaced for a lot of non compliant html code (with a lot of tables).

Where could I found a list of those replacement tags and how should I change the inside them ?


Thanks in advance

Javier
by cacho
Fri 14. Jan 2005, 09:06
Forum: phpwcms Support English
Topic: Tableless layout and W3C compliant ?
Replies: 22
Views: 9102



- Create new layout and leave empty all fields but select this "rendering: custom (from template main block)"
- create new template, select a custom css file and use custom tableless html code in main area, eg.:

<div id="container">
<div id="header"></div>
<div id="left">{NAV_TABLE_COLUMN ...
by cacho
Thu 13. Jan 2005, 22:09
Forum: phpwcms Support English
Topic: Templates how to ?
Replies: 2
Views: 951

Templates how to ?

Hi All

I'm looking a templates how to or some templates examples to start to develope my site.

Thanks in advance

Javier
by cacho
Thu 13. Jan 2005, 21:52
Forum: phpwcms Support English
Topic: Tableless layout and W3C compliant ?
Replies: 22
Views: 9102

I dont know...

instead of doing it that way you can do as I did...

In rendering : under page layout I have choosen: " table "

then in class eg. left I have added

leftclass

and in the default css I have added:

.leftclass {background-color:#FFFFFF;border-left: 1px solid #000;border-top: 1px ...
by cacho
Thu 13. Jan 2005, 20:32
Forum: phpwcms Support English
Topic: Tableless layout and W3C compliant ?
Replies: 22
Views: 9102

It worked, thanks.

Another question:

I've selected <div> layout. How should it be positioned ?

Usually, when somebody did a <div> layout use a layout as container to others. Then, for example, if you want a centered layout of 700px width you could set a margin-left: auto; margin-right:auto; width ...
by cacho
Thu 13. Jan 2005, 19:00
Forum: phpwcms Support English
Topic: Tableless layout and W3C compliant ?
Replies: 22
Views: 9102

And your site http://www.studmed.dk/ is not w3c compliant too. If it was generated with phpwcms, should I think that the this feature is a lie ?

Powered by phpBB2 Plus 1.52 based on phpBB 2.0.11 | © 2001, 2002 phpBB Group :: FI Theme ;-)

and btw: http://www.phpwcms.de/index.php is based on the ...
by cacho
Wed 12. Jan 2005, 19:49
Forum: phpwcms Support English
Topic: Tableless layout and W3C compliant ?
Replies: 22
Views: 9102

as I remember phpwcms generate w3c compliant content in the frontend....

dont you think it is your template taht isn´t compliant?

Sorry, but I think you didn't undertand me.

I didn't installed phpwcms yet. I just want to know if I'll get a tableless layout and w3c compliant site with this ...
by cacho
Wed 12. Jan 2005, 18:07
Forum: phpwcms Support English
Topic: Tableless layout and W3C compliant ?
Replies: 22
Views: 9102

Tableless layout and W3C compliant ?

Hi

I'm looking for a CMS and come to see what phpwcms have to offer me.

In the feature list I see a message saying "W3C conform frontend rendering". I don't know what it means but the page didn't validate at w3c validator. :)

now I wonder if its possible to make stes with phpwcms that use a ...