Welcome to Geeklog, Anonymous Friday, November 29 2024 @ 06:40 am EST
Geeklog Forums
Html
Status: offline
Chad
Forum User
Newbie
Registered: 02/10/04
Posts: 3
Hi guys, newbie here. I have done the search, and found info, but not exactly what I need. I want to be able to use the html code in my messages, but don't know exactly the context to use when I edit the code.
currently, I have:
'p' => array('class' => 1, 'id' => 1, 'align' => 1),
'div' => array('class' => 1, 'id' => 1),
'span' => array('class' => 1, 'id' => 1),
'table' => array('class' => 1, 'id' => 1, 'width' => 1, 'border' => 1,
'cellspacing' => 1, 'cellpadding' => 1),
'tr' => array('class' => 1, 'id' => 1, 'align' => 1, 'valign' => 1),
'th' => array('class' => 1, 'id' => 1, 'align' => 1, 'valign' => 1,
'colspan' => 1, 'rowspan' => 1),
'td' => array('class' => 1, 'id' => 1, 'align' => 1, 'valign' => 1,
'colspan' => 1, 'rowspan' => 1)
);
How would I edit this to have the center code available as well?
Thanks in advance
currently, I have:
Text Formatted Code
$_CONF['admin_html'] = array ('p' => array('class' => 1, 'id' => 1, 'align' => 1),
'div' => array('class' => 1, 'id' => 1),
'span' => array('class' => 1, 'id' => 1),
'table' => array('class' => 1, 'id' => 1, 'width' => 1, 'border' => 1,
'cellspacing' => 1, 'cellpadding' => 1),
'tr' => array('class' => 1, 'id' => 1, 'align' => 1, 'valign' => 1),
'th' => array('class' => 1, 'id' => 1, 'align' => 1, 'valign' => 1,
'colspan' => 1, 'rowspan' => 1),
'td' => array('class' => 1, 'id' => 1, 'align' => 1, 'valign' => 1,
'colspan' => 1, 'rowspan' => 1)
);
How would I edit this to have the center code available as well?
Thanks in advance
8
6
Quote
Status: offline
Dirk
Site Admin
Admin
Registered: 01/12/02
Posts: 13073
Location:Stuttgart, Germany
The <center> tag is deprecated anyway. Instead, use <p align="center">...</p>. This should work "out of the box", at least as long as the Admin posts the stories.
bye, Dirk
bye, Dirk
6
7
Quote
All times are EST. The time is now 06:40 am.
- Normal Topic
- Sticky Topic
- Locked Topic
- New Post
- Sticky Topic W/ New Post
- Locked Topic W/ New Post
- View Anonymous Posts
- Able to post
- Filtered HTML Allowed
- Censored Content