omg keep me away from tables !!! HELP!!!

This is a discussion on "omg keep me away from tables !!! HELP!!!" within the Web Page Design section. This forum, and the thread "omg keep me away from tables !!! HELP!!! are both part of the Design Your Website category.



Go Back   Webforumz.com > Main Forums > Design Your Website > Web Page Design

Notices


Reply
 
LinkBack Thread Tools
  #1 (permalink)  
Old Jul 1st, 2007, 17:21
Highly Reputable Member
Join Date: Jul 2005
Location: Northampton, England
Age: 19
Posts: 506
Thanks: 0
Thanked 0 Times in 0 Posts
Send a message via MSN to bruno89
omg keep me away from tables !!! HELP!!!

ok so on my portfolio page i want to have a thumb nail on the left side of my page then a short desription of the site on the right. BUT! im kinda new to css and i dno how to do this with css so please can some one help me to keep away from tables if u dont understand what i mean iv made a lil diagram in paint lmao

- thanks bruno
Attached Images
File Type: jpg brunos masterpeice.JPG (13.7 KB, 20 views)
Reply With Quote

  #2 (permalink)  
Old Jul 1st, 2007, 17:54
SuperMember

SuperMember
Join Date: May 2006
Location: North West, UK
Age: 22
Posts: 1,173
Thanks: 0
Thanked 0 Times in 0 Posts
Re: omg keep me away from tables !!! HELP!!!

I've been going mad with lists recently and I think you could use a list for this.

So the HTML would go:
Code: Select all
<ul>
<li><img src="img1.jpg">Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Donec mattis, nulla ut auctor convallis, est urna tempor purus, eu congue dui augue vitae risus. Nunc faucibus placerat pede. Sed eu.</li>
<li><img src="img1.jpg">Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Donec mattis, nulla ut auctor convallis, est urna tempor purus, eu congue dui augue vitae risus. Nunc faucibus placerat pede. Sed eu.</li>
<li><img src="img1.jpg">Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Donec mattis, nulla ut auctor convallis, est urna tempor purus, eu congue dui augue vitae risus. Nunc faucibus placerat pede. Sed eu.</li>
</ul>
CSS:
Code: Select all
ul {
    list-style: none;
}

ul li {
clear: left
}

ul li img {
float: left;
width: 100px;
height:100px;
}
This would give you the right results. You just need to add text formating and some margins/paddings and make it pretty.

Hope that's what you wanted.

Pete.
Reply With Quote
  #3 (permalink)  
Old Jul 1st, 2007, 18:02
New Member
Join Date: Jun 2007
Location: LoveLand
Posts: 7
Thanks: 0
Thanked 0 Times in 0 Posts
Re: omg keep me away from tables !!! HELP!!!

Hello There Bruno,

Try this link, this can really help you out, there are 3 to 4 ways to achieve the result you require:

here: http://www.webforumz.com/css-forum/4...xt-to-each.htm
Reply With Quote
  #4 (permalink)  
Old Jul 1st, 2007, 18:04
New Member
Join Date: Jun 2007
Location: LoveLand
Posts: 7
Thanks: 0
Thanked 0 Times in 0 Posts
Re: omg keep me away from tables !!! HELP!!!

well, thats good, Pete's post was posted seconds before mine []
see the time difference.. 17:54 and 18:02
Reply With Quote
  #5 (permalink)  
Old Jul 1st, 2007, 18:08
SuperMember

SuperMember
Join Date: May 2006
Location: North West, UK
Age: 22
Posts: 1,173
Thanks: 0
Thanked 0 Times in 0 Posts
Re: omg keep me away from tables !!! HELP!!!

Ha. I'm doing the rounds today. If it's a list, I can CSS it. I might narrow down my business. "Now only coding unordered lists". Something tells me it wouldn't work out.

Pete.
Reply With Quote
  #6 (permalink)  
Old Jul 1st, 2007, 18:33
Highly Reputable Member
Join Date: Jul 2005
Location: Northampton, England
Age: 19
Posts: 506
Thanks: 0
Thanked 0 Times in 0 Posts
Send a message via MSN to bruno89
Re: omg keep me away from tables !!! HELP!!!

lol thanks you to ill play around with it now
Reply With Quote
Reply

Tags
css, images, portfolio

Thread Tools

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

Similar Threads
Thread Thread Starter Forum Replies Last Post
Use CSS to do what tables do????? WebNinja Web Page Design 17 Feb 18th, 2007 01:07
Why are tables bad? WebNinja Web Page Design 17 Jan 31st, 2007 21:31
No more tables? PicoDeath Web Page Design 9 Sep 28th, 2006 18:03
Tables or CSS? bee_bo Web Page Design 15 Jul 6th, 2006 08:32
Tables... dhagsjash Web Page Design 2 Sep 16th, 2003 09:05


All times are GMT. The time now is 16:17.


Powered by vBulletin®
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.2.0 RC8
© 2003-2008 Webforumz.com : All Rights Reserved

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43