Jump to content
MakeWebGames

Recommended Posts

Posted

here is a simple snipet of code to use

<!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 http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>Untitled Document</title>
</head>

<body>
<div  align="center">
<div style="width:900px">
<div style="border:1px solid #000; width:100%; height:125px"><h1>Title</h1></div>
<div style="margin-right:2%; margin-top:2%; float:left; width:28%;">
<div style="float:left; width:100%; margin-bottom:2%; height:125px; border:1px solid #000;"><h2>Left bar</h2></div>
<div style="float:left; width:100%; margin-bottom:2%; height:125px; border:1px solid #000;"><h2>Left bar</h2></div>
<div style="float:left; width:100%; margin-bottom:2%; height:125px; border:1px solid #000;"><h2>Left bar</h2></div>
</div>
<div style=" margin-top:2%; float:right; width:69%; border:1px solid #000;"><h3>main area</h3></div>

</div>
</div>

</body>
</html>

that is the basic bare bones of that fort of design

Posted

yea althogh i prefer using background here is how you would use it

background:url('url to file') #color (repeat|no-repeat|repeat-x|repeat-y);

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...