aefddca16342b11e53a78969f89ae7db08e50b23
Guides/Webform-Integration-Sub-Folder.md
| ... | ... | @@ -174,9 +174,9 @@ protected override void OnInit(EventArgs e) { |
| 174 | 174 | |
| 175 | 175 | |
| 176 | 176 | |
| 177 | -###Step 6. Copy the below code from '<Head>' section from Default.master from webform kit to the <Head> section of website masterpage |
|
| 177 | +###Step 6. Copy the below code from < Head > section from Default.master from webform kit to the < Head > section of website masterpage |
|
| 178 | 178 | |
| 179 | -**a.** Copy the below code from '<Head>' section from Default.master of webform kit to the '<Head>' section of Site.master |
|
| 179 | +**a.** Copy the below code from < Head > section from Default.master of webform kit to the < Head > section of Site.master |
|
| 180 | 180 | |
| 181 | 181 | ```html |
| 182 | 182 | <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /> |
| ... | ... | @@ -214,12 +214,12 @@ protected override void OnInit(EventArgs e) { |
| 214 | 214 | |
| 215 | 215 | ``` |
| 216 | 216 | |
| 217 | -**b.** In contents copied at previous step, locate five '<link>' tags which have following href attribute |
|
| 217 | +**b.** In contents copied at previous step, locate five < link > tags which have following href attribute |
|
| 218 | 218 | |
| 219 | 219 | href="Resources/...." and change them to href="RRR/Resources/...." |
| 220 | 220 | |
| 221 | 221 | |
| 222 | -**c.** At the end '<Head>' section, insert the below code snippet. If sub folder has different name, replace the index of 'Izenda' below with that name. |
|
| 222 | +**c.** At the end < Head > section, insert the below code snippet. If sub folder has different name, replace the index of 'Izenda' below with that name. |
|
| 223 | 223 | ```html |
| 224 | 224 | <script type="text/javascript"> |
| 225 | 225 | $(document).ready(function HideHeader() { |