<?xml version="1.0"?>
<rss version="2.0">
 <channel>
  <title>purposeful white space | WPDFD.com Forums</title>
  <link>http://www.wpdfd.com/forums/wpdfd/layout/purposeful_white_space/</link>
  <description>A Layout forum thread at WPDFD.com</description>
  <language>en-us</language>
  <pubDate>06/22/11, 173 12 2011 2011:%i:1308766368 14:12:48</pubDate>
  <lastBuildDate>06/06/13, 157 37 2013 2013:%i:1370569060 21:37:40</lastBuildDate>
  <docs>http://blogs.law.harvard.edu/tech/rss</docs>
  <generator>NineLabs Framework Feed Generator</generator>
  <managingEditor>sitemaster@wpdfd.com</managingEditor>
  <webMaster>sitemaster@wpdfd.com</webMaster>
     <item>
    <title>Me Mine said:</title>
    <link>http://www.wpdfd.com/forums/wpdfd/layout/purposeful_white_space/#p4168</link>
    <description><![CDATA[good day - <br />
<br />
I have a single company img in first section of home page. <br />
 <br />
I want to position this in the center or middle section of my page. <br />
<br />
<br />
<br />
<p></p><br />
<br />
<br />
then I have menu buttons under this image <br />
<br />
<br />
I want to move the entire section (image and menus) down the page and create white border at top. centering this home navigation screen in web page.<br />
<br />
<br />
thanks in advance <br />
<br />
<br />
<br />
]]></description>
    <pubDate>06/22/11, 173 12 2011 2011:%i:1308766368 14:12:48</pubDate>
    <guid>http://www.wpdfd.com/forums/wpdfd/layout/purposeful_white_space/#p4168</guid>
   </item>
     <item>
    <title>Mike Crone said:</title>
    <link>http://www.wpdfd.com/forums/wpdfd/layout/purposeful_white_space/#p4171</link>
    <description><![CDATA[By using CSS you can set a "margin" for the top of your nav/img section so that it starts further down the page.<br />
<br />
You are using CSS for the layout aren&#39;t you??<br />
<br />
Mike...]]></description>
    <pubDate>06/23/11, 174 10 2011 2011:%i:1308852617 14:10:17</pubDate>
    <guid>http://www.wpdfd.com/forums/wpdfd/layout/purposeful_white_space/#p4171</guid>
   </item>
     <item>
    <title>Me Mine said:</title>
    <link>http://www.wpdfd.com/forums/wpdfd/layout/purposeful_white_space/#p4176</link>
    <description><![CDATA[head<br />
meta<br />
title<br />
head<br />
<br />
body<br />
img src=<br />
body<br />
<br />
style<br />
img{<br />
max-width:100%<br />
}<br />
style]]></description>
    <pubDate>06/23/11, 174 53 2011 2011:%i:1308866034 17:53:54</pubDate>
    <guid>http://www.wpdfd.com/forums/wpdfd/layout/purposeful_white_space/#p4176</guid>
   </item>
     <item>
    <title>Me Mine said:</title>
    <link>http://www.wpdfd.com/forums/wpdfd/layout/purposeful_white_space/#p4177</link>
    <description><![CDATA[I had a heck of a time adding code <br />
hope the above makes sense]]></description>
    <pubDate>06/23/11, 174 54 2011 2011:%i:1308866072 17:54:32</pubDate>
    <guid>http://www.wpdfd.com/forums/wpdfd/layout/purposeful_white_space/#p4177</guid>
   </item>
     <item>
    <title>Me Mine said:</title>
    <link>http://www.wpdfd.com/forums/wpdfd/layout/purposeful_white_space/#p4178</link>
    <description><![CDATA[got it coded -  thanks <br />
<br />
 style type="text/css"<br />
p.margin<br />
{<br />
margin-top:100px;<br />
<br />
etc.. <br />
<br />
how about auto center in viewport? <br />
equal top and bottom margins?<br />
]]></description>
    <pubDate>06/23/11, 174 06 2011 2011:%i:1308873963 20:06:03</pubDate>
    <guid>http://www.wpdfd.com/forums/wpdfd/layout/purposeful_white_space/#p4178</guid>
   </item>
     <item>
    <title>Me Mine said:</title>
    <link>http://www.wpdfd.com/forums/wpdfd/layout/purposeful_white_space/#p4179</link>
    <description><![CDATA[got this as well - used the following<br />
<br />
* {margin:0;padding:0}<br />
html,body{height:100%}<br />
#wrapper{<br />
	height:100%;<br />
	width:100%;<br />
	display:table;<br />
	vertical-align:middle;<br />
}<br />
#outer{<br />
	display:table-cell;<br />
	vertical-align:middle;<br />
	overflow:hidden;<br />
}<br />
#logo{<br />
	position:relative;<br />
	left:50%;<br />
	float:left;<br />
}<br />
#form1{<br />
	border:1px solid #000;<br />
	padding:20px 20px;<br />
	position:relative;<br />
	font-family: sans-serif;<br />
	text-align:left;<br />
	left: -50%;<br />
}<br />
p{margin:1em 0}<br />
input{position:relative;background:#ffffcc}<br />
<br />
thanks <br />
]]></description>
    <pubDate>06/24/11, 175 28 2011 2011:%i:1308925686 10:28:06</pubDate>
    <guid>http://www.wpdfd.com/forums/wpdfd/layout/purposeful_white_space/#p4179</guid>
   </item>
     <item>
    <title>Jon Marsh said:</title>
    <link>http://www.wpdfd.com/forums/wpdfd/layout/purposeful_white_space/#p5858</link>
    <description><![CDATA[By giving margin we can set anything where we want and we can set margin in top,right,left,bottom. We can give padding also to move any instance.]]></description>
    <pubDate>11/30/11, 334 00 2011 2011:%i:1322697657 19:00:57</pubDate>
    <guid>http://www.wpdfd.com/forums/wpdfd/layout/purposeful_white_space/#p5858</guid>
   </item>
     <item>
    <title>Suresh Gupta said:</title>
    <link>http://www.wpdfd.com/forums/wpdfd/layout/purposeful_white_space/#p8920</link>
    <description><![CDATA[Hello friend,<br />
<br />
i&#39;m kinda wondering the same thing. What is the job market out there for this kind of thing?<br />
<br />
<br />
<br />
-----------------<br />
<a href="http://www.aginfosoft.com/" class="external">seo company India</a> and <a href="http://www.aginfosoft.com/link-building-services-india/" class="external">Link Building Services</a><br />
]]></description>
    <pubDate>09/01/12, 245 20 2012 2012:%i:1346512835 11:20:35</pubDate>
    <guid>http://www.wpdfd.com/forums/wpdfd/layout/purposeful_white_space/#p8920</guid>
   </item>
     <item>
    <title>Michael Eder said:</title>
    <link>http://www.wpdfd.com/forums/wpdfd/layout/purposeful_white_space/#p9751</link>
    <description><![CDATA[Margin is the best way to position image anywhere in a webpages. you can use it easily also.]]></description>
    <pubDate>04/15/13, 105 08 2013 2013:%i:1366016898 05:08:18</pubDate>
    <guid>http://www.wpdfd.com/forums/wpdfd/layout/purposeful_white_space/#p9751</guid>
   </item>
   </channel>
</rss