heathonbass Posted December 21, 2009 Share Posted December 21, 2009 Hi Everbody I want to paste HTML code (slideshow picture) into CMS (Back Office >> Tools >> CMS >> Page content)Code :<html > <head> <title>jQuery Multimedia Portfolio</title> <meta http-equiv="content-type" content="text/html; charset=utf-8" /> <meta http-equiv="imagetoolbar" content="no" /> <link rel="shortcut icon" href="favicon.ico" /> <link rel="stylesheet" href="css/thickbox.css" type="text/css" media="screen" /> <link rel="stylesheet" href="css/multimedia-portfolio.css" type="text/css" media="screen" /> [removed][removed] [removed][removed] [removed][removed] [removed][removed] [removed][removed] [removed][removed] [removed] $(document).ready(function(){ $("ul.multimedia-portfolio").multimedia_portfolio({width: 800}); }); [removed] <style type="text/css"> body{ background: white; color: #454545; font-family: Arial; } a { color: #FF5D1F; text-decoration: none; } a:hover { color: black; text-decoration: underline; } h1 { color: #454545; text-align: center; } p { text-align: center; margin-bottom: 1em; margin-top: 1em; } </style> </head> <body> </body></html>Is possible paste HTML code for this case ?Thanks you very much. Link to comment Share on other sites More sharing options...
21846657 Posted December 21, 2009 Share Posted December 21, 2009 Hi,There is a HTML button in the head section of a CMS window. Click it to paste your code into the popup window. Regards, Link to comment Share on other sites More sharing options...
heathonbass Posted December 21, 2009 Author Share Posted December 21, 2009 I paste HTML already, but the slideshow script not work !. Link to comment Share on other sites More sharing options...
Recommended Posts