web page design

Reply

Join Date: Oct 2007
Posts: 40
Reputation: rohitrohitrohit is an unknown quantity at this point 
Solved Threads: 2
rohitrohitrohit's Avatar
rohitrohitrohit rohitrohitrohit is online now Online
Light Poster

web page design

 
0
  #1
Sep 3rd, 2008
hi all
i am new in web design . i saw some site when i open them in different resolution they display with no horizontal bar.

i also want to make these kind of web pages for my site.i am using dw-8 . and working only with tables.
how to set tables for my webpages .

from rohit
Reply With Quote Quick reply to this message  
Join Date: Sep 2008
Posts: 29
Reputation: cpeeyush1 is an unknown quantity at this point 
Solved Threads: 2
cpeeyush1 cpeeyush1 is offline Offline
Light Poster

Re: web page design

 
0
  #2
Sep 3rd, 2008
hi rohit
it's and effect of css
if you assing a particular width to your hole body then it will display always in same resolution so no horizontal bar will come

but the use of container tag is much better then assing a width to body
for ex:-
in css
  1. body
  2. {
  3. width:800px;
  4. height:600px;
  5. }
Last edited by peter_budo; Sep 6th, 2008 at 4:51 am. Reason: Keep It Organized - please use [code] tags
Reply With Quote Quick reply to this message  
Join Date: Jul 2008
Posts: 1,072
Reputation: Shanti Chepuru is on a distinguished road 
Solved Threads: 98
Shanti Chepuru's Avatar
Shanti Chepuru Shanti Chepuru is offline Offline
Veteran Poster

Re: web page design

 
0
  #3
Sep 5th, 2008
yes...
do more on css.you will get pretty website ..
reach google...
Be intelligent, But Don't try to cheat.. Be innocent But Don't get cheated..
Reply With Quote Quick reply to this message  
Join Date: May 2008
Posts: 302
Reputation: sreein1986 is an unknown quantity at this point 
Solved Threads: 33
sreein1986's Avatar
sreein1986 sreein1986 is offline Offline
Posting Whiz

Re: web page design

 
0
  #4
Sep 6th, 2008
no... no...
don't give height and width in pixel why because that table didn't take same height and width in all browsers and all comps ..

give height and width in percentage
Thanx,
Shiriyal

http://shiriyal.blogspot.com/
if you problem solved add me as a reputation and mark it mark as solved
Reply With Quote Quick reply to this message  
Join Date: Sep 2008
Posts: 55
Reputation: MelechM is an unknown quantity at this point 
Solved Threads: 6
MelechM MelechM is offline Offline
Junior Poster in Training

Re: web page design

 
0
  #5
Sep 8th, 2008
Percent would take the percent of the users screen...if you want it set to a certain width and hight and not change pixels is the way to go. Unless you do want the website to fit the screen then sreenin1986's approach is the way to do it. ex:
If you want your website to be 1024 pixels across, thats 100% for a person running a 1024 x (height of screen) type resolution. However it's like 80% or something for someone like me running a 1440 width resolution...so if you want it fixed go pixels, if you want the site to take up he screen go percents. or you can set a max width with pixels then use percents for the stuff inside that max width. say max width is 1024, and you want a column that is 512 pixels, use 50%. makes life easier.
Reply With Quote Quick reply to this message  
Reply

This thread is more than three months old.
Perhaps start a new thread instead?
Message:



Similar Threads
Other Threads in the HTML and CSS Forum
Thread Tools Search this Thread



About Us | Contact Us | Advertise | DaniWeb | Acceptable Use Policy | RSS Feed

©2003 - 2009 DaniWeb® LLC