Hi All
I have the following line in an ASP page
This prints the company name at the top of an invoice.
What I would like to do is replace the word 'Green' with <%=CompanyRS("Company_Colour") so the user can change the colour of the heading. I just can not work out the format. Can anybody help please.
Or is there a better way using a style sheet?
Steve
I have the following line in an ASP page
Code:
<tr><td style="text-align:center;font-size: xx-large;color:green"><%=CompanyRS("Company_Name")%></td></tr>
What I would like to do is replace the word 'Green' with <%=CompanyRS("Company_Colour") so the user can change the colour of the heading. I just can not work out the format. Can anybody help please.
Or is there a better way using a style sheet?
Steve