 | Hi Nightrider |  |
Posted: 08/11/2007 9:13 PM |
|
|
|
|
|
| Citation |
| Posts |
1332 |
| Word Cnt. |
86,126 |
| BDay |
Feb 11 |
| Sign |
Aquarius |
| Sex |
 |
|
|
|
Joined: Mar 31, 2007
Local time: 1:08 AM
Location: Birmingham, UK.
|

|
|
|
|
 |
|
|
 |
 |
| Back to Top |
|
|
 | Re: Hi Nightrider |  |
Posted: 08/11/2007 9:23 PM |
|
|
|
|
|
| Site Admin |
| Posts |
49593 |
| Word Cnt. |
2,756,445 |
| BDay |
Apr 22 |
| Sign |
Taurus |
| Sex |
 |
|
|
|
Joined: Sep 25, 2004
Local time: 6:08 PM
Location: Texas
|

|
|
|
|
 |
Chris, did you know that at the bottom of the page they show you a clearned up version of your code? Does that not work either?
 |
|
|
 |
 |
| Back to Top |
|
|
 | Re: Hi Nightrider |  |
Posted: 08/11/2007 9:38 PM |
|
|
|
|
|
| Citation |
| Posts |
1332 |
| Word Cnt. |
86,126 |
| BDay |
Feb 11 |
| Sign |
Aquarius |
| Sex |
 |
|
|
|
Joined: Mar 31, 2007
Local time: 1:08 AM
Location: Birmingham, UK.
|

|
|
|
|
 |
Yes I know but that makes it even worse using the entire code from it because it includes everything due to these being in about.php file
{capture name="title"} - {l}About{/l}{/capture}
{capture assign="in_page_title"}{l}About{/l}{/capture}
{capture assign="description"}{l}About Us{/l}{/capture}
{include file="header.tpl"}
{include file="top_bar.tpl"}
Content.
{include file="footer.tpl"}
I’ve already cleaned loads up but I’m stuck on the 9 errors I can get rid of a few more if I remove the center tags too but I need them in there. Funny how they don’t mess up another page that I did
I’m stumped with this page. Very confusing  |
|
|
 |
 |
| Back to Top |
|
|
 | Re: Hi Nightrider |  |
Posted: 08/12/2007 2:42 AM |
|
|
|
|
|
| Site Admin |
| Posts |
30757 |
| Word Cnt. |
2,628,690 |
| BDay |
Jul 28 |
| Sign |
Leo |
| Sex |
 |
|
|
|
Joined: Sep 25, 2004
Local time: 8:08 PM
Location: St Pete, FL
|

|
|
|
|
 |
The problem was caused by two errors in the about.tpl file. The first problem was that a center tag was not terminated. It looks like a copy and paste error. There were two begin center tags rather than a begin and ending center tag...
The second problem was that there were two begin div tags and only one ending div tag. By removing one of the begin div tags and ending the second center tag in the about.tpl file, the about.php file validates now...
 |
|
|
 |
 |
| Back to Top |
|
|
 | Re: Hi Nightrider |  |
Posted: 08/12/2007 9:41 AM |
|
|
|
|
|
| Citation |
| Posts |
1332 |
| Word Cnt. |
86,126 |
| BDay |
Feb 11 |
| Sign |
Aquarius |
| Sex |
 |
|
|
|
Joined: Mar 31, 2007
Local time: 1:08 AM
Location: Birmingham, UK.
|

|
|
|
|
 |
Ok, thanks Blake. I've shortened both about.php and guidelines.php page and they still validate... picking it up a lot better now. Thanks.
Any idea how to bring the purple background through on the about.php and guidelines.php pages like how it looks on the submit.php page etc??
Cheers man  |
|
|
 |
 |
| Back to Top |
|
|
 | Re: Hi Nightrider |  |
Posted: 08/12/2007 3:31 PM |
|
|
|
|
|
| Site Admin |
| Posts |
30757 |
| Word Cnt. |
2,628,690 |
| BDay |
Jul 28 |
| Sign |
Leo |
| Sex |
 |
|
|
|
Joined: Sep 25, 2004
Local time: 8:08 PM
Location: St Pete, FL
|

|
|
|
|
 |
Yes, by encasing the code in the about_our_directory.tpl file between the div forumline class tags, that makes the background the same color as the main page...
 |
|
|
 |
 |
| Back to Top |
|
|
 | Re: Hi Nightrider |  |
Posted: 08/12/2007 4:43 PM |
|
|
|
|
|
| Citation |
| Posts |
1332 |
| Word Cnt. |
86,126 |
| BDay |
Feb 11 |
| Sign |
Aquarius |
| Sex |
 |
|
|
|
Joined: Mar 31, 2007
Local time: 1:08 AM
Location: Birmingham, UK.
|

|
|
|
|
 |
I see what you did to get the forum colours showing on the page good stuff! Thanks Blake  |
|
|
 |
 |
| Back to Top |
|
|
 | Re: Hi Nightrider |  |
Posted: 08/12/2007 5:17 PM |
|
|
|
|
|
| Site Admin |
| Posts |
30757 |
| Word Cnt. |
2,628,690 |
| BDay |
Jul 28 |
| Sign |
Leo |
| Sex |
 |
|
|
|
Joined: Sep 25, 2004
Local time: 8:08 PM
Location: St Pete, FL
|

|
|
|
|
 |
It's really pretty simple once you understand the class relationships. That is the easiest part about following this code...
 |
|
|
 |
 |
| Back to Top |
|
|
 | Re: Hi Nightrider |  |
Posted: 08/12/2007 5:58 PM |
|
|
|
|
|
| Citation |
| Posts |
1332 |
| Word Cnt. |
86,126 |
| BDay |
Feb 11 |
| Sign |
Aquarius |
| Sex |
 |
|
|
|
Joined: Mar 31, 2007
Local time: 1:08 AM
Location: Birmingham, UK.
|

|
|
|
|
 |
|
|
 |
 |
| Back to Top |
|
|
 | Re: Hi Nightrider |  |
Posted: 08/12/2007 6:56 PM |
|
|
|
|
|
| Site Admin |
| Posts |
30757 |
| Word Cnt. |
2,628,690 |
| BDay |
Jul 28 |
| Sign |
Leo |
| Sex |
 |
|
|
|
Joined: Sep 25, 2004
Local time: 8:08 PM
Location: St Pete, FL
|

|
|
|
|
 |
To get this to Pass, I had to modify code that I never touched plus I had to make a couple of database record assignment changes. The first thing I had to do was edit the submit.tpl file and change all the end >s for the checkbox inputs to /> instead. That corrected all but one warning and one critical error. Then I had to go into your PLD_CONFIG table and change the & in your THREE_WAY_LINK_TITLE and DIRECTORY_TITLE records to &. That took care of the last two errors and now passes with flying colors...
 |
|
|
 |
 |
| Back to Top |
|
|
 | Information |  |
|