Advertisement

02.23.2007 at 08:00AM PST, ID: 22409321
[x]
Attachment Details
[x]
The Solution Rating System

With so many solutions, how can you tell which solutions are most likely to help you and which ones are not? To provide you with a tool to use, we rate our solutions based on various elements that most accurately determine if a solution is a quality solution. To explain what factors affect the solution rating, here are the elements we take into consideration when formulating our solution rating.

  • The Grade of the Solution
  • The Zone Rank of the Expert Providing the Solution
  • The Number of Author and Expert Comments
  • The Number of Experts Contributing
  • The Feedback of the Community

Your Input Matters
Because of the way the system is set up, the most important variable in this equation is you. As a member of Experts Exchange, you are able to cast your vote on the quality of the solutions in regard to how complete, accurate, helpful and easy to understand each solution is. When you provide your feedback, each rating is adjusted accordingly. So, if you see a solution that has a poor rating that you think is a good solution, let us know by rating it. As you do, the rating will be adjusted and will become more accurate for other members of our site.

If you have any suggestions that you would like to make for our rating system, please ask a question in the Suggestions Zone of Community Support.

Thank you!

9.1

Getting two divs besides each other

Asked by jasonmzs in Cascading Style Sheets (CSS)

Hi,

I'm having a small  problem getting two div's besides each other.
I've posted my entire code.

The problem is here:
<div>
<div style="border:1px solid black;">Name</div>
<div style="border:1px solid black;">Jason</div>
<div style="border:1px solid black;">Message</div>
<div style="border:1px solid black;">Hi Jason, found your profile interesting</div>
</div>

Actually, everthing appears on seperate lines. The way it should is:
     Name : Jason
Message: Hi Jason, found your profile interesting

How is this possible?

Thanks So Much


<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
<title>Message Template</title>

<style type="text/css">
/* Page Generators */

html {margin:0px;}
body {BACKGROUND-COLOR: #857d5f;}
#container { width:710px; margin: 0px auto 0px auto;border:1px solid #000000; padding:20px; overflow:visible; background-color:#fff;}

/*left column*/
#column {width:500px; float:left; border:1px solid #000; margin:10px 0px 10px 0px; overflow:hidden; padding:0px;}
#center_box{border:0px solid #000000; overflow:visible; margin:0px 0px 0px 0px;}

/*right column*/
#columnright{width:190px; float:right; border:0px solid #000; margin:10px 0px 10px 0px;}
#upper_box{border:1px solid #dadada; background-color:#f7f7f7; margin:0px 0px 10px 0px;overflow:hidden;}
#blue_box{background-color:#3399ef; height:20px; margin:0px 0px 0px 0px; overflow:hidden; FONT:15px "Trebuchet MS",Sans-Serif; color:#ffffff;padding-left:5px;}

/*Footer*/
#footer {border:1px solid #710; margin:0px 0px 0px 0px; background:#710; height:50px; clear:both;}

/* Text Formaters */

#headertop {border:1px solid #710; margin:0px 0px 10px 0px; background:#710; FONT:30px "Trebuchet MS",Sans-Serif;color:white;}
.menutext{padding-left:10px;FONT:12px "Trebuchet MS",Sans-Serif; color:#444;text-align:left;}
</style>
</head>
<body>

<div id="container"><!-- Container Begins -->
<div id="headertop">Messages</div>
<div id="column"><!-- Column Begins -->




<!-- PROBLEM BEGINS HERE -->

<div>
<div style="border:1px solid black;">Name</div>
<div style="border:1px solid black;">Jason</div>
<div style="border:1px solid black;">Message</div>
<div style="border:1px solid black;">Hi Jason, found your profile interesting</div>
</div>
<hr>
<div>
<div style="border:1px solid black;">Name</div>
<div style="border:1px solid black;">Jason</div>
<div style="border:1px solid black;">Message</div>
<div style="border:1px solid black;">Hi Jason, found your profile interesting</div>
</div>
<hr>

<!-- PROBLEM ENDS HERE -->


</div><!-- Column Ends -->
<div id="columnright">
      <div id="upper_box">
      <div id="blue_box">Menu</div>
      <div class=menutext>
      Welcome<br>
      Welcome<br>
      Welcome<br>
      Welcome<br>
      Welcome<br>
      Welcome<br>
      </div>      
      </div>
</div>
<div id="footer">
<div>&copy<div>
</div>
</div><!-- Container Ends -->
</body>
</html>Start Free Trial
[+][-]02.23.2007 at 08:31AM PST, ID: 18597182

Assisted solutions are selected by the member who asked the question as a comment that contributed to their question's solution.

Start your 7-day free trial to view this Assisted Solution or ask the Experts your question.

 
[+][-]02.23.2007 at 08:42AM PST, ID: 18597275

View this solution now by starting your 7-day free trial. Setting up your free trial is quick, easy, and secure. We will return you to this solution, unlocked, when you're done.

 

About this solution

Zone: Cascading Style Sheets (CSS)
Sign Up Now!
Solution Provided By: livewirewebsolutions
Participating Experts: 2
Solution Grade: A
 
 
[+][-]02.23.2007 at 11:30PM PST, ID: 18601230

Often, when Experts are collaborating with members who have asked questions, they will request additional information about the problem. Askers respond with an author comment like this one.

Start your 7-day free trial to view this Author Comment or ask the Experts your question.

 
[+][-]02.23.2007 at 11:41PM PST, ID: 18601239

Often, when Experts are collaborating with members who have asked questions, they will request additional information about the problem. Askers respond with an author comment like this one.

Start your 7-day free trial to view this Author Comment or ask the Experts your question.

 
[+][-]02.24.2007 at 12:10AM PST, ID: 18601301

Often, when Experts are collaborating with members who have asked questions, they will request additional information about the problem. Askers respond with an author comment like this one.

Start your 7-day free trial to view this Author Comment or ask the Experts your question.

 
[+][-]02.24.2007 at 04:24AM PST, ID: 18601698

At Experts Exchange, members can ask their questions to thousands of technology professionals, also known as Experts. Experts compete and collaborate to answer those questions by leaving comments like this one.

Start your 7-day free trial to view this Expert Comment or ask the Experts your question.

 
[+][-]02.24.2007 at 04:28AM PST, ID: 18601703

At Experts Exchange, members can ask their questions to thousands of technology professionals, also known as Experts. Experts compete and collaborate to answer those questions by leaving comments like this one.

Start your 7-day free trial to view this Expert Comment or ask the Experts your question.

 
 
Loading Advertisement...
20080716-EE-VQP-32