Hey all,
Can anyone tell me why PostNuke HTML pages will only allow for very basic table coding? I can create the table without a problem and get a border etc. I can even put a linked image inside the tags and they will show up and work! LOL. BUT, for some reason PNuke will not allow for text alignment. My coding is perfect and my HTML settings are set to my specs in the System Settings.
I've overcome a lot of problems with 0.8-RC2 through coding most of my pages. I don't mind doing it. Now I just need some tables. LOL.
This is really bizarre. Any ideas?
Thanks,
RDude
Watch
GitHub Core
Show your support for Zikula! Sign up at Github account and watch the Core project!
GitHub Modules
- michiel responded to »password problem« 10:01 AM
- mazdev responded to »Hide "Register new account" and change template to 3 col« 07:50 AM
- mesteele101 created topic »Zikula 1.3.3 - Site Search 1.5.2 - Unable to turn off plug-ins« 07:48 AM
- mesteele101 responded to »ERR (3): E_USER_ERROR: Smarty error: [in pagesvar:pagesitem2en line XXX]…« 25. May
- mazdev responded to »Pages 2.5.0 and updating - Page not found« 25. May
- mesteele101 responded to »Zikula 1.3.3 - Selecting a category in Pages not working« 25. May
- mdee created topic »How to implement returnpage ?« 25. May
Zikula Blog
- Anatomy of Open Source Projects on Mar 07
- Continuous Review on Mar 01
- Not Invented Here on Feb 24
- How to Contribute Your Code at Github on Jan 13
- 10 Steps to Coding-Nirvana: Tips for Successful Module Writing on Nov 12
- Submitting Bug Report Tickets That Get Results on Aug 17
- Cozi Tricks #1: Syntax Highlighting on Aug 07
Login
Table coding in 0.8-RC2 html pages
-
- Rank: Team Member
- Registered: Dec 07, 2003
- Last visit: May 09, 2010
- Posts: 2703
What is the code that doesn't work? I will test it for you.
--
David Pahl
Zikula Support Team -
**unknown user**
- Rank: Registered User
- Registered: Mar 16, 2002
- Last visit: Jan 18, 2008
- Posts: 21
Hi "AmmoDump".
I'm just referring to basic alignments before some text. i.e. - align="left" and that sort of thing. The HTML shows up for some weird reason. PostNuke will accept basics like bgcolor, border, but not align. Try it and you'll see what I mean.
Thanks
edited by: RaunchyDude, Jan 14, 2008 - 01:50 AM -
- Rank: Team Member
- Registered: Dec 07, 2003
- Last visit: May 09, 2010
- Posts: 2703
Sorry tired today....
Align has been deprecated in HTML.
--
David Pahl
Zikula Support Team -
- Rank: Expert
- Registered: Nov 23, 2003
- Last visit: Dec 13, 2009
- Posts: 1487
RaunchyDude
Deprecated!? Oh damn. I'm gonna see if CSS works then. Are there any "new" alternatives to "align" in HTML then? Is HTML becoming obsolete? It seems that way.
Thanks
Yes HTML is becoming obsolete, that's old news though. XHTML is the now 'common' standard for generating web content and all styling information is relegated to CSS. That being said tables do still accept the align attribute but it needs to be in the 'tr' or 'td' elements. Reference: XHTML Basic Table Module.
Regardless I think you're better off just adding a class to the table and using text-align: center; in the style sheet.
But we'd have to know what your doctype declaration states in order to give you an accurate answer.
--
Under Construction! -
- Rank: Software Foundation
- Registered: Sep 03, 2002
- Last visit: May 09, 2010
- Posts: 909
HTML for the semantic structure of you content (headline = hx, paragraphs = p ASO) and CSS for the styling of it.
--
best regards from Kiel, sailing city
Steffen Voss
Member of the Zikula Steering Committee
Read The Zikulan's Blog "If you want people to RTFM, make a better FM!"
- Moderated by:
- Support
