i need help in HTML and CSS....
i want text in left side of slide and forum on rite side of slide.....
when i made a forum on rite side.
slide just down :( i attach css and html file
plz help

Here is what I did to make the 3 sections display beside each other;
take out the extra DIV around the contact form,
shrink the width of the object down from 100% to 70 or 75 (whatever works best for the size of the object being embedded)
move the object DIV to be above the contact form in the HTML
set the object CSS to include display: inline-block
make the contact-from CSS include float: right;

Hope that helps.

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.