Computer Forums

Member Login

Remember Me? Sign Up! | Forgot Password
 
Slogan
 
Computer Forums > Programmers Lounge > Programming Discussions » help with html layout please
Closed Thread
Old 02-22-2007, 07:15 AM   #1 (permalink)
 
Newb Techie

Join Date: Feb 2007

Posts: 9

Phiberoptik

Smile help with html layout please

Hey ppl

Was wondering if you could help me out with a bit of html.
I am trying to get a blog together @ http://travology.blogspot.com/

can somebody tell me how i can get the left side panel/bar anchor to the extreme left. And then then how can i add another identical bar that can anchor towards the right leaving the box in center for all the main news content.

been toying around with the code but without much luck.

cheers!
vic


Phiberoptik is offline  
Old 02-22-2007, 11:55 PM   #2 (permalink)
 
Banned

Join Date: Oct 2006

Posts: 81

williwaw

Default

In your css try using
Code:
float: left;
float: right;
in the respective area of your side panel/bar in qustion.

Cheers,
Williwaw

williwaw is offline  
Old 02-23-2007, 12:32 AM   #3 (permalink)
 
Newb Techie

Join Date: Feb 2007

Posts: 9

Phiberoptik

Default

cheers mate! shall give it a go asap.
Phiberoptik is offline  
 
Closed Thread

Thread Tools
Display Modes

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
Trackbacks are On
Pingbacks are On
Refbacks are On