Adding raw html
-
Hi all,
I’ve raw html like this to display the images in a slider form :
<div style=”margin:20px; width:934px; “>
<marquee >
<img src=”link_here”>
</marquee>
</div>My requirement is to add slider above the featured images on home page. So, if i add this raw html inside a variable using this snippet, is it a really good practice?
I’ve tried adding small slider using plugins, but, none worked great for me. Could anyone suggest a solution to this.
For reference, see this image(it will be moving)
Thanks
- The topic ‘Adding raw html’ is closed to new replies.