Announcement

Collapse
No announcement yet.

CSS coding - embedding into html

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    #16
    Hehehe...bunch of IT geeks we are...
    Team Misplaced CT9A Owner #001

    Comment


      #17
      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


        #18
        html validator: http://validator.w3.org/

        css validator: http://jigsaw.w3.org/css-validator/
        T U 8 8 Y R - 0 6 5 4 8

        Comment


          #19
          Wow...cool never knew such things existed...interesting stuff
          Team Misplaced CT9A Owner #001

          Comment


            #20
            Yeah those are the links! Thanks Thanh!

            Really Manny? All my websites that I did all had to be ran through the HTML and CSS validator...though I had to do this for Tafe as well heheh

            Comment


              #21
              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?
              when do we hit v-attack | www.eightsided.com
              sigpic

              Comment


                #22
                Hey Eric...it might be easier if you provided us with a screenshot perhaps?
                Team Misplaced CT9A Owner #001

                Comment


                  #23
                  Originally posted by MrThanh
                  most people dont even worry about w3c standards, which is shit. i have problems vieweing UTS websites on firefox sometimes
                  i dont?

                  anyways, IT g33ks are so smart, sometimes i wish i was one too ):
                  <3j

                  Comment


                    #24
                    Originally posted by ley
                    i dont?

                    anyways, IT g33ks are so smart, sometimes i wish i was one too ):
                    wait until exam timetables are out again, then view them with firefox. sometimes it goes nuts and you have to horizontal scroll for ages
                    T U 8 8 Y R - 0 6 5 4 8

                    Comment


                      #25
                      OH yes yes that happens all the time each semester... freaking sucks big time >.<
                      <3j

                      Comment


                        #26
                        uts < *
                        T U 8 8 Y R - 0 6 5 4 8

                        Comment


                          #27
                          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
                          when do we hit v-attack | www.eightsided.com
                          sigpic

                          Comment

                          Working...
                          X