You are not logged in.

m4ktub

Intermediate

  • "m4ktub" started this thread

Posts: 257

Location: Lisbon, Portugal

Occupation: Software Engineer

  • Send private message

1

Saturday, September 27th 2003, 8:06pm

Forum wider than browser window

I don't know when exactly but recently I started to see the forum with Internet Explorer. In IE the forum is wider than the browser window making me use horizontal scrolling.

I've never had this problem with Konqueror but, as I said, I'm using IE for the moment and this can mean that the forum has a bug.

kde-forum

Unregistered

2

Sunday, September 28th 2003, 9:41am

IE?

What is IE? :D

I know this problem but I cannot found the working problem but I am looking soon on the code again!

m4ktub

Intermediate

  • "m4ktub" started this thread

Posts: 257

Location: Lisbon, Portugal

Occupation: Software Engineer

  • Send private message

3

Sunday, September 28th 2003, 11:02am

IE just stands for Internet Explorer.

m4ktub

Intermediate

  • "m4ktub" started this thread

Posts: 257

Location: Lisbon, Portugal

Occupation: Software Engineer

  • Send private message

4

Sunday, September 28th 2003, 11:19am

Oh! One other thing...I was playing with the HTML code that reaches my browser and by simply changinf the width value of a table column I apparently corrected the forum aspect (at least at 1024X768).

The column I changed was the one just after the forum logo. It had a requested width of 100%.
[code:1]<TD vAlign=center align=middle width="100%" [/code:1]
When I removed the width parameter the forum presented normally without beeing overstretched.

Of couse this was me just using trial and error and probably is not very helpfull :D