Hello all. I'm having a small problem with the format of the <% = strMessage %> field. I have integrated everything into my website but cannot figure out how to format this field for the life of me.
Here goes. My internal table width between my header and footer is 575px. Every other page is formatted perfectly and fits without a hitch except pm_show_message.asp because of this.
<!-- Message body -->
<% = strMessage %>
<!-- Message body ''"" -->
I removed the code from the page and uploaded it to the server and the page fits perfectly. I also inserted another table and embedded the code within that table but it still makes my right side image in my footer move extreme right.
Does anyone know what I can do within my code to fix this problem I'm having?
Thanks in advance,
Tony