Textpattern CMS support forum
You are not logged in. Register | Login | Help
- Topics: Active | Unanswered
Pages: 1
#1 2006-11-19 21:42:03
- wspence
- Member
- Registered: 2006-09-03
- Posts: 84
Textile and article submission
1) figure out how two insert actual html tables into text pattern articles.
2) figure out how to align images left right and the like in texpattern. images seem to be textpatterns weakness in articles.
3) include a social news submission to the end of my articles
any help with these would be appreciated.
thanks!
walt
(Edit: updated discussion topic. -Mary)
Last edited by Mary (2007-04-07 18:31:26)
Offline
Re: Textile and article submission
1. See Textile. Example:
|_. Table head |_. Another |
| Table cell | Another |
| And | So on |
Produces:
Table head | Another |
---|---|
Table cell | Another |
And | So on |
2. It’s better to control this with CSS instead, in the event you change your mind about alignment. Add this to your CSS: #myDiv img { float: left; }
3. ako_social?
Last edited by jm (2006-11-19 22:34:10)
Offline
#3 2006-11-19 23:18:23
- wspence
- Member
- Registered: 2006-09-03
- Posts: 84
Re: Textile and article submission
jm thanks!
i tried this and it didn’t seem to work is there anything different than i need to do than say this line of code for the image !http://www.hoovision.com/images/11.png (Projected Standings)!?
a little background on the image question. i want to do articles that have alternating images. kind of like a news article. example: http://www.thesabre.com/news_archive/showArticle-2525.php. is this going to do this?
Last edited by wspence (2006-11-19 23:30:11)
Offline
#4 2006-11-20 03:04:55
- Mary
- Sock Enthusiast
- Registered: 2004-06-27
- Posts: 6,236
Re: Textile and article submission
Nevermind.
Last edited by Mary (2006-11-20 03:05:23)
Offline
Pages: 1