Guides/Webform-Integration-Sub-Folder.md
... ...
@@ -406,6 +406,24 @@ Place the copied code between < hr / > and < footer >
406 406
407 407
```
408 408
409
+**b.** In the first part of the copied code, to make the right logo and left logo appear correctly, add the sub folder name to src path and runat="server" attribute after 'img' as below
410
+
411
+```html
412
+<!-- logos can be customized -->
413
+
414
+ <div class="left-logo">
415
+ <img runat="server" src="Izenda/Resources/FromDLL/Resources/ModernImages/bi-logo.png" alt="Business intelligence" />
416
+ </div>
417
+ <div class="right-logo">
418
+ <a href="http://izenda.com" style="position: relative; top: 4px;">
419
+ <img runat="server" class="right-logo" ID="rightLogo" src="Izenda/Resources/FromDLL/Resources/ModernImages/IzendaNewLogoBlue.png" alt="Izenda Reports" /></a>
420
+ </div>
421
+
422
+```
423
+
424
+**c.** In the first part of the copied code, to make the right logo and left logo appear correctly, add the sub folder name to src path and runat="server" attribute after 'img' as below
425
+
426
+
409 427
Add the Reporting folder in mvc5r3\Views to the project's Views
410 428
411 429
![Controllers](/Guides/MVC-Integration/VR.png)