vForums Support > vForums :: Report a Bug :: Resolved Bugs :: > Space Problem

Space Problem - Posted By rosebud (rosebud) on 10th Jul 08 at 1:49am
Forum URL: http://jrockkankaku.vforums.co.uk/board/j101/action/view_topic/topic/11/page/1/#91
Experienced By: Me. Possibly other members?
Browser: Internet Explorer
Operating System: MSN ?? I don't know what this means? D;

Problem: If you look on the second post there is a lot of space between "From English to Hiragna" to the table. Why is that? Help, please?

Re: Space Problem - Posted By Nick (nickb) on 10th Jul 08 at 3:43am
It says we must login to view the board {Unsure} and Operating System is your computer, I.E. Windows XP, Vista, Mac OS.X, etc.

Re: Space Problem - Posted By Marc (cr0w) on 10th Jul 08 at 4:27am
This will have to wait for Ross; I see no reason for the large space, unless if it's one of the symbols being used in the post.

Re: Space Problem - Posted By Michael (wrighty) on 10th Jul 08 at 8:37am
If you use
Code:
 
  1. From English to Hiragana.
  2.  
  3. [table][tr] [td]ka が[/td][td]gi ぎ[/td][td]gu ぐ[/td][td]ge げ[/td][td]go ご[/td][/tr][tr][td]za ざ[/td][td]zi じ[/td][td]zu ず[/td][td]ze ぜ[/td][td]zo ぞ[/td][/tr][tr][td]da だ[/td][td]di ぢ[/td][td]du づ[/td][td]de で[/td][td]do ど[/td][/tr][tr][td]ba ば[/td][td]bi び[/td][td]bu ぶ[/td][td]be べ[/td][td]bo ぼ[/td][/tr][tr][td]pa ぱ[/td][td]pi ぴ[/td][td]pu ぷ[/td][td]pe ぺ[/td][td]po ぽ[/td][/tr][/table]
 


in the post, there is no space. It's to do with the blank lines between the different rows/cells in the table.
It counts them as line breaks, and puts them BEFORE the table instead of ignoring them! {Smile}

Re: Space Problem - Posted By rosebud (rosebud) on 20th Jul 08 at 8:56pm
I forgot about this thread and I am a bit confused. ^^;

@ Darkmage - I knew the staff here could help me, though. That's why I didn't make it where it was revealed to everyone.

Re: Space Problem - Posted By Marc (cr0w) on 21st Jul 08 at 10:41pm
You were creating the table like this:

[table]
[tr]
[td]
[/td]
[/tr]
[/table]

Having each UBBC tag on a new line also creates a new line in the post; if you compress it all onto one line as shown above it should remove the space. {Smile}

Re: Space Problem - Posted By Ross (admin) on 24th Jul 08 at 11:18pm
Just to note, this has been fixed on my local copy and will be put live tomorrow evening {Smile}