Hello,
My Act_CatalogBody.html file is generating the hex value for the background of the table cell as text, and displaying it as such.
Here is an example - I've logged in with a test account and here is the relevant source HTML:
<!-- CatalogBody HTML begin -->
<!-- Insert HTML for the top of the catalog body -->
<!-- If customer accounts are in operation the following line will display -->
<!-- welcome message and a LOGOUT button -->
<table border=0 width=100%><tr><td align=center bgcolor="#ffffcc">#ffffff <font face="verdana, arial" size=+1 color="#0099cc"><b>Welcome Joe Lovegrove </FONT></b></td></tr></table>
Why is it putting "#ffffff" in before the name? I have opened up the file but can't see the table html in that file
My Act_CatalogBody.html file is generating the hex value for the background of the table cell as text, and displaying it as such.
Here is an example - I've logged in with a test account and here is the relevant source HTML:
<!-- CatalogBody HTML begin -->
<!-- Insert HTML for the top of the catalog body -->
<!-- If customer accounts are in operation the following line will display -->
<!-- welcome message and a LOGOUT button -->
<table border=0 width=100%><tr><td align=center bgcolor="#ffffcc">#ffffff <font face="verdana, arial" size=+1 color="#0099cc"><b>Welcome Joe Lovegrove </FONT></b></td></tr></table>
Why is it putting "#ffffff" in before the name? I have opened up the file but can't see the table html in that file
Comment