Bonjour,
Comment ajouter un template HTML pour ajouter à MailChimp?
Je veux avoir le même template que mon site web
MErci
Version imprimable
Bonjour,
Comment ajouter un template HTML pour ajouter à MailChimp?
Je veux avoir le même template que mon site web
MErci
Heuu ... :koi: En cliquant sur le bouton ?
Tu te rends bien compte que personne ne pourra te répondre ? C'est comme si tu allais sur un forum pour les passionnés de voiture et que tu disais :
"Bonjour, je veux une couleur pour ma Renault !"
Voila le site web
http://www.sellerfinanceconsultants.com/
Je veux faire un template pour mailchimp qui a le mem style que le site web
Et donc, qu'est-ce que t'en empêche ?
Que tu ne lui as pas encore fait j'imagine...
:dehors:
Je trouve pas le code HTML à entrer dans mailchimp pour avoir un style comme celui du site
Si vous m'aidez?
Ben... le code HTML, il se trouve sur ton site non ?
Oui
je veux appliquer le meme style que le site
J'ai du mal à retrouver la définition d'un dialogue de sourd... :mouarf:
Puisque tu as ton site avec le bon template, où est ton problème ?
je sais pas qu'est ce que je vais prendre de mon code HTML et ou je vais le mettre?
voila mon code source de la page d’accueil par exemple
Est ce que les modifications se fait ici et après je l'exporte a mailchimp?
Code:
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250 <!doctype html> <html> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <meta name="description" content=""> <meta name="author" content=""> <title>Seller Finance Consultants | Welcome :..</title> <!-- Bootstrap CSS --> <link rel="stylesheet" href="css/bootstrap.css"> <!-- Add custom CSS here --> <link rel="stylesheet" href="css/style.css"> <!--custom Fonts here --> <link rel="stylesheet" type="text/css" href="font/opensans_bold/Osans-B.css"> <link rel="stylesheet" type="text/css" href="font/opensans_light/Osans-L.css"> <link rel="stylesheet" type="text/css" href="font/opensans_regular/Osans-R.css"> <link rel="shortcut icon" href="img/fav.png"> </head> <body> <header> <div class="top"></div><!--this is top line end--> <div class="container"> <div class="row"> <div class="col-lg-6"> <a href="index.html"> <div class="logo"> <h1 class="text-hide"> Seller Finance Consultants </h1> </div><!--end logo--> </a> </div> <div class="col-lg-6"> <div class="t-bar pull-right"> <h4 class="top_c">Office Phone :<span> 619-786-5550</span></h4> </div> <form name="m_search"> <input type="text" placeholder="Search..." class="Sch"> </form> <div class="social"> <p>Stay Connected: </p> <ul> <li><a href="https://www.facebook.com/pages/Seller-Finance-Consultants/683550078329557" class="text-hide">Facebook <img src="img/fb.png" alt="Facebook"></a></li> <li><a href="http://www.linkedin.com/profile/view?id=309044758&trk=nav_responsive_tab_profile_pic" class="text-hide">Linkedin <img src="img/li.png" alt="Linkedin"></a></li> <li><a href="https://plus.google.com/u/0/b/116047740922864834374/116047740922864834374/posts" class="text-hide">Google+ <img src="img/gm.png" alt="Google+"></a></li> <li><a href="http://www.youtube.com/channel/UCNrZiMIVVp6qNhp54yi0DVQ" class="text-hide">Youtube <img src="img/yt.png" alt="Youtube"></a></li> <li><a href="https://twitter.com/SellerFinanceCo" class="text-hide">Youtube <img src="img/tw.png" alt="Twitter"></a></li> </ul> </div><!--end social--> </div> </div><!--end row--> </div><!--end container--> <nav class="navbar navbar-default" role="navigation"> <div class="container"> <div class="navbar-header"> <button type="button" class="navbar-toggle" data-toggle="collapse" data-target=".navbar-ex1-collapse"> <span class="sr-only">Toggle navigation</span> <span class="icon-bar"></span> <span class="icon-bar"></span> <span class="icon-bar"></span> </button> <a class="navbar-brand" href="index.html"><h1 class="text-hide text-center">Business Casual</h1></a> </div> <!-- Collect the nav links, forms, and other content for toggling --> <div class="collapse navbar-collapse navbar-ex1-collapse"> <ul class="nav navbar-nav text-center"> <li><a href="index.html">Home</a></li> <li><a href="pricing.html#2">Pricing</a></li> <li><a href="sellers.html#3">Sellers </a></li> <li><a href="buyers.html#4">Buyers</a></li> <li><a href="professionals.html#5">Professionals</a></li> <li><a href="refferal.html#6">Refferal Network</a></li> <li><a href="contact.html#1">Contact us</a></li> </ul> </div><!-- /.navbar-collapse --> </div><!-- /.container --> </nav> </header> <section> <div class="container"> <div class="row animate"> <div class="col-lg-12 text-center"> <div id="carousel-example-generic" class="carousel slide"> <!-- Indicators --> <ol class="carousel-indicators hidden-xs"> <li data-target="#carousel-example-generic" data-slide-to="0" class="active"></li> <li data-target="#carousel-example-generic" data-slide-to="1"></li> <li data-target="#carousel-example-generic" data-slide-to="2"></li> <li data-target="#carousel-example-generic" data-slide-to="3"></li> </ol> <!-- Wrapper for slides --> <div class="carousel-inner"> <div class="item active"> <img class="img-responsive img-full" src="img/ani.jpg" alt="animation1"> </div> <div class="item"> <img class="img-responsive img-full" src="img/ani2.jpg" alt="animation2" > </div> <div class="item"> <img class="img-responsive img-full" src="img/ani3.jpg" alt="animation3"> </div> <div class="item"> <img class="img-responsive img-full" src="img/ani4.jpg" alt="animation4"> </div> </div> </div><!--end col 12--> </div><!--end row--> </div><!--end container--> </section> <!--end section animation--> <section> <div class="container"> <div class="row"> <div class="col-lg-6"> <div class="content_lf"> <div class="lf_head"> <h2 class="text-center">Buyer/Seller Benefits</h2> </div> <div class="conten"> <div class="l_ani"> <div class="l_img"> <img src="img/rs.jpg" width="280" height="210" class="img-rounded pull-right" alt="sell property"> </div> <ul> <li><a href="details.html">Available properties</a></li> <li><a href="details.html">Federal law updates</a></li> <li><a href="details.html">Apply now</a></li> <li><a href="details.html">Newsletter</a></li> <li><a href="details.html">Forms / Compliance</a></li> </ul> </div> <!--end lani--> <div class="mini-course"> <a href="http://eepurl.com/MANnP" data-toggle="modal" data-target="#input"><p class="text-center">Download Seller Finance MiniMaster Course</p></a> </div> </div> </div> <!--end cont_lf--> </div> <div class="col-lg-6"> <div class="content_ri"> <div class="ri_head"> <h2 class="text-center"> Industry Professionals and Legal Compliance </h2> </div> <div class="conten"> <img src="img/clients.jpg" width="250" height="150" alt="clients" class="img-rounded pull-right"> <div class="l_ani"> <ul> <li><a href="details.html">Available properties</a></li> <li><a href="details.html">Federal law updates</a></li> <li><a href="details.html">Apply now</a></li> <li><a href="details.html">Newsletter</a></li> <li><a href="details.html">Forms / Compliance</a></li> </ul> </div> <div class="mini-course2 pull-right"> <a href="http://eepurl.com/MANnP" data-toggle="modal" data-target="#input"><p class="text-center">Download Seller Finance MiniMaster Course</p></a> </div> </div> </div> </div> </div> </div><!--end row--> </div> <!--end container--> </section> <!--end 2 slides section--> <section> <div class="container"> <div class="row"> <div class="col-lg-4"> <div class="btm_a"> <a href="http://eepurl.com/MANnP"><img src="img/dl_ic.png" alt="Download" class="img-cen"></a> <div class="btm_a_bottom"> <p><b>Download</b> Our Special Report The Five Reasons You must consider <b>Seller Financing</b>" if you want a fast top dollar sale</p> </div> </div> </div><!--end first col--> <div class="col-lg-4"> <div class="btm_b"> <a href="find.html"><img src="img/sch.png" alt="Download" class="img-cen2"></a> <div class="btm_b_bottom"> <p>Find Out How Much Your Mortgage is Worth.</p> <p> We will buy it </p> </div> </div> </div> <div class="col-lg-4"> <div class="btm_c"> <a href="http://sellerfinanace.blogspot.com/"><img src="img/fsch.png" alt="Blog" class="img-cen3"></a> <div class="btm_c_bottom"> <p>Seller Finance Consultants Real Time Blog</p> </div> </div> </div> </div> <!--end row--> </div> <!--end container--> </section> <!--end bottom--section--> <div id="emp"> <a href="SFEx.pdf" target="_blank"> <p>2014 Excemptions</p> </a> </div> <div id="low"> <a href="law.pdf" target="_blank"> <p>2014 NEW LAWS</p> </a> </div> <div id="f_pdf"> <a href="http://eepurl.com/MANnP" target="_blank"> <p class="text-center">PDF Download</p> </a> </div><!--end pdf download--> <footer> <div class="foot"> <div class="container"> <div class="row"> <p class="copy">© 2013 All Rights Reserved Seller Finance Consultants, LLC           NMLS# 1152331     BRE# 00686433</p> </div><!--end row--> </div><!--end container--> </div><!--end foot--> <!-- Modal --> <div class="modal fade" id="input" role="dialog" aria-labelledby="myModalLabel" aria-hidden="true"> <div class="modal-dialog"> <div class="modal-content"> <div class="modal-header"> <button type="button" class="close" data-dismiss="modal" aria-hidden="true">×</button> <h4 class="modal-title text-info" id="myModalLabel">Download Seller Mini Master Course</h4> </div> <div class="modal-body collect"> <ul> <li><label for="l1" id="Less1">1 - What is Happening Now!</label><a href="http://eepurl.com/MWX85" target="_blank"><button type="button" class="btn btn-info pull-right" value="Download">Download</button></a></li> <li><label for="l2" id="Less2">2 - Solution </label><a href="http://eepurl.com/MWX85" target="_blank"><button type="button" class="btn btn-info pull-right" value="Download">Download</button></a></li> <li><label for="l2" id="Less3">3 - Benefits</label><a href="http://eepurl.com/MWX85" target="_blank"><button type="button" class="btn btn-info pull-right" value="Download">Download</button></a></li> <li><label for="l2" id="Less4">4 - Why You Need Us</label><a href="http://eepurl.com/MWX85" target="_blank"><button type="button" class="btn btn-info pull-right" value="Download">Download</button></a></li> </ul> </div> <div class="modal-footer"> <button type="button" class="btn btn-danger" data-dismiss="modal">Close</button> </div> </div><!-- /.modal-content --> </div><!-- /.modal-dialog --> </div><!-- /.modal --> </footer> <!-- JavaScript --> <script src="js/vlidate.js"></script> <script src="js/jquery-1.10.2.js"></script> <script src="js/bootstrap.js"></script> <script> // Activates the Carousel $('.carousel').carousel({ interval: 3500 }) </script> </body> </html>
Bonjour
Je crois qu'il faut essayer.
Vous faites les modifications voulues dans un éditeur de texte.
Vous le mettez dans MailChimp.
Vous regardez le résultat.
Non?
Pierre