JennW
-
Span Problem - Font Change on 1 Line
I did have another span with display: block; Thanks! New to CSS and I wouldn't have known to look for that and that the two codes were fighting.
-
Span Problem - Font Change on 1 Line
Here is a screen capture of what I am getting with the above code
-
Nice Simple Contact Form
That worked! Changed : $EmailFrom = "junk@junk.com"; to : $EmailFrom = $Email; - and moved it under the $Message line (but I'm not sure that matters with the above change in place) I also changed : $Subject = "Online Contact&q…