Textpattern CMS support forum
You are not logged in. Register | Login | Help
- Topics: Active | Unanswered
Indents
I keep seeing this tab indents on my page at the beginning of each entry (I assume that they are called tab indents – but hey, what do I know?). I’ve checked the form and everything else and I can’t figure it out. I figured a fresh pair of eyes might be of assistance. Thanks in advance.
site is <a href=“http://lessthanperfect.org”>here</a>
stylesheet:
<code>
html,body{margin:0;padding:0}
body{font: 76% arial,sans-serif;text-align:left;
background: #000000;
}
a {color:#000000;text-decoration: none;text-transform: uppercase;}
a:hover {background: #DEEA80;color:#000000;text-transform: uppercase}
a:visited {color:#000000;text-transform: lowercase}
#container{
position: absolute;
top: 30px;
left: 30px;
width: 500px;
background: #F2F2F2;
padding: 10px;
font-family: verdana, century gothic,arial narrow, arial, sans-serif;
line-height: 16px;
font-size: 10px;
text-align: left;
}
#container ol {
padding: 30px;
list-style-type: circle;
}
#container ul {
padding: 5px;
list-style-type: none;
}
#navigation{position: absolute;
color:#F9A9A9;
top: 40px;
left: 565px;
width: 275px;
text-align: left;
line-height: 17px;
font-family: arial,verdana, century gothic,sans-serif;
font-size: 10px;
background: transparent}
#navigation a {color:#F9A9A9;text-decoration: none;letter-spacing: 1px;font-weight: bold;text-transform: uppercase;}
#navagation a:active{color:#F9A9A9;text-decoration: none;letter-spacing: 1px;font-weight: bold;text-transform: uppercase;}
#navigation a:visited {color:#FFFFFF;text-decoration: none;letter-spacing: 1px;font-weight: bold;text-transform:uppercase;}
#navigation a:hover {background: #DEEA80;color:#000000;text-transform: uppercase;}
.title{
font-size: 18px;
font-weight:bold;
font-family: georgia, century gothic, verdana, serif;
}
.info{
font-size: 10px;
font-family: arial, verdana, century gothic, verdana, serif;
}
</code>
Last edited by lessthanperfect (2006-07-05 15:27:36)
Offline
#2 2006-07-05 16:16:52
- els
- Moderator

- From: The Netherlands
- Registered: 2004-06-06
- Posts: 7,458
Re: Indents
That is not the stylesheet I’m seeing, it’s this one: http://lessthanperfect.org/textpattern/css.php?s=default, and it has p {text-indent: 25px;} in it ;)
Offline
Re: Indents
I found this in your CSS:
<code>p {text-indent: 25px;}</code>
(that would do it.)
Last edited by Walker (2006-07-05 16:32:13)
Offline
Offline
Re: Indents
Thank you fellas, I have no idea why it was doing that (or more importantly what I was trying to accomplish by putting it there) but I appreciate you taking a look at it :0)
Last edited by lessthanperfect (2006-07-05 17:03:14)
Offline