From 142b4823795b22536bf7071b3e9c93b92c75c712 Mon Sep 17 00:00:00 2001 From: Roman Pyrih Date: Mon, 28 Apr 2025 15:24:04 +0200 Subject: [PATCH] Fix table width in index.html and update email addresses in mail.php --- kreatywnybrand-pl/index.html | 142 +++++++++++++++-------------------- kreatywnybrand-pl/mail.php | 4 +- 2 files changed, 64 insertions(+), 82 deletions(-) diff --git a/kreatywnybrand-pl/index.html b/kreatywnybrand-pl/index.html index aab142b..97efcac 100644 --- a/kreatywnybrand-pl/index.html +++ b/kreatywnybrand-pl/index.html @@ -5,7 +5,7 @@ Landing - +
@@ -17,7 +17,7 @@ @@ -821,7 +797,7 @@
@@ -44,7 +44,7 @@ align="center" style=" mso-line-height-rule: exactly; - lineheight: 0px; + line-height: 0px; font-size: 1px; " > @@ -78,7 +78,7 @@ @@ -171,7 +171,7 @@ @@ -276,7 +276,7 @@ @@ -369,7 +369,7 @@ @@ -471,7 +471,7 @@ align="center" style=" mso-line-height-rule: exactly; - lineheight: 0px; + line-height: 0px; font-size: 1px; " > @@ -502,13 +502,7 @@ - + - + - + - +
- - - - -
-
@@ -517,7 +511,7 @@ align="center" style=" mso-line-height-rule: exactly; - lineheight: 0px; + line-height: 0px; font-size: 1px; " > @@ -574,7 +568,7 @@ align="center" style=" mso-line-height-rule: exactly; - lineheight: 0px; + line-height: 0px; font-size: 1px; " > @@ -595,13 +589,7 @@
- - - - -
-
@@ -610,7 +598,7 @@ align="center" style=" mso-line-height-rule: exactly; - lineheight: 0px; + line-height: 0px; font-size: 1px; " > @@ -667,7 +655,7 @@ align="center" style=" mso-line-height-rule: exactly; - lineheight: 0px; + line-height: 0px; font-size: 1px; " > @@ -688,13 +676,7 @@
- - - - -
-
@@ -703,7 +685,7 @@ align="center" style=" mso-line-height-rule: exactly; - lineheight: 0px; + line-height: 0px; font-size: 1px; " > @@ -760,7 +742,7 @@ align="center" style=" mso-line-height-rule: exactly; - lineheight: 0px; + line-height: 0px; font-size: 1px; " > @@ -781,13 +763,7 @@
- - - - -
-
@@ -907,7 +883,7 @@ @@ -1001,7 +977,7 @@ @@ -1085,7 +1061,7 @@ @@ -1136,7 +1112,7 @@ @@ -1179,7 +1155,7 @@ @@ -1543,7 +1519,7 @@ @@ -1614,7 +1590,7 @@ @@ -1666,7 +1642,7 @@ @@ -1729,7 +1705,7 @@ @@ -1860,7 +1836,7 @@ align="center" style=" mso-line-height-rule: exactly; - lineheight: 0px; + line-height: 0px; font-size: 1px; " > @@ -1932,7 +1908,7 @@ @@ -1984,7 +1960,7 @@ @@ -2036,7 +2012,7 @@ @@ -2087,7 +2063,7 @@ @@ -2138,7 +2114,7 @@ @@ -2189,7 +2165,7 @@ @@ -2251,7 +2227,7 @@ width="100" style=" mso-line-height-rule: exactly; - lineheight: 0px; + line-height: 0px; font-size: 1px; " > @@ -2282,7 +2258,7 @@ @@ -2376,7 +2352,7 @@ @@ -2427,7 +2403,7 @@ @@ -2478,7 +2454,7 @@ @@ -2529,7 +2505,7 @@ @@ -2580,7 +2556,7 @@ @@ -2631,7 +2607,7 @@ @@ -2682,7 +2658,7 @@ @@ -2726,7 +2702,7 @@ @@ -2842,7 +2818,7 @@ @@ -2893,7 +2869,7 @@ @@ -2944,7 +2920,7 @@ @@ -2995,7 +2971,7 @@ @@ -3046,7 +3022,7 @@ @@ -3098,7 +3074,7 @@ @@ -3149,7 +3125,7 @@ @@ -3193,7 +3169,7 @@ @@ -3217,7 +3193,7 @@ @@ -3271,7 +3247,11 @@
diff --git a/kreatywnybrand-pl/mail.php b/kreatywnybrand-pl/mail.php index 1a4e455..7dd8c34 100644 --- a/kreatywnybrand-pl/mail.php +++ b/kreatywnybrand-pl/mail.php @@ -23,7 +23,9 @@ $mail->SMTPOptions = array( ); $mail->SetFrom('www@projectpro.pl', 'ProjectPro'); -$mail->AddAddress('roman.pyrih@project-pro.pl'); +// $mail->AddAddress('pyziak84@gmail.com'); +// $mail->AddAddress('roman.pyrih@project-pro.pl', 'project.pro.rzeszow@wp.pl'); +$mail->AddAddress('project.pro.rzeszow@wp.pl'); $mail->Subject = 'Test wysyƂki HTML maila';