<div class="column">
<div class="box">
<h1>Lorem Ipsum</h1>
<p>
Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Vestibulum mattis sem ac dui euismod vulputate. Sed imperdiet enim sed risus.
</p>
</div>
<div class="box">
<h1>Lorem Ipsum</h1>
<p>
Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Vestibulum mattis sem ac dui euismod vulputate. Sed imperdiet enim sed risus.
Integer quam. Cras lacus eros, elementum eget, posuere at, imperdiet eu, odio. Vestibulum ultrices. Fusce vel sed.
</p>
</div>
<div class="box" id="blue">
<p></p>
</div>
</div>
<div class="column" id="right">
<div class="box">
<h1>Lorem Ipsum</h1>
<ul>
<li class="dark">Aliquam tempus nibh non est.</li>
<li class="light">Sed varius ipsum vel nisl.</li>
<li class="dark">Nam volutpat varius sapien.</li>
<li class="light">Vestibulum luctus odio sed sem.</li>
</ul>
</div>
<div class="box">
<h1>Lorem Ipsum</h1>
<p>
Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Vivamus ornare ipsum a erat. Nunc tempor metus.
</p>
</div>
<div class="box">
<h1>Lorem Ipsum</h1>
<p>
Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean consectetuer quam in nisl. Fusce diam sem, tristique vel, mollis vitae,
elementum ac, arcu. Ut tempor. In adipiscing justo ac dui amet.
</p>
</div>
</div>
</div>
<!-- Meta Content -->
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
<meta name="title" content="HabboHut" />
<meta name="description" content="HabboHut is the first Habbo Hotel International Radio Fansite! HabboHut includes great content, awesome DJ's and lots more!" />
<meta name="keywords" content="habbo, habbo hotel, hotel, boards, hut, the hut, habbo au, habbo ca, official, fansite, habbo us, habbo sg" />
var socialfeed=new gfeedrssticker("example2", "example2class", 3000, "")
socialfeed.addFeed("AU", "http://www.habbo.com.au/articles/rss.xml") //Specify "label" plus URL to RSS feed
socialfeed.addFeed("UK", "http://www.habbo.co.uk/articles/rss.xml") //Specify "label" plus URL to RSS feed
socialfeed.addFeed("CA", "http://www.habbo.ca/articles/rss.xml") //Specify "label" plus URL to RSS feed
socialfeed.addFeed("US", "http://www.habbo.com/articles/rss.xml") //Specify "label" plus URL to RSS feed
socialfeed.addFeed("SG", "http://www.habbo.com.sg/articles/rss.xml") //Specify "label" plus URL to RSS feed
socialfeed.displayoptions("label itemtitle snippet") //show the specified additional fields
socialfeed.setentrycontainer("div") //Display each entry as a DIV
socialfeed.filterfeed(25, "date") //Show 15 entries, sort by label
socialfeed.entries_per_page(1)
socialfeed.init() //Always call this last
There is indents, but there not showing up, same with eliterates coding.
Okay. Don't change anything.
OH WAIT. In a mintue we will get all the coders with huge egos posting about Iszak like usual :D
02-01-2009, 09:46 PM
Alexz0r
I'm still pretty sure Eliterates better. If not HTML then PHP I'm pretty sure.
02-01-2009, 09:50 PM
Decode
Iszac is better.
02-01-2009, 09:51 PM
Jackboy
Quote:
Originally Posted by Alexz0r
I'm still pretty sure Eliterates better. If not HTML then PHP I'm pretty sure.
Alex mate. Stick to what you're good at, designing layouts, then learn PHP and start talking about who is better. x
02-01-2009, 09:54 PM
Eliterate
Actually, just to defend my thoughts in coding,
'border' is used to hold all characteristics of a border, ie: border: 1px #000 solid;
while border-width just defines the width. Therefore producing cleaner and easier to understand code.
As for paddings and margins, you should always define a unit of measure.
Just as a practice, I always use two measurements when defining because I could change at anytime, so it's already there.
Much of what you have been pointing out isn't wrong, it's just a different practice.