Hehehe...bunch of IT geeks we are...
Announcement
Collapse
No announcement yet.
CSS coding - embedding into html
Collapse
X
-
Hey Eric, I haven't coded in ages so I don't know where on the website it is but I know on the W3C website, you can run your webpages through a script thingo and it will pick out all the problems you have
http://www.w3.org/
Comment
-
i have used the <div> class to separate sections on the page
lets says there is the #sectiona, #sectionb, and the #footer
#sectiona { float: right;}
#sectionb { margin-right: 280px} <---- so everything stays to the left of #sectiona
and
#footer { clear: both;} so it stays under both #sectiona and #sectionb
problem is, when content in #sectionb is less than content in #sectiona (or vise versa) theres a blank space, a hole, - where you can see the background.
ive been reading through properties and values of flow, overfill, clear, padding, margin... but i cant find the right one to fix it.
anyone?
Comment
-
HEY guys... thanks for all your help with coding, and for your patience for when i bug you. i really appreciate it !! special mentions go to Thanh, Manny and jing for allowing me to bombard their MSN with questions, especially when they had their own work to do.
Site is basically finished now, and I will post it up soon.
and dont worry, its not another forum haha
Comment
Comment