Please support our Site Layout and Usability advertiser: PostgreSQL or MySQL? Compare and contrast the two most popular open source databases
Reply

Join Date: May 2009
Posts: 2
Reputation: CSquare93 is an unknown quantity at this point 
Solved Threads: 0
CSquare93 CSquare93 is offline Offline
Newbie Poster

Layout Coding

 
0
  #1
May 23rd, 2009
Hey can anyone point me in the direction of coding a layout? I have my photoshop layout and its all sliced and ready to go and I've tried creating a table for it but it doesnt fill up the whole page.
Reply With Quote Quick reply to this message  
Join Date: Nov 2008
Posts: 74
Reputation: sacarias40 is an unknown quantity at this point 
Solved Threads: 0
sacarias40's Avatar
sacarias40 sacarias40 is offline Offline
Junior Poster in Training

Re: Layout Coding

 
0
  #2
May 24th, 2009
don't use tables, use divs

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">

<head>
<meta content="text/html; charset=utf-8" http-equiv="Content-Type" />
<title>The title</title>
</head>

<body>
<div id="container">
<div id="header">
</div>
<div id="navigation">
</div>
<div id="main">
</div>
</body>
</div>
</body>

</html>
no dejes para maƱana lo que puedes hacer hoy
Reply With Quote Quick reply to this message  
Join Date: May 2009
Posts: 2
Reputation: CSquare93 is an unknown quantity at this point 
Solved Threads: 0
CSquare93 CSquare93 is offline Offline
Newbie Poster

Re: Layout Coding

 
0
  #3
May 24th, 2009
Thanks
Reply With Quote Quick reply to this message  
Join Date: May 2006
Posts: 1,845
Reputation: ithelp is a name known to all ithelp is a name known to all ithelp is a name known to all ithelp is a name known to all ithelp is a name known to all ithelp is a name known to all 
Solved Threads: 119
ithelp's Avatar
ithelp ithelp is offline Offline
Posting Virtuoso

Re: Layout Coding

 
0
  #4
May 25th, 2009
w3schools.com have got rich web designing tutorials .
Reply With Quote Quick reply to this message  
Join Date: Jan 2007
Posts: 3,210
Reputation: MidiMagic has a spectacular aura about MidiMagic has a spectacular aura about 
Solved Threads: 165
MidiMagic's Avatar
MidiMagic MidiMagic is offline Offline
Nearly a Senior Poster

Re: Layout Coding

 
0
  #5
May 28th, 2009
You are NOT going to make any image exactly fill a browser window.

There are several reasons why:

1. Different computers have different screen resolutions.

2. Different users have differing numbers of toolbars on their browsers.

3. The browser window might not be maximized.
Last edited by MidiMagic; May 28th, 2009 at 2:57 pm.
Daylight-saving time uses more gasoline
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 Site Layout and Usability Forum
Thread Tools Search this Thread



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

©2003 - 2009 DaniWeb® LLC