Tycoon Talk
Become a Big fish!
The number 1 forum for online business!
Post topics, ask questions, share your knowledge.
Tycoon Talk is part of Freelancer.com - find skilled workers online at a fraction of the cost.

CSS Forum


You are currently viewing our CSS Forum as a guest. Please register to participate.
Login



Reply
Creating 3 rows for video..
Old 07-23-2009, 12:15 PM Creating 3 rows for video..
Experienced Talker

Posts: 40
Trades: 0
Hi,

I need to create 3 rows of columns for my videos.

I have the page all set up, am going to delete the right column to allow more room.
http://www.leehughes.co.uk/Video/index.html

I would like them in a row of three centered in the page and any other videos that i add will just join them in the following place.

I have had a play but my lack of css knowledge shines through

.video{
width:400px;
height:300px;
margin:0px;
display:inline;/* ie6 fix */

}
leehughes is offline
Reply With Quote
View Public Profile
 
 
Register now for full access!
Old 07-24-2009, 02:48 PM Re: Creating 3 rows for video..
LadynRed's Avatar
Defies a Status

Posts: 10,016
Location: Tennessee
Trades: 0
Float them, the use padding to space them out.
__________________
Web Goddess & Web Standards Evangelist :) - Tables Be Gone !!

Please login or register to view this content. Registration is FREE


Please login or register to view this content. Registration is FREE

LadynRed is offline
Reply With Quote
View Public Profile
 
Old 07-24-2009, 03:08 PM Re: Creating 3 rows for video..
Experienced Talker

Posts: 40
Trades: 0
floated them


.video{
float:left;
width:350px;
height:280px;
margin:15px;
display:inline;/* ie6 fix */
padding: 10px;
}

however the padding does not work..
leehughes is offline
Reply With Quote
View Public Profile
 
Reply     « Reply to Creating 3 rows for video..
 

Thread Tools Search this Thread
Search this Thread:

Advanced Search

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 Off
Pingbacks are Off
Refbacks are Off





   
RSS Feed  Feeds: RSS   JS   XML
RSS Feed  Feeds for this forum: RSS   JS   XML



Page generated in 1.43777 seconds with 12 queries