View Full Version : Height of the template.
overclocker23
June 14th, 2003, 07:42 PM
Hey,
I created a template in Dreamweaver and I went to test the template out on my browsers like Mozilla, IE, MSN Explorer, Opera and Netscape Navigator. The template was the perfect size for MSN Explorer, and Mozilla but in the other browsers I could see the bar that makes the page moves left and right. So basically my template is bigger for for some browsers but it is the perfect size for other browsers. I searched on google for answers and found out the web designers use a liquid template which makes the template adjust to each browser.
Can anyone tell me how I can do that? Thanks
chris9902
June 14th, 2003, 08:05 PM
i don't really no what you mean
but if you use "100%" and not "700" then it make the screen to fit %100 of the screen and not 700 pixals so it is always perfact no matter what browser of screen res
overclocker23
June 14th, 2003, 08:08 PM
how do you change the template size from pixels to percent in dreamweaver?
Thanks.
chris9902
June 14th, 2003, 08:23 PM
in you table or frame or whatever were it would say
<table width="800" height="400">
change it to
<table width="100%" height="400">
you need to set the
<body> tags with it as well
overclocker23
June 14th, 2003, 10:41 PM
I am really confused. Let me reexplain you my question again.
First of all I am using HTML not php for the template in dreamweaverI used the layout options in dreamweaver to make my template. When I upload the pages and I try to view them in differnet browsers to make sure that they are working right. Some browsers show that the page is bigger than I expected and some show that the page is perfect size. When I the page is bigger, I see the left and right navigational bar. So I was wondering how can I remove that bar. I know that I reduce the size of the template but then in some browsers I see space on the right side of the page. Thanks and let me know if you still need more explanation.
overclocker23
June 14th, 2003, 11:19 PM
Okay, I will try to reexplain the question from the previous post.
If you log on to kirupa.com in MSN Explorer, the size is perfect. If you use any other browsers like Mozilla, Opera, Internet Explorer the size again is perfect.
And I would like to know how I can do that same thing for my website as well.
Thanks.
Jubba
June 15th, 2003, 04:22 PM
a few things...
1- He knows you are using HTML not PHP. The PHP tags for the forum show the HTML code without messing things up... The code he showed you was HTML, not PHP.
2- If you did not know that the code he showed you was HTML and not PHP then you seriously need to learn how to use HTML before you go any farther. HTML is not difficult to learn, but you need to know the basics before you can tackle stuff like tables. So check out this link for more information on HTML: http://freespace.virgin.net/sizzling.jalfrezi/
3- There is no need to post about the same topic 3 times, so I am giong to merge your threads.
reverendflash
June 15th, 2003, 04:23 PM
Originally posted by Jubba
a few things...
1- He knows you are using HTML not PHP. The PHP tags for the forum show the HTML code without messing things up... The code he showed you was HTML, not PHP.
2- If you did not know that the code he showed you was HTML and not PHP then you seriously need to learn how to use HTML before you go any farther. HTML is not difficult to learn, but you need to know the basics before you can tackle stuff like tables. So check out this link for more information on HTML: http://freespace.virgin.net/sizzling.jalfrezi/
3- There is no need to post about the same topic 3 times, so I am giong to merge your threads.
ditto.
Revhttp://www.aulman.com/rev.gif
chris9902
June 15th, 2003, 09:59 PM
Originally posted by Jubba
a few things...
1- He knows you are using HTML not PHP. The PHP tags for the forum show the HTML code without messing things up... The code he showed you was HTML, not PHP.
2- If you did not know that the code he showed you was HTML and not PHP then you seriously need to learn how to use HTML before you go any farther. HTML is not difficult to learn, but you need to know the basics before you can tackle stuff like tables. So check out this link for more information on HTML: http://freespace.virgin.net/sizzling.jalfrezi/
3- There is no need to post about the same topic 3 times, so I am giong to merge your threads.
thanks jubba:)
overclocker23
June 16th, 2003, 05:31 PM
In my last post you guys showed me how I can make the width of my template flexible so it would automatically adjust according to the browser.
Now, I have 2 tables in which I have couple adds and on the other one I have the latest happenings. I have these tables fixed and they are not in an editable region because then I won't be able to make any changes to them.
My question is
Can anyone tell me how I can make my left and right side panels flexible in height so If I have an article on a page then they would both go down to the bottom of the page instead of just stopping in the middle where they end. How can I make their height flexible. I tried making the height to 100% but it only works for the tables and not for the page. Thanks.
chris9902
June 16th, 2003, 08:40 PM
to make the hieght fit 100% of your screen you need your body tag to look like this
<body bottommargin="0" topmargin="0" marginheight="0" marginheight="0">
this line you whole site top to bottom of the screen i hope that helped if not post back again
overclocker23
June 17th, 2003, 01:37 AM
Alright, I figured out my problem .. Thanks for helping me out. Really appreciate it.
chris9902
June 17th, 2003, 05:14 AM
np:thumb:
Powered by vBulletin® Version 4.1.10 Copyright © 2012 vBulletin Solutions, Inc. All rights reserved.