wee2john
|
HTML TABLE HELPI want to create a table for cooking conversions (imperial to metric). I did it in html code and previewed it, to find that it just came up with a list off html coding. My HMTL is enabled (profile and forum) and I have the wysiwyg posting system. I also tried it in bbcode (a simpler version) but it just appeared as BBcode as well.
How do I fix this???
|
admin (no pm's please)
|
If you enter html into a WYSIWYG panel then you will see the html codes raw.
You need to enter them into the "source" panel.
If you are not seeing bbcode then maybe bbcode was not enabled for that post.
|
wee2john
|
it was in source mode. It shows everything but the table header:
| Code: | <table width="100%" cellspacing="5" cellpadding="5" border="1">
<tbody>
<tr>
<th>Table header</th>
<th>Table header</th>
</tr> </tbody> </table> |
EDIT: Whenever I submit it it automatically sets its self to a sticky topic.
|
admin (no pm's please)
|
Can you link to the post so we can see the issue.
The only way I think something could be set sticky unless you click sticky is if the whole posting form has been mangled in the process of putting in the wysiwyg editor
|
Symon
|
| admin (no pm's please) wrote: | Can you link to the post so we can see the issue.
The only way I think something could be set sticky unless you click sticky is if the whole posting form has been mangled in the process of putting in the wysiwyg editor  |
First off this is not web pages you are talking about, you are trying to post a table in a forum post, please be careful where you post your questions, as in this case the answers are very different.
http://cooklikeapro.myfreeforum.org/Weight_Conversions_about16.html
Ok try following this guide.
http://howtodoit.myfreeforum.org/...?component=content&topicid=76
|
admin (no pm's please)
|
what have you got as your "allowed html tags"?
|
wee2john
|
I have got * as my html tags
|
Symon
|
|
admin (no pm's please)
|
It does seem that th was missing as an allowed tag
|
wee2john
|
just relized that. Added all the ones from the HOWTODOIT. It worked apart from one bit. When I add a code and preview it there is:
and in it.
|
Symon
|
| wee2john wrote: | just relized that. Added all the ones from the HOWTODOIT. It worked apart from one bit. When I add a code and preview it there is:
and in it. |
then add that to allowed html
|
admin (no pm's please)
|
not a good idea "*" should be used alone.
|
wee2john
|
oh thanks guys. I just did that and it works. Luckily it wasn't mangles 'Admin'
EDIT: One slight problem. I have fractions and am using for half. But in the table it shows up as
|
admin (no pm's please)
|
½ That does seem to be an issue that needs looking into. But it might not be possible it takes a lot of tweaking to make the html system work at all.
|
Symon
|
| wee2john wrote: | oh thanks guys. I just did that and it works. Luckily it wasn't mangles 'Admin'
EDIT: One slight problem. I have fractions and am using for half. But in the table it shows up as |
You need to use HTML Number rather than the HTML Name
‰
⅕
¼
½
¾
Become
¼
½
¾
But at the end of each code you have to place a
;
or it does not work, i had to post like this or i could nto show the codes.
|
Symon
|
| Symon wrote: | | wee2john wrote: | oh thanks guys. I just did that and it works. Luckily it wasn't mangles 'Admin'
EDIT: One slight problem. I have fractions and am using for half. But in the table it shows up as |
You need to use HTML Number rather than the HTML Name
‰
⅕
¼
½
¾
Become
¼
½
¾
But at the end of each code you have to place a
;
or it does not work, i had to post like this or i could nto show the codes. |
Ok done a bit of searching, not easy as there is no one list as far as i can see but here is as far as i got.
¼ ¼
½ ½
¾ ¾
⅓ ⅓
⅔ ⅔
⅕ ⅕
⅖ ⅖
⅗ ⅗
⅘ ⅘
⅙ ⅙
⅚ ⅚
⅛ ⅛
⅜ ⅜
⅝ ⅝
⅞ ⅞
⅟ ⅟
remember to place a
;
after each code.
hope this is of some help
|
wee2john
|
that still doesn't work.
I type in ½ with a ; at the end but it still manages to come up:
½
|
Symon
|
| wee2john wrote: | that still doesn't work.
I type in ½ with a ; at the end but it still manages to come up:
½ |
Can you see them here ?
if you can they work
http://testhtml.myfastforum.org/sutra229.php#229
|
wee2john
|
In that link the bit in the table are fractions but the title shows up ¾
EDIT: Mine doesn't work at all. When in the HTML wysiwyg posting box it shows up as ½ but when I post it it shows up as ½
|
Symon
|
| wee2john wrote: | In that link the bit in the table are fractions but the title shows up ¾
EDIT: Mine doesn't work at all. When in the HTML wysiwyg posting box it shows up as ½ but when I post it it shows up as ½ |
Check your settings ? do you have html allowed , on your profile and on the forum, as i said it works as shown on my test site and on here.
|
wee2john
|
they do work. I was in the html panel in the WYSIWYG posting thing. It doesn't seem to work in the html bit and automatically changes it to ½
|
admin (no pm's please)
|
½ Does this work? Does look like translating back and forth can mess the &#189; &#189 code up.
|
wee2john
|
another problem (surprise, surprise). I can enter the message now but when I post it there is a huge gap before the table in the post.
I looked at the Page Source and it shows:
How do i change this so it doesn't have all the spaces.
|
admin (no pm's please)
|
You have to remove all line breaks and make it one continuous line.
|
wee2john
|
what do you mean. Can you show me an example
|
admin (no pm's please)
|
will show a line break before the table you do not want.
will not.
|
wee2john
|
oh sorry i get you now. thanx for the help alls good now.
|
|
|