Author

Topic: CSS style issue with Table and Image (Read 151 times)

legendary
Activity: 2464
Merit: 3878
Hire Bitcointalk Camp. Manager @ r7promotions.com
November 14, 2022, 04:31:51 AM
#4
Not sure why it really does it, but as a work around, I recall inserting an empty column seems to solve the issue, at least visually. Using your tables, and sizing the second one smaller to place a few more columns alongside, you get something like this:
Yes that's exactly what I did in some of my recent posts as a work around Smiley
Even in the signature designs when designers give me the design code and if the design has a table, I recheck and fix it by my own :-)
copper member
Activity: 1526
Merit: 2890
November 08, 2022, 06:09:26 AM
#3
Not sure why it really does it, but as a work around, I recall inserting an empty column seems to solve the issue, at least visually. Using your tables, and sizing the second one smaller to place a few more columns alongside, you get something like this:


Yes that's exactly what I did in some of my recent posts as a work around Smiley

https://bitcointalksearch.org/topic/m.61252285
https://bitcointalksearch.org/topic/m.61258293
legendary
Activity: 2338
Merit: 10802
There are lies, damned lies and statistics. MTwain
November 08, 2022, 06:03:33 AM
#2
Not sure why it really does it, but as a work around, I recall inserting an empty column seems to solve the issue, at least visually. Using your tables, and sizing the second one smaller to place a few more columns alongside, you get something like this:






copper member
Activity: 1526
Merit: 2890
November 08, 2022, 05:29:44 AM
#1
Well this happened to me multiple times, first I thought it's an issue with my BBCode, but I guess there is some issue with forum css.

This happens when you add a table with an image in it. For example, I added the below table with an image in the first column.

I did not specify height or width but still its shrinking



Now even if you try to put e.g. height=800 and width=800, still it will shrink.

It's a small issue but still maybe theymos you need to check.



I have noticed it's coming from below CSS of img.userimg

Code:
style.css:649
img.userimg {
    max-width: 100%;
}


or either this

Code:
style.css:555
div#bodyarea table.bordercolor td td td.td_headerandpost td:first-child {
    width: 26px;
}
Jump to: