Textpattern CMS support forum
You are not logged in. Register | Login | Help
- Topics: Active | Unanswered
Pages: 1
#1 2009-11-25 10:05:00
- Gallex
- Member
- Registered: 2006-10-08
- Posts: 1,308
<th> margin
could anybody tell me why
th.rssThumbLabel {
.....
margin: 10px 20px;
....
}
not working on this gallery ?
Offline
#2 2009-11-25 17:29:18
- RalphFFM
- Member
- Registered: 2008-10-05
- Posts: 40
Re: <th> margin
Insert “display:block;” into th.rssThumbLabel {}
Is the result the desired result?
Offline
#3 2009-11-26 08:22:42
- Gallex
- Member
- Registered: 2006-10-08
- Posts: 1,308
Re: <th> margin
RalphFFM wrote:
Insert “display:block;” into th.rssThumbLabel {}
Is the result the desired result?
yes, it helped. but, it broke the th width somehow. :( added width:100% didn’t help either, hmm…
Offline
#4 2009-11-26 20:12:02
- RalphFFM
- Member
- Registered: 2008-10-05
- Posts: 40
Re: <th> margin
I think it is not the best solution to use a layout table. Perhaps u can avoid this table?
Offline
#5 2009-11-27 11:41:05
- Gallex
- Member
- Registered: 2006-10-08
- Posts: 1,308
Re: <th> margin
RalphFFM wrote:
I think it is not the best solution to use a layout table. Perhaps u can avoid this table?
no, i want to use table layout there. but you are right, then the margin won’t work either
Offline
Pages: 1