Go Back   CodingForums.com > :: Client side development > HTML & CSS

Before you post, read our: Rules & Posting Guidelines

Reply
 
Thread Tools Rate Thread
Enjoy an ad free experience by logging in. Not a member yet? Register.
Old 04-05-2009, 06:17 PM   PM User | #1
SRBuckey5266
New Coder

 
Join Date: Jan 2009
Posts: 45
Thanks: 3
Thanked 0 Times in 0 Posts
SRBuckey5266 is an unknown quantity at this point
Please help!

Can anyone tell me how to get the Runescape Forums box side-by side with the Runescape client? ( Meaning, I want the RS forums in the red box where the text is. )



Does anybody have the code?
SRBuckey5266 is offline   Reply With Quote
Old 04-05-2009, 06:33 PM   PM User | #2
Excavator
Master Coder


 
Excavator's Avatar
 
Join Date: Dec 2006
Location: Alaska
Posts: 9,410
Thanks: 22
Thanked 1,765 Times in 1,749 Posts
Excavator has a spectacular aura aboutExcavator has a spectacular aura aboutExcavator has a spectacular aura about
Hello SRBuckey5266,
To put two elements side by side you should use floats. You have to make sure there is room for them to fit beside each other inside whatever is containing them - see box model for how to calculate widths.

Here is a float tutorial that shows how floats work - http://www.w3schools.com/css/pr_class_float.asp
__________________
Validate often DURING development - Use it like a splelchecker | Debug during Development |Write it for FireFox, ignore IE
Use the right DocType | Validate your markup | Validate your CSS | Why validating is good | Why tables are bad
Excavator is offline   Reply With Quote
Old 04-05-2009, 06:37 PM   PM User | #3
mikemacx
New Coder

 
Join Date: Feb 2009
Location: Los Angeles
Posts: 40
Thanks: 2
Thanked 1 Time in 1 Post
mikemacx is an unknown quantity at this point
This seems to work:

Code:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 TRANSITIONAL//EN">
<html>

    <head>
        <title></title>
    </head>
    
<frameset cols="50%,*">
<frame src="http://www.runescape.com/" name="RS">
<frame src="http://forum.runescape.com/p=kKmok3kJqOeN6D3mDdihco3oPeYN2KFy6W5--vZUbNA/forums.ws" name="RS Forums">

</frameset>

</html>
mikemacx is offline   Reply With Quote
Reply

Bookmarks

Jump To Top of Thread


Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT +1. The time now is 07:25 PM.


Advertisement
Log in to turn off these ads.