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
Old 07-27-2007, 12:13 PM Divs...
Mattmaul1992's Avatar
Ultra Talker

Posts: 486
Name: Matt
Trades: -1
OK, I've been using HTML for years now with tables. I still can't seem to understand how to use divs. I'm never able to embed them and I think they're more unstable than tables because it seems they love letting content not push them around and just have content go whatever way it feels like (seems as if content always falls out of its div box) but I've gotten a lot of requests to use divs so where's a good place to explain it all? My biggest issue is I'm not able to embed a div inside of another div so if I could figure that out I'd be pretty much set. Sorry for the nooby question .

Thanks for the replies.
__________________
PHP Code:
$talkupation++; 

Please login or register to view this content. Registration is FREE
- Free IPB forum hosting (releasing today!!!), no ads, free modifications
Mattmaul1992 is offline
Reply With Quote
View Public Profile
 
 
Register now for full access!
Old 07-27-2007, 12:23 PM Re: Divs...
downliner's Avatar
Extreme Talker

Posts: 208
Location: Orkney
Trades: 1
Explaining how divs work on a message board is quite difficult

I would suggest downloading some free CSS templates from http://www.oswd.org and taking a look at the CSS used in those sites. By playing with the CSS you should be able to see how it works, and maybe even borrow some of the code for your own site.


If you need some specific help post your CSS and HTML code and Il'l gladly look into it for you. Probably best to send me a PM pointing me back to thsi topic as I always forget which ones Ive read etc
__________________

Please login or register to view this content. Registration is FREE
downliner is offline
Reply With Quote
View Public Profile Visit downliner's homepage!
 
Old 07-27-2007, 02:19 PM Re: Divs...
LadynRed's Avatar
Defies a Status

Posts: 10,017
Location: Tennessee
Trades: 0
I agree with Will, tough to figure out what your issues may be w/o seeing some of your coding samples.

Quote:
biggest issue is I'm not able to embed a div inside of another div
That's easy:
<div id="outer">
<div id="inner">
<p>some text goes in here</p>
</div> <!-- close inner -->
</div> <!-- close outer -->

That's the easy part. How they interact/fit is all in your css and if you use positioning on everything you will have problems - and it's not necessary.

Divs are no more unstable than tables - you just haven't learned enough about CSS
__________________
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
 
Reply     « Reply to Divs...
 

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