changing the page layout [message #14693] |
Wed, 19 November 2003 16:30 |
bobmurphy
Messages: 166 Registered: November 2003 Location: ireland
Karma: 0
|
Senior Member |
|
|
are there any general guidelines to changing the location of the various parts of the forum ? - i have a few changes i need to make;
a few examples - i want to move the line Show: Today's Posts :: Unanswered Posts :: Show Polls :: Message Navigator to the bottom of the page as i dont anticipate the users will use it !!!
also i want to move the register/reset bar on the register page up higher so that it appears just under the required fields and above the optionals ( actually a duplicate set would even be better !! )
lastly but most important i need to adjust the layout of the login form so that it takes up less vertical space ( and more horizontal ) as i have the forum installed in a window and i dont want the users to have to scroll down to hit the login button.
these are really just examples - what would be ideal is if someone could give me some rough general pointers, thanks
[Updated on: Wed, 19 November 2003 16:31] Report message to a moderator
|
|
|
Re: changing the page layout [message #14695 is a reply to message #14693] |
Wed, 19 November 2003 16:36 |
Ilia
Messages: 13241 Registered: January 2002
Karma: 0
|
Senior Member Administrator Core Developer |
|
|
There are no general guidlines, the templating system gives you a complete freedom of action, you can do whatever you want.
FUDforum Core Developer
|
|
|
|
|
|
|
|
Re: changing the page layout [message #26910 is a reply to message #26901] |
Sat, 20 August 2005 15:20 |
Ilia
Messages: 13241 Registered: January 2002
Karma: 0
|
Senior Member Administrator Core Developer |
|
|
In which instances does <pre> tag cause problem, which part of the page it is in?
FUDforum Core Developer
|
|
|
|
Re: changing the page layout [message #26923 is a reply to message #26921] |
Sun, 21 August 2005 16:00 |
Ilia
Messages: 13241 Registered: January 2002
Karma: 0
|
Senior Member Administrator Core Developer |
|
|
Well, pre tag is controlled by CSS, I suspect you may need some IE specific hack to address the "stretch" problem.
FUDforum Core Developer
|
|
|
Re: changing the page layout [message #26988 is a reply to message #14693] |
Wed, 24 August 2005 06:03 |
langer
Messages: 19 Registered: August 2005 Location: Sydney, Australia
Karma: 0
|
Junior Member |
|
|
simple fix was all that was required...
just add width attribute to div.pre in CSS to prevent IE blowing it out of site width.
|
|
|