Hello,
I have an OOP system based on my templates
I would like upgrading the system and offering color changes via bgcolor=
So instead of
<table width="100%" border="0" cellspacing="0" cellpadding="0" align="center" valign="top" bgcolor="#ffffcc">
I would like doing:
<table width="100%" border="0" cellspacing="0" cellpadding="0" align="center" valign="top" <!--{BGCOLOR_1}-->
As is it works in IE and Netscape
However I am not 100% satisfied because of a little unsettled question:
To be correct the line should end:
valign="top" <!--{BGCOLOr_1}--> > with a second “ > “ which is the complementary “ > “ normally used to close the line.
BUT by doing so obviously the second “ > “ does show .. Not an option!
So I deleted it and it works fine but for the respect of pure HTML coding the last “ > “ is missing although not creating a problem
What are your thoughts?
Thanks
I have an OOP system based on my templates
I would like upgrading the system and offering color changes via bgcolor=
So instead of
<table width="100%" border="0" cellspacing="0" cellpadding="0" align="center" valign="top" bgcolor="#ffffcc">
I would like doing:
<table width="100%" border="0" cellspacing="0" cellpadding="0" align="center" valign="top" <!--{BGCOLOR_1}-->
As is it works in IE and Netscape
However I am not 100% satisfied because of a little unsettled question:
To be correct the line should end:
valign="top" <!--{BGCOLOr_1}--> > with a second “ > “ which is the complementary “ > “ normally used to close the line.
BUT by doing so obviously the second “ > “ does show .. Not an option!
So I deleted it and it works fine but for the respect of pure HTML coding the last “ > “ is missing although not creating a problem
What are your thoughts?
Thanks