305893cdf272af86c4864fea884941e859f2ff04
Guides/Webform-Integration-Sub-Folder.md
| ... | ... | @@ -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 the following href attribute |
|
| 218 | 218 | |
| 219 | 219 | href="Resources/...." and change them to href="Izenda/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 the 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() { |