Guys - quickie question
I have the following working pretty well - however I want to change the size of font on one line
-"<h1>" & [Forms]![quotefrm]![Text184] & "</h1>"
(Yes I have this as a heading midway through - but thats what I want - or to bold it at this point)
I am out of my depth at html - and have hacked this together
how do I change the font size ?
regards
EmailSend.HTMLBody = _
"<p>" & "For the Attention of :-" & [Forms]![quotefrm]![POC] & " </p>" _
& vbCrLf & vbCrLf _
& "<br>" & "Insured :-" & [Forms]![quotefrm]![Insured] & " </br>" _
& "<br>" & "Event :-" & [Forms]![quotefrm]![Eventname] & " </br>" _
& "<br>" & "Dates :-" & [Forms]![quotefrm]![openfrom] & " To " & [Forms]![quotefrm]![opento] & " </br>" _
& "<br>" & "Venue :-" & [Forms]![quotefrm]![venuename] & " </br>" _
& "<h1>" & [Forms]![quotefrm]![Text184] & "</h1>" _
& "<p>" & [Forms]![quotefrm]![Text151] & "</p>" _
& "<p>" & [Forms]![quotefrm]![Text155] & "</p>" _
& "<p>" & [Forms]![quotefrm]![Text157] & "</p>" _
I have the following working pretty well - however I want to change the size of font on one line
-"<h1>" & [Forms]![quotefrm]![Text184] & "</h1>"
(Yes I have this as a heading midway through - but thats what I want - or to bold it at this point)
I am out of my depth at html - and have hacked this together
how do I change the font size ?
regards
EmailSend.HTMLBody = _
"<p>" & "For the Attention of :-" & [Forms]![quotefrm]![POC] & " </p>" _
& vbCrLf & vbCrLf _
& "<br>" & "Insured :-" & [Forms]![quotefrm]![Insured] & " </br>" _
& "<br>" & "Event :-" & [Forms]![quotefrm]![Eventname] & " </br>" _
& "<br>" & "Dates :-" & [Forms]![quotefrm]![openfrom] & " To " & [Forms]![quotefrm]![opento] & " </br>" _
& "<br>" & "Venue :-" & [Forms]![quotefrm]![venuename] & " </br>" _
& "<h1>" & [Forms]![quotefrm]![Text184] & "</h1>" _
& "<p>" & [Forms]![quotefrm]![Text151] & "</p>" _
& "<p>" & [Forms]![quotefrm]![Text155] & "</p>" _
& "<p>" & [Forms]![quotefrm]![Text157] & "</p>" _