Adverts next to photos make it too wide
Adverts next to photos make it too wide
Author
Discussion

Pigeon

Original Poster:

18,535 posts

275 months

Saturday 9th May 2009
quotequote all
Example: this thread, post by Racing Teatray with Saab pic.

http://www.pistonheads.com/gassing/topic.asp?h=0&a...

Having the advert next to the pic makes the page exceed the width of the screen so it is impossible to read it without scrolling sideways all the time.

MitchT

17,117 posts

238 months

Saturday 9th May 2009
quotequote all
Your screen is too small hehe

Pigeon

Original Poster:

18,535 posts

275 months

Saturday 9th May 2009
quotequote all
19 inch CRT running at 1024x768. Bloody hard to get anything bigger without either spending a fortune or having to settle for some piece of ste LCD crap.

MitchT

17,117 posts

238 months

Saturday 9th May 2009
quotequote all
23" 1920x1200 hehe

Mr Will

13,719 posts

235 months

Sunday 10th May 2009
quotequote all
It's a bug that we are aware of, but because of the way the pages work it is quite a tricky one to fix.

It's on the list though, so we will try to get it sorted!

miniman

30,024 posts

291 months

Sunday 10th May 2009
quotequote all
Pigeon said:
having to settle for some piece of ste LCD crap.
confused

Pigeon

Original Poster:

18,535 posts

275 months

Sunday 10th May 2009
quotequote all
LCD image quality sucks ass compared to CRT.

Mr Will said:
It's a bug that we are aware of, but because of the way the pages work it is quite a tricky one to fix.

It's on the list though, so we will try to get it sorted!
Nice one thumbup

Mr Will

13,719 posts

235 months

Sunday 10th May 2009
quotequote all
Pigeon said:
LCD image quality sucks ass compared to CRT.
Much kinder on the eyes though...

sublimatica

3,210 posts

283 months

Monday 11th May 2009
quotequote all
Mr Will, couldn't the topic display template be formed of a list of <div> tags rather than a single table, so that if an individual <div> is forced too wide because of a photo with an advert or a single long string of characters, only that one post is wider than the screen rather than the whole thread?

This solution seems so simple to me confusedsmile

Xenocide

4,286 posts

237 months

Monday 11th May 2009
quotequote all
Pigeon said:
19 inch CRT running at 1024x768. Bloody hard to get anything bigger without either spending a fortune or having to settle for some piece of ste LCD crap.
That's a tiny res for a monitor of that size. I used to run a 17" at 1600*1200

pc.iow

1,879 posts

232 months

Tuesday 12th May 2009
quotequote all
sublimatica said:
Mr Will, couldn't the topic display template be formed of a list of <div> tags rather than a single table, so that if an individual <div> is forced too wide because of a photo with an advert or a single long string of characters, only that one post is wider than the screen rather than the whole thread?

This solution seems so simple to me confusedsmile
You'd like to think so.
Still the same today...

PetrolTed

34,468 posts

332 months

Tuesday 12th May 2009
quotequote all
sublimatica said:
Mr Will, couldn't the topic display template be formed of a list of <div> tags rather than a single table, so that if an individual <div> is forced too wide because of a photo with an advert or a single long string of characters, only that one post is wider than the screen rather than the whole thread?

This solution seems so simple to me confusedsmile
Floating divs can be dead tricky to manage which is why I went for a table layout.

I think in the initial version of the software the code looked for a pic tag in the adjacent cell and either didn't display an ad or delayed it until the next row. The current version is a bit more complex (in order to produce a smaller and tidier markup) and probably lost that ability. I suspect a bit of javascript is the quick solution.