Textpattern CMS support forum
You are not logged in. Register | Login | Help
- Topics: Active | Unanswered
#13 2006-08-17 21:03:11
- NyteOwl
- Member

- From: Nova Scotia, Canada
- Registered: 2005-09-24
- Posts: 539
Re: Added margin-left to label so to move "remember"....
Yes Mary actually has the better solution. (Forgot about that – and I use it myself) blush
Obsolescence is just a lack of imagination. / 36-bits Forever! / #include <disclaimer.h>;
Offline
#14 2006-08-17 23:51:55
- deronsizemore
- Member

- From: Kentucky
- Registered: 2005-11-02
- Posts: 324
Re: Added margin-left to label so to move "remember"....
Mary,
Why does that work? because when viewing the html for that tag, the “id” is “remember”? Are you able to style every txp tag with an “id” this very same way? If so, news to me.
Offline
#15 2006-08-18 00:51:00
- Mary
- Sock Enthusiast
- Registered: 2004-06-27
- Posts: 6,236
Re: Added margin-left to label so to move "remember"....
Why does that work? because when viewing the html for that tag, the “id” is “remember”?
That’s correct. All of the comment form inputs have ids/classes, so you should be able to do quite a lot without using wrapping tags.
Are you able to style every txp tag with an “id” this very same way? If so, news to me.
Some you can, some you can’t. Textpattern tends to use classes, since you might have a tag more than once on a page, and try and give it the same id – which would be invalid XHTML. Some tags (in svn) allow you to assign ids.
Offline
#16 2006-08-18 01:29:02
- deronsizemore
- Member

- From: Kentucky
- Registered: 2005-11-02
- Posts: 324
Re: Added margin-left to label so to move "remember"....
Thanks Mary. That’s one thing I wish you could do with txp, have an easy way to add an id or class to every single tag. The “some you can, some you can’t” gets me, because I’ll see an “id” in the html and try to style it, and nothing happens, so the next time I get a tag I almost forget about even doing that because the last time didn’t work. :o). I guess I’ll just have to be more aware from now on.
Offline