What happened to the Messenger Plus! forums on msghelp.net?
Shoutbox » MsgHelp Archive » Skype & Technology » Tech Talk » What do you think?

What do you think?
Author: Message:
Svip
Board's Foremost Baby-Eater
***

Avatar
I eat babies.

Posts: 101
Reputation: 29
37 / Other / Flag
Joined: Jul 2005
RE: What do you think?
Yeah, but Sunshine, you are aware that W3C encourages lowercase tags both in HTML and CSS?  Especially in XHTML, where uppercase tags aren't allowed.

Edit:  Sunshine, are you seriously suggesting him to use tables for layout?  You are not worthy of webdesign, get lost.  And I mean that.

As for Bilbo, understand what your content is about, I would recommend something similar:

code:
<div id="content"><!-- notice the use of "content" rather than "left", it gives you an idea where the content is -->
  <div class="post">
    <p class="info">Date, etc.</p>
    <p>Content</p>
  </div>
  <div class="post">
    <p class="info">Date, etc.</p>
    <p>Content</p>
  </div>
  ...
</div>

Don't listen to Sunshine, you can use a lot of <div> tags.  Because they are exactly what they are; empty elements, which are just lying there ready for you to style.  The entire concept of limiting your use on <div> tags simply because it feels like you have a lot of them is simply silly.

Now with the way I have designed it, your hierarchy is also a lot better, for instance, should you ever want to use JS to remove a specific post (or just hide it), you can easily by going through all your div elements in side #content, and hide them, rather than those list of p elements you had before.

You must learn to understand your content while writing it.  Think about it abstract.

This post was edited on 03-29-2008 at 02:45 PM by Svip.
[Image: weredoomed4ds.png]
03-29-2008 02:43 PM
Profile E-Mail PM Web Find Quote Report
« Next Oldest Return to Top Next Newest »

Messages In This Thread
What do you think? - by Baggins on 03-29-2008 at 02:21 AM
RE: What do you think? - by Svip on 03-29-2008 at 02:35 AM
RE: What do you think? - by Baggins on 03-29-2008 at 02:38 AM
RE: What do you think? - by Svip on 03-29-2008 at 02:43 AM
RE: What do you think? - by Baggins on 03-29-2008 at 02:49 AM
RE: What do you think? - by Svip on 03-29-2008 at 02:56 AM
RE: What do you think? - by vaccination on 03-29-2008 at 08:22 AM
RE: What do you think? - by Baggins on 03-29-2008 at 11:42 AM
RE: What do you think? - by Sunshine on 03-29-2008 at 01:17 PM
RE: What do you think? - by Svip on 03-29-2008 at 02:43 PM
RE: What do you think? - by Sunshine on 03-29-2008 at 03:40 PM
RE: What do you think? - by Svip on 03-29-2008 at 06:26 PM
RE: What do you think? - by Eljay on 03-29-2008 at 06:33 PM


Threaded Mode | Linear Mode
View a Printable Version
Send this Thread to a Friend
Subscribe | Add to Favorites
Rate This Thread:

Forum Jump:

Forum Rules:
You cannot post new threads
You cannot post replies
You cannot post attachments
You can edit your posts
HTML is Off
myCode is On
Smilies are On
[img] Code is On