 | Re: yet another problem |  |
Posted: 09/12/2007 3:03 PM |
|
|
|
|
|
| Site Admin |
| Posts |
30757 |
| Word Cnt. |
2,628,690 |
| BDay |
Jul 28 |
| Sign |
Leo |
| Sex |
 |
|
|
|
Joined: Sep 25, 2004
Local time: 3:29 AM
Location: St Pete, FL
|

|
|
|
|
 |
It appears that you figured out how to center the logo now. It is displaying properly for me in Opera, Firefox, and IE6...
 |
|
|
 |
 |
| Back to Top |
|
|
 | Re: yet another problem |  |
Posted: 09/12/2007 3:48 PM |
|
|
|
|
|
| Citation |
| Posts |
1332 |
| Word Cnt. |
86,126 |
| BDay |
Feb 11 |
| Sign |
Aquarius |
| Sex |
 |
|
|
|
Joined: Mar 31, 2007
Local time: 8:29 AM
Location: Birmingham, UK.
|

|
|
|
|
 |
|
|
 |
 |
| Back to Top |
|
|
 | Re: yet another problem |  |
Posted: 09/12/2007 3:54 PM |
|
|
|
|
|
| Site Admin |
| Posts |
30757 |
| Word Cnt. |
2,628,690 |
| BDay |
Jul 28 |
| Sign |
Leo |
| Sex |
 |
|
|
|
Joined: Sep 25, 2004
Local time: 3:29 AM
Location: St Pete, FL
|

|
|
|
|
 |
The difference between the two is that the Joomla code has two columns along the entire page while the other only has one. So in the Joomla code, the logo is sharing space with another column. Unless you want to get rid of the 2nd column at the top of the page, then there is no way to center the logo on the page. If this had used standard HTML table code, you could simply use the colspan="2" setting to accomplish this. It isn't quite as simple with the div code...
 |
|
|
 |
 |
| Back to Top |
|
|
 | Re: yet another problem |  |
Posted: 09/12/2007 4:27 PM |
|
|
|
|
|
| Citation |
| Posts |
1332 |
| Word Cnt. |
86,126 |
| BDay |
Feb 11 |
| Sign |
Aquarius |
| Sex |
 |
|
|
|
Joined: Mar 31, 2007
Local time: 8:29 AM
Location: Birmingham, UK.
|

|
|
|
|
 |
So the joomla isn't any good for I want then  |
|
|
 |
 |
| Back to Top |
|
|
 | Re: yet another problem |  |
Posted: 09/12/2007 5:09 PM |
|
|
|
|
|
| Site Admin |
| Posts |
30757 |
| Word Cnt. |
2,628,690 |
| BDay |
Jul 28 |
| Sign |
Leo |
| Sex |
 |
|
|
|
Joined: Sep 25, 2004
Local time: 3:29 AM
Location: St Pete, FL
|

|
|
|
|
 |
Well you can try this and see what happens:
OPEN
templates/rhuk_solarflare_ii/index.php
FIND
| Code:
|
<div id="header_outer">
<div id="header">
</div>
<div id="top_outer">
<div id="top_inner">
<?php
if ( mosCountModules( 'top' ) ) {
mosLoadModules ( 'top', -2 );
} else {
?>
<span class="error">Top Module Empty</span>
<?php
}
?>
</div>
</div>
|
REPLACE WITH
| Code:
|
<div id="header_outer">
<div id="header">
</div>
</div>
|
 |
|
|
 |
 |
| Back to Top |
|
|
 | Re: yet another problem |  |
Posted: 09/12/2007 5:51 PM |
|
|
|
|
|
| Citation |
| Posts |
1332 |
| Word Cnt. |
86,126 |
| BDay |
Feb 11 |
| Sign |
Aquarius |
| Sex |
 |
|
|
|
Joined: Mar 31, 2007
Local time: 8:29 AM
Location: Birmingham, UK.
|

|
|
|
|
 |
heh look what it did  |
|
|
 |
 |
| Back to Top |
|
|
 | Re: yet another problem |  |
Posted: 09/12/2007 11:52 PM |
|
|
|
|
|
| Site Admin |
| Posts |
30757 |
| Word Cnt. |
2,628,690 |
| BDay |
Jul 28 |
| Sign |
Leo |
| Sex |
 |
|
|
|
Joined: Sep 25, 2004
Local time: 3:29 AM
Location: St Pete, FL
|

|
|
|
|
 |
Well that's not exactly what I had hoped it would do. Put it back the way it was...
 |
|
|
 |
 |
| Back to Top |
|
|
 | Re: yet another problem |  |
Posted: 09/13/2007 5:16 AM |
|
|
|
|
|
| Citation |
| Posts |
1332 |
| Word Cnt. |
86,126 |
| BDay |
Feb 11 |
| Sign |
Aquarius |
| Sex |
 |
|
|
|
Joined: Mar 31, 2007
Local time: 8:29 AM
Location: Birmingham, UK.
|

|
|
|
|
 |
done  |
|
|
 |
 |
| Back to Top |
|
|
 | Re: yet another problem |  |
Posted: 09/13/2007 11:18 PM |
|
|
|
|
|
| Site Admin |
| Posts |
30757 |
| Word Cnt. |
2,628,690 |
| BDay |
Jul 28 |
| Sign |
Leo |
| Sex |
 |
|
|
|
Joined: Sep 25, 2004
Local time: 3:29 AM
Location: St Pete, FL
|

|
|
|
|
 |
Ok, I played around with the code and managed to get the logo displaying at the top without messing up the layout...
 |
|
|
 |
 |
| Back to Top |
|
|
 | Re: yet another problem |  |
Posted: 09/14/2007 7:22 PM |
|
|
|
|
|
| Citation |
| Posts |
1332 |
| Word Cnt. |
86,126 |
| BDay |
Feb 11 |
| Sign |
Aquarius |
| Sex |
 |
|
|
|
Joined: Mar 31, 2007
Local time: 8:29 AM
Location: Birmingham, UK.
|

|
|
|
|
 |
Looks much better Blake but I don't think I’m going to bother with Joomla because it's to tricky to work with
I think I might go with php-fusion instead as it seems a lot easier to work with. I've managed to get the banner/logo right but I'm struggling with the css style sheet side of things. I got an ok match but a few things weren’t quite right so I put the default css style sheet back (can’t wait till I start my Web design and I.T diploma course next Tuesday )
Anyway, see what you think of php-fusion for me please, Blake...
If you can have a go at getting the colours to match as the first site we started with that would be great
Here’s the link: http://www.danceairwaves.net/php_fusion/news.php
Current site path: /public_html/danceairwaves/php_fusion/
Where the current skins files are: /public_html/danceairwaves/php_fusion/themes/Localize/
 |
|
|
 |
 |
| Back to Top |
|
|
 |
 | Information |  |
|