Thread: Simple Theme
View Single Post
  #24  
Old 19th July 2013, 10:27
BamBam0077 BamBam0077 is offline
Banned
 
Join Date: Jul 2013
P2P
Posts: 410
Default
well your right but if you just grabbed a fresh copy of tbdev09 you will see through out it uses e.g :

$htmlout .= "<p><table border='0' cellspacing='0' cellpadding='10' bgcolor='red'>
<tr><td style='padding: 10px; background: red'>\n
<b><a href='messages.php'><font color='white'>".sprintf($lang['gl_msg_alert'], $unread) . ($unread > 1 ? "s" : "") . "!</font></a></b>
</td></tr></table></p>\n";

just my point & view just thought I would share

I do understand your view some people do change their layout & design I know I use echo ""; instead of $htmlout within my code. So all to their own in the end but your correct I was right & wrong but alway nice to show people that use $htmlout.=""; that you use within your <> tags '' & if you code with $htmlout.=''; you use within your <> tags "". but like you said we all have different coding & need to learn/understand others

Quote:
Originally Posted by Joe View Post
Well your right and wrong as ' ' and " " are used in the HTML base code.. I have use $htmlout .=' '; and $HTMLOUT .="" ; so you need to under stand your code be code you post ur thoughts .. People have different setups as I can use ' ' witch the original poster posted.. just an FYI.. and your site is on a free host or dns witch will also make it a bit more pain in the ass to get in .. Try to under stand php and HTML before you say you have a little fix.. Just an FYI :)
Reply With Quote