943,515 Members | Top Members by Rank

Ad:
May 23rd, 2009
0

Layout Coding

Expand Post »
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.
Similar Threads
Reputation Points: 10
Solved Threads: 0
Newbie Poster
CSquare93 is offline Offline
2 posts
since May 2009
May 24th, 2009
0

Re: Layout Coding

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>
Reputation Points: 11
Solved Threads: 4
Junior Poster
sacarias40 is offline Offline
113 posts
since Nov 2008
May 24th, 2009
0

Re: Layout Coding

Thanks
Reputation Points: 10
Solved Threads: 0
Newbie Poster
CSquare93 is offline Offline
2 posts
since May 2009
May 25th, 2009
0

Re: Layout Coding

w3schools.com have got rich web designing tutorials .
Reputation Points: 769
Solved Threads: 128
Banned
ithelp is offline Offline
1,910 posts
since May 2006
May 28th, 2009
0

Re: Layout Coding

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.
Reputation Points: 730
Solved Threads: 181
Nearly a Senior Poster
MidiMagic is offline Offline
3,314 posts
since Jan 2007

This thread is more than three months old

No one has posted to this discussion for at least three months. Please let old threads die and do not reply to them unless you feel you have something new and valuable to contribute that absolutely must be added to make the discussion complete. Otherwise, please start a new thread in this forum instead.
Message:
Previous Thread in Site Layout and Usability Forum Timeline: Spry Menu Problem with IE
Next Thread in Site Layout and Usability Forum Timeline: How do you start a website from scratch using Filemaker Pro





About Us | Contact Us | Advertise | Acceptable Use Policy
Forum Index | Build Custom RSS Feed


Follow us on Twitter


© 2011 DaniWeb® LLC