editor does not recognize internal css - Joomla! Forum - community, help and support
hi,
i've made simple css stylesheet added internally html put editor in joomla. ignores <style> tags , produces propertyvalues in plain text.
am missing something?
code:
<!doctype html public "-//w3c//dtd xhtml 1.0 transitional//en" "http://www.w3.org/tr/xhtml1/dtd/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
<title>agenda</title>
<style type="text/css">
#container{
margin: 20px;
font-family: verdana, arial;
}
.header {
padding: 10px;
height: 30px;
font-weight: bold;
color: #bed117;
font-size: 1.2em;
}
.menu {
position: relative;
top: 10px;
float: left;
padding: 10px;
width: 150px;
}
.content {
position: relative;
float: left;
top: 10px;
padding: 10px;
display: inline;
}
</style>
</head>
<body>
<div id="container">
<div class="header">agenda</div>
<div class="menu">30/01/13</div>
<div class="content">zonneboilers</div>
</div>
</body>
i've made simple css stylesheet added internally html put editor in joomla. ignores <style> tags , produces propertyvalues in plain text.
am missing something?
code:
<!doctype html public "-//w3c//dtd xhtml 1.0 transitional//en" "http://www.w3.org/tr/xhtml1/dtd/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
<title>agenda</title>
<style type="text/css">
#container{
margin: 20px;
font-family: verdana, arial;
}
.header {
padding: 10px;
height: 30px;
font-weight: bold;
color: #bed117;
font-size: 1.2em;
}
.menu {
position: relative;
top: 10px;
float: left;
padding: 10px;
width: 150px;
}
.content {
position: relative;
float: left;
top: 10px;
padding: 10px;
display: inline;
}
</style>
</head>
<body>
<div id="container">
<div class="header">agenda</div>
<div class="menu">30/01/13</div>
<div class="content">zonneboilers</div>
</div>
</body>
might mention i'm still using joomla 1.0.5 (i know!) , tiny mce editor.
thks
b
thks
b
Comments
Post a Comment