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.

HTML Forum


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



Post a Project »

Find a Professional HTML Freelancer!

Find a Freelancer to help you with your HTML projects

FREE Outsourcing eBook!

Reply
Trying to get my page looking the same by using div's instead of tables
Old 03-21-2009, 02:16 PM Trying to get my page looking the same by using div's instead of tables
Ultra Talker

Posts: 254
Name: Daniel Mousdell
Trades: 0
Hey,

What I am trying to do is: copy exactly what my latest songs table looks like on here: http://www.lilwaynehq.com/media to here: http://www.lilwaynehq.com/media/media2.php but instead of using a table again, I want to use li's and div's.

I have gotten this far: http://www.lilwaynehq.com/media/media2.php

But I can't get the background image to show and I can't get the rows to be equal.

Could someone please help me get this page looking like my other one.

Thanks alot, appreciate it
__________________

Please login or register to view this content. Registration is FREE
|
Please login or register to view this content. Registration is FREE
Danaldinho is offline
Reply With Quote
View Public Profile
 
 
Register now for full access!
Old 03-21-2009, 07:10 PM Re: Trying to get my page looking the same by using div's instead of tables
jason_bristol's Avatar
Ultra Talker

Latest Blog Post:
New site - ConnectFrench.com
Posts: 312
Name: Jason Eyermann
Location: england bristol
Trades: 0
What you can do is:

ul li {
display:block;
height: //define height here
}

So that they are all level.

But..Even though CSS is much better than tables, even some of more strict CSS users say that you should still use tables for data such as this.

and for the background image. you'll need to wrap the whole thing in a div and add

#backgroundDiv {
background: url(path to image) no-repeat top left;
}
__________________

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


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

Last edited by jason_bristol; 03-21-2009 at 07:12 PM..
jason_bristol is offline
Reply With Quote
View Public Profile Visit jason_bristol's homepage!
 
Old 03-22-2009, 07:57 AM Re: Trying to get my page looking the same by using div's instead of tables
Ultra Talker

Posts: 254
Name: Daniel Mousdell
Trades: 0
Quote:
Originally Posted by jason_bristol View Post
What you can do is:

ul li {
display:block;
height: //define height here
}

So that they are all level.

But..Even though CSS is much better than tables, even some of more strict CSS users say that you should still use tables for data such as this.

and for the background image. you'll need to wrap the whole thing in a div and add

#backgroundDiv {
background: url(path to image) no-repeat top left;
}
Thanks mate, I did what you said with a couple of changes and its looking awesome now!

Thanks again, I really appreciate it and I will add to your talkupation now
__________________

Please login or register to view this content. Registration is FREE
|
Please login or register to view this content. Registration is FREE
Danaldinho is offline
Reply With Quote
View Public Profile
 
Reply     « Reply to Trying to get my page looking the same by using div's instead of tables
 

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 0.95578 seconds with 12 queries