SBBmaster09
Registered User.
- Local time
- Tomorrow, 05:57
- Joined
- Apr 26, 2013
- Messages
- 92
I have this code for an email template, I am wondering why the width for the 2nd table is not working, but for the first table it does, is there something wrong in my code:
Code:
strEMailMsg = "<Font face = Calibri>" & "Hi," & "<BR>" _
& "<BR>" & "This serves as notification that the following employee will be rolling off the account:" & "<BR><BR>" _
& "<html> <head> <style> table {border-collapse: collapse;} table, th, td {border: 1px solid black;} </style> </head> <body>" _
& "<table><Font face = Calibri><center><tr><td width=30% bgcolor=#FF0000><font color = #FFFFFF><B>" & "Name" & "</font></B></td><td width=70%>" & strRName & "</td></tr>" _
& "<tr><td bgcolor=#FF0000><B><font color = #FFFFFF>" & "Oracle ID" & "</font></B></td><td>" & strRNetID & "</td></tr>" _
& "<tr><td bgcolor=#FF0000><B><font color = #FFFFFF>" & "VM Email Address" & "</font></B></td><td>" & strREmail & "</td></tr>" _
& "<tr><td bgcolor=#FF0000><B><font color = #FFFFFF>" & "Roll Off Date" & "</font></B></td><td>" & strRDate & "</td></tr></font></center></table>" _
& "<BR>" & "May we request that you help us with the deactivation of the following IDs effective immediately:" & "<BR><BR>" _
& "<table><Font face = Calibri color = #FFFFFF><center><B><tr bgcolor=#FF0000><td width=100%>" & "Tool/System" & "</td><td width=100%>" & "UserName" & "</td></tr></B></font>"