Welcome Guest, please login or register.
Username:
Password:

Pages: [1]
Topic Tools  
Read
December 04, 2008, 05:28:12 PM
Bradley Hilton
Newbie
*
Posts: 1

gray.wolf.336@hotmail.com graywolf340

Before I start I just want to say thanks for creating this site and for the tutorials that you guys already have up.

I was looking at your header and noticed that you guys have the style the way that I have been wanting to do for a long time. But I haven't been able to do it and I was wondering how you all went about doing it. What I mean by this is that you guys have an image across the full page, and then in the center of the page you have a different image. I was wondering how you guys did that. If you could let me know that would be awesome! But that's only if it's CSS and not tables, lol
Logged
 

Read
December 04, 2008, 10:59:01 PM
Scott
Tuto City Staff
*****
Posts: 3



I have made a very basic example for you below. Its actually fairly simple. Let me know if you need any help with it.

Code:
<!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>
<style type="text/css">
<!--
#outer {
background-color:#000000}
#inner {
width:200px;
height:100px;
margin-left:auto;
margin-right:auto;
background-color:#0000FF}
-->
</style>
</head>

<body><div id="outer"><div id="inner"></div></div>
</body>
</html>
Logged
 

Pages: [1]
Jump to:  

Theme by webtechnica.net