![]() |
IPB2 signature CSS Just a quick suggestion, instead of this in forums/ib2.php: $userprofile[7] = $csig; How's about: if ( $csig !="" ) $csig = "<div class='signature'>".$csig."</div>" ; $userprofile[7] = $csig; That way the signature is correctly CSS'd. |
well unless you want a parse error if ( $csig !="" ) $csig = "<div class=\"signature\">".$csig."</div>" ; $userprofile[7] = $csig; |
Aren't single quotes fine inside double quotes for strings defs within for PHP? |
Right but your forgetting VALID XHTML you want double quotes |
Ah.. pah XHTML :) My bad. ;) |
Yep alot of people forget about XHTML but most apps nowadays aspire to be XHTML VALID |
| All times are GMT -5. The time now is 03:12 PM. |
Powered by vBulletin® Version 3.8.1
Copyright ©2000 - 2013, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.2.0