fixed width template

Post Reply
User avatar
turboblack
Developer
Posts: 198
Joined: Fri Sep 19, 2014 1:53 pm

fixed width template

Post by turboblack »

please tell me how to put a standard template fixed width,
as I understand it you just have to change one hundred percent correct me on any number,
though it will not work as I expected, there may need to replace something else?
http://old.net.eu.org/ Get ready to hamsterization! 8-) code takes less than a kilobyte! shock!
https://github.com/turboblack/HamsterCMS new version for PHP 8 with new templates

hajo
Posts: 16
Joined: Wed Jan 06, 2016 12:37 pm

Re: fixed width template

Post by hajo »

turboblack wrote:please tell me how to put a standard template fixed width,
as I understand it you just have to change one hundred percent
What do you mean with "fixed width" ?
* A fixed number of pixels ?
* Text or a table, using a monospaced font, in an area wide enough for it ?

"hundred percent" just uses all the width available in the user's browser-window.

User avatar
turboblack
Developer
Posts: 198
Joined: Fri Sep 19, 2014 1:53 pm

Re: fixed width template

Post by turboblack »

hajo wrote:
turboblack wrote:please tell me how to put a standard template fixed width,
as I understand it you just have to change one hundred percent
What do you mean with "fixed width" ?
* A fixed number of pixels ? - YES i need 1000 pix. template
* Text or a table, using a monospaced font, in an area wide enough for it ?

"hundred percent" just uses all the width available in the user's browser-window.[/quote
http://old.net.eu.org/ Get ready to hamsterization! 8-) code takes less than a kilobyte! shock!
https://github.com/turboblack/HamsterCMS new version for PHP 8 with new templates

hajo
Posts: 16
Joined: Wed Jan 06, 2016 12:37 pm

Re: fixed width template

Post by hajo »

turboblack wrote:please tell me how to put a standard template fixed width,
hajo wrote:* A fixed number of pixels ? - YES i need 1000 pix. template
How about doing it old-school: put in a background-image with that width ?
Requires no change of the template...

Also, why do you want that?
"Responsive design" is about pages that work well with any browser/device/width.

User avatar
turboblack
Developer
Posts: 198
Joined: Fri Sep 19, 2014 1:53 pm

Re: fixed width template

Post by turboblack »

hajo wrote:
turboblack wrote:please tell me how to put a standard template fixed width,
hajo wrote:* A fixed number of pixels ? - YES i need 1000 pix. template
How about doing it old-school: put in a background-image with that width ?
Requires no change of the template...

Also, why do you want that?
"Responsive design" is about pages that work well with any browser/device/width.
this decision for a site created in html which I want to move on wondercms
http://old.net.eu.org/ Get ready to hamsterization! 8-) code takes less than a kilobyte! shock!
https://github.com/turboblack/HamsterCMS new version for PHP 8 with new templates

User avatar
turboblack
Developer
Posts: 198
Joined: Fri Sep 19, 2014 1:53 pm

Re: fixed width template

Post by turboblack »

the main problem that stands in front of me this formatting information (text and images) on the page, which, when fixing the width of the page always look the same, but they are blurred on the page as they want with a rubber width. I wish that the text and images were static.
http://old.net.eu.org/ Get ready to hamsterization! 8-) code takes less than a kilobyte! shock!
https://github.com/turboblack/HamsterCMS new version for PHP 8 with new templates

hajo
Posts: 16
Joined: Wed Jan 06, 2016 12:37 pm

Re: fixed width template

Post by hajo »

turboblack wrote:(text and images) .. when fixing the width .. are blurred
I don't understand ... do you have a link to an example of such a page ?

User avatar
turboblack
Developer
Posts: 198
Joined: Fri Sep 19, 2014 1:53 pm

Re: fixed width template

Post by turboblack »

hajo wrote:
turboblack wrote:(text and images) .. when fixing the width .. are blurred
I don't understand ... do you have a link to an example of such a page ?
the point is that I want to change the content on the main page with a fixed width, that information will not be chaotic sprawling on it
http://westbiotrade.com/fodder.html
http://old.net.eu.org/ Get ready to hamsterization! 8-) code takes less than a kilobyte! shock!
https://github.com/turboblack/HamsterCMS new version for PHP 8 with new templates

mary
Posts: 5
Joined: Mon Aug 08, 2016 9:50 am

Re: fixed width template

Post by mary »

please tell me how to put a standard template fixed width,

User avatar
wiz
Admin
Posts: 749
Joined: Sat Oct 30, 2010 12:23 am

Re: fixed width template

Post by wiz »

Hi mary, do you mean the default template? What's the theme name?

Post Reply