#216439 - 05/26/0212:44 AMRe: Signature seperation line (again)
[Re: Franky]
Dalar
Member
Registered: 04/22/02
Posts: 231
Loc: Hamilton, Ontario, Canada
Just a note if people want to be XHTML compliant... <br /> <pre><font class="small">code:</font><hr> <hr color=\"#000000\" size=\"1\" noshade=\"noshade\" /> </pre><hr> <br />rather than <br /> <pre><font class="small">code:</font><hr> <hr color=\"#000000\" size=\"1\" noshade> </pre><hr> <br />makes it XHTML compliant. (XHTML does not allow for attribute minimization, and hr has no closing tag, so must end with />.) <br /> <br />Nice idea, btw <img src="/forum/images/icons/smile.gif" alt="" />
_________________________ Dalar Legends of Tacendia []http://legendsoftacendia.com/forumimages/icons/troll.gif[/]
#216442 - 05/27/0206:32 PMRe: Signature seperation line (again)
[Re: sjsaunders]
ExcelsiorDDZ
Member
Registered: 08/09/99
Posts: 234
Loc: New York
Thanks for the xhtml update. I am not one for that yet...<br /><br /> BTW - all is working well with Mozilla 1.0rc3 (give it a shot, you might just like it!)
_________________________
Silly ricer.. Wings are for airplanes!
#216446 - 05/29/0205:49 PMRe: Signature seperation line (again)
[Re: beatdown]
AllenAyres
I type Like navaho
Registered: 03/10/00
Posts: 25432
Loc: Texas
<img src="/forum/images/icons/wink.gif" alt="" /><br /><br />yes it is... due to mozilla's bug with xhtml, tho MTO has a different opinion <img src="/forum/images/icons/tongue.gif" alt="" /><br /><br />We'll need to either pull the doctype, edit a lot of templates, or change design to something else...
I am new at this. <br /><br />Did change the two php files, and....<br /><br />...nothing happened <img src="/forum/images/icons/confused.gif" alt="" /> <br /><br />Any more pointers? Anything else I need to do?
Registered: 03/09/02
Posts: 329
Loc: Michigan, USA
crescendo,<br /><br />First, check and see if the line doesn't show up on both threaded and flat mode, since they are coded separately. <br /><br />Next, look at your showflat.php and post the code you have beginning with:<br /><br /><pre><font class="small">code:</font><hr><br /> if ($Signature) {<br /> $Signature = str_replace("\n","<br />",$Signature);<br /></pre><hr><br /><br />then post the next 4 lines.<br /><br />In your showthreaded.php, find those same lines, and post the next 4 lines. That might help someone see where the error could be. <img src="/forum/images/icons/smile.gif" alt="" />