Author

Topic: Anyone? is there any solution of this ? (Read 167 times)

legendary
Activity: 1638
Merit: 4508
**In BTC since 2013**
April 23, 2024, 02:56:05 AM
#7
By chance, I already realized that there is another way to fix this, without adding extra columns/rows. This is because I have already built tables where this does not happen. But I still don't understand how I can do that.  Grin Grin Grin

Well, I know the steps necessary to achieve this, but I can't do it every time. Or rather, I couldn't do it manually.

When I create a table using an Excel file, the table no longer suffers this problem. But, I still don't understand what information Excel leaves in the cell copied, so this doesn't happen. If I discover how to do this manually, I will share.  Wink
legendary
Activity: 1484
Merit: 1355
April 20, 2024, 05:14:14 PM
#6
This is a known issue with table formatting (particularly in the first column) on this forum.  Im not sure if the bug is specific to bitcointalk.org or a legacy issue inherited from the older version of SMF software used here.

The simplest workaround, as already explained above by Xal0lex, is to use empty  [td ] tags on each row.
legendary
Activity: 2114
Merit: 6618
Currently not much available - see my websitelink
April 20, 2024, 09:28:08 AM
#5
Hello Crypto Library!

As already outlined by NeuroticFish, from Xal0lex, these suggestions are a common solution for your problem.
I have an additional solution, where you can copy several Unicode +2800 ("⠀") and you'll have a similar solution like adding underscores. In addition, I've also formatted the size of your pictures a little bit:

⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀

Code:
[table]
[tr]
[td]⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀[/td]
[td]⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀[/td]
[/tr]
[tr]
[td][img height=250]https://cimg.co/news/78997/195203/laslo.jpeg[/img][/td]
[td][img height=250]https://coincodex.com/en/resources/images//admin/news/happy-bitcoin-pizza/bitcoin-pizzas.jpg[/img][/td]
[/tr]
[tr]
[td][img height=250]https://bitcoinmagazine.com/.image/t_share/MTc5Mjk3ODA5MTYxMDA0Njk1/the-man-behind-bitcoin-pizza-day-is-more-than-a-meme-hes-a-mining-pioneer.jpg[/img][/td]
[td][img height=250]https://i.ytimg.com/vi/JDDLPvOz1Yk/sddefault.jpg[/img][/td]
[/tr]
[/table]

I've also provided an answer to your post in my topic.
Now you've 3 solutions (from NeuroticFish, from Xal0lex and from me) and you can go for your preferred one.  Smiley
staff
Activity: 2436
Merit: 2347
April 19, 2024, 05:46:30 PM
#4
There's a simpler solution. Just add another empty tag
Code:
[td][/td]
before the pictures and that's it.


Your code will look like this:

Code:
[table]
[tr]
[td][/td]
[td][img]https://cimg.co/news/78997/195203/laslo.jpeg[/img][/td]
[td][img width=1100]https://coincodex.com/en/resources/images//admin/news/happy-bitcoin-pizza/bitcoin-pizzas.jpg[/img][/td]
[/tr]
[tr]
[td][/td]
[td][img]https://bitcoinmagazine.com/.image/t_share/MTc5Mjk3ODA5MTYxMDA0Njk1/the-man-behind-bitcoin-pizza-day-is-more-than-a-meme-hes-a-mining-pioneer.jpg[/img][/td]
[td][img]https://i.ytimg.com/vi/JDDLPvOz1Yk/sddefault.jpg[/img][/td]
[/tr]
[/table]
hero member
Activity: 1428
Merit: 836
Top Crypto Casino
April 19, 2024, 02:55:12 PM
#3
Try to put all images with fixed width not only the second td inside the tr

Edit: Okay, it looks like still a mess up, i guess the only solution is to follow what NeuroticFish had done.

________________________________________________________________________________________
legendary
Activity: 3500
Merit: 6205
Looking for campaign manager? Contact icopress!
April 19, 2024, 02:29:21 PM
#2
It's an old problem. The usual fix used to be to add a top or bottom row (or header) with cells consisting of as many underscores you want for correct spacing.

Let me try:

__________________________________________________________________________________________________________________________


Code:
[table]
[tr]
[td]______________________________________________________________________________[/td]
[td]____________________________________________[/td]
[/tr]
[tr]
[td][img]https://cimg.co/news/78997/195203/laslo.jpeg[/img][/td]
[td][img width=300]https://coincodex.com/en/resources/images//admin/news/happy-bitcoin-pizza/bitcoin-pizzas.jpg[/img][/td]
[/tr]
[tr]
[td][img]https://bitcoinmagazine.com/.image/t_share/MTc5Mjk3ODA5MTYxMDA0Njk1/the-man-behind-bitcoin-pizza-day-is-more-than-a-meme-hes-a-mining-pioneer.jpg[/img][/td]
[td][img width=300]https://i.ytimg.com/vi/JDDLPvOz1Yk/sddefault.jpg[/img][/td]
[/tr]
[/table]
hero member
Activity: 826
Merit: 753
Living Life with Hemophilia🤡
April 19, 2024, 02:23:24 PM
#1
This has happened to me many times before but I forgot to create a topic about this problem. I want to know what is the cause of this problem? As You can see below that I have placed the images inside the table but the problem is that every time the images in my first column are getting too small, what is the reason for this? Are there any mistakes in my BBcodes?
Is anyone else who faces this kind of issues when using images on table ?

Here is the codes I have used
Code:
[table]
[tr]
[td][img]https://cimg.co/news/78997/195203/laslo.jpeg[/img][/td]
[td][img width=500]https://coincodex.com/en/resources/images//admin/news/happy-bitcoin-pizza/bitcoin-pizzas.jpg[/img][/td]
[/tr]
[tr]
[td][img]https://bitcoinmagazine.com/.image/t_share/MTc5Mjk3ODA5MTYxMDA0Njk1/the-man-behind-bitcoin-pizza-day-is-more-than-a-meme-hes-a-mining-pioneer.jpg[/img][/td]
[td][img width=500]https://i.ytimg.com/vi/JDDLPvOz1Yk/sddefault.jpg[/img][/td]
[/tr]
[/table]
Jump to:
© 2020, Bitcointalksearch.org