Jump to content

How do I paste HTML code into CMS


Recommended Posts

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>



 





  • voiture dans un champ


  • moutons


  • ballade en forêt


  • arbre mort


  • bottes de paille












</body>
</html>

Is possible paste HTML code for this case ?

Thanks you very much.
Link to comment
Share on other sites

×
×
  • Create New...