1
Phifou
BUG when tables in Forums or News
  • 2002/7/19 14:17

  • Phifou

  • Just popping in

  • Posts: 6

  • Since: 2002/6/6 9


It is impossible to use tables in Forums and News.

If we include a Table, it generates blank lines before:





<table border="1" width="100%">
<tr>
<td width="50%">1</td>
<td width="50%">2</td>
</tr>
</table>

It brokes all the design of pages :-/

2
Ritchie
Re: BUG when tables in Forums or News
  • 2002/7/19 15:22

  • Ritchie

  • Not too shy to talk

  • Posts: 162

  • Since: 2002/1/27


Hi

Try this for a change :

<table border="1" width="100%"><tr><td width="50%">1</td><td width="50%">2</td></tr></table>

Greetz Ritchie

3
jerryj
Re: BUG when tables in Forums or News
  • 2002/7/19 16:09

  • jerryj

  • Just popping in

  • Posts: 33

  • Since: 2001/12/20


Um...call me stupid, but what's the difference?

4
Phifou
Re: BUG when tables in Forums or News
  • 2002/7/19 16:45

  • Phifou

  • Just popping in

  • Posts: 6

  • Since: 2002/6/6 9


Quote:

Try this for a change :

<table border="1" width="100%"><tr><td width="50%">1</td><td width="50%">2</td></tr></table>

Gasp ... it works

So, the problem is that FrontPage or DreamWeaver does not provide tables in THIS format but in the one described upper :-/

Do you know any html editor that make good tables ?

Or any solution ?

5
Anonymous
Re: BUG when tables in Forums or News
  • 2002/7/19 17:00

  • Anonymous

  • Posts: 0

  • Since:


Ok i think i get it.. every time XOOPS sees a carriage return, it inserts a <br>

So
<table>
<tr>..

becomes
<table>
<br>
<tr>..

..result = yuk yuk :o)
Guess it needs toggle mode between bb/html code

dreamweaver has nothing todo with this, at the most youd need to find a prog that removes carrige returns from your code for now.

6
Phifou
Re: BUG when tables in Forums or News
  • 2002/7/19 17:07

  • Phifou

  • Just popping in

  • Posts: 6

  • Since: 2002/6/6 9


Quote:

dreamweaver has nothing todo with this, at the most youd need to find a prog that removes carrige returns from your code for now.


Do you really think it is the best way to publish nice and complex news ????

7
Anonymous
Re: BUG when tables in Forums or News
  • 2002/7/19 17:10

  • Anonymous

  • Posts: 0

  • Since:


Of course not

DW is pretty cool, but for now you don't really have the choice
Remember this is a RC(release candidate) so it's not final and still has many things left to be corrected in it.

8
Phifou
Re: BUG when tables in Forums or News
  • 2002/7/19 18:26

  • Phifou

  • Just popping in

  • Posts: 6

  • Since: 2002/6/6 9


It is a fact to say that it is a XOOPS BUG...

Neanderthal PHP-Nuke does not have this problem ...

9
Anonymous
Re: BUG when tables in Forums or News
  • 2002/7/19 20:28

  • Anonymous

  • Posts: 0

  • Since:


Yes its a bug and being looked into

10
Beast
Re: BUG when tables in Forums or News
  • 2004/2/15 5:03

  • Beast

  • Just popping in

  • Posts: 26

  • Since: 2003/9/7 2


Quote:

Anonymous wrote:
Yes its a bug and being looked into


I thought I would bump this thread from two years ago to mention that this bug is still here. The 'fix' of removing all the line breaks in the html code does work, but it's painful to have to do that.

Login

Who's Online

228 user(s) are online (127 user(s) are browsing Support Forums)


Members: 0


Guests: 228


more...

Donat-O-Meter

Stats
Goal: $100.00
Due Date: Mar 31
Gross Amount: $0.00
Net Balance: $0.00
Left to go: $100.00
Make donations with PayPal!

Latest GitHub Commits