Thread: Joomla help
View Single Post
Old 02-18-2007, 09:36 PM   #5 (permalink)
digiweb
v7n Mentor
 
digiweb's Avatar
 
Join Date: 04-07-06
Location: Manchester, NH
Posts: 780
iTrader: 1 / 100%
digiweb is a glorious beacon of lightdigiweb is a glorious beacon of lightdigiweb is a glorious beacon of lightdigiweb is a glorious beacon of lightdigiweb is a glorious beacon of lightdigiweb is a glorious beacon of lightdigiweb is a glorious beacon of lightdigiweb is a glorious beacon of lightdigiweb is a glorious beacon of lightdigiweb is a glorious beacon of lightdigiweb is a glorious beacon of light
Send a message via Yahoo to digiweb Send a message via Skype™ to digiweb
Quote:
Originally Posted by devilzfan300 View Post
Ok, I got the static content up. The only problem is that it is all centered, and I cant get it to be left align.

http://missionenvironment.com/index....d=14&Itemid=27
Try viewing the source of your page to find the problem. Right above the Text Links (coming soon) is a table tag with a class of "contentpaneopen." So check your css for contentpaneopen (it's in the templates/[templatename]/css/template_css.css) to see if it's set to center. Quite a bit higher in the html source on line 225 is a <div align=center> which might be the issue.

Tracking these down in Joomla requires a global search of the joomla tree. A piece of PHP code could be writing the centered table or centered css tag. Find the problem in the html and backtrack it to the joomla code.

There's a very good chance that contentpane open is being spit out at line 456 (or so depending on joomla version) of components/com_content/content.html.php. Applies to 1.12 and lower, 1.5. But find the center attribute, that's suspicious.
digiweb is offline   Reply With Quote