Forum Groups
  All forums
    Help & Feedback
      Questions
      Work in progress
      Finished Art
      Non-Max related
    Community
      Offtopic
      News
    Hardware
    Photography


Featured Threads
  Speedmodeling 2011 - Holidays Edition
(117 replies)
  Maxforums Kiva Group
(57 replies)
  The Life of a Sea Turtle - Tutorial by mrgrotey
(121 replies)
  So what are you working on? =)
(2627 replies)
  Want free webspace?
(20 replies)
  spam alert!!!
(3919 replies)
  Maxforums member photo gallery index
(113 replies)
  Maxforums Member Tutorials
(86 replies)
  three cheers to maxforums...
(185 replies)
  The Grotorial Index Page
(57 replies)
  101 Things you didnt know in Max...
(185 replies)
  A Face tutorial from MDB101 :D
(95 replies)
  Free textures thread
(77 replies)
  Maxforums.org Members Gallery
(486 replies)
  SON OF POST YOURSELF
(626 replies)
  Dub's Maxscript Tutorial Index
(119 replies)
  The Best Art of Maxforums [56k warning]
(109 replies)


I need CSS help
show user profile  Poopsmith
I hate this damn language. Anyways, I'm trying to make this, without using float:left;

All I can get to happen is the image and the text underneath it. What is the proper/standard way to do that. Is it worth using dreamweaver or something? I've always done websites by code, but it's getting very frustrating.
3d 2d digital artist special effects poopsmith

read 256 times
8/29/2010 10:50:15 AM (last edit: 8/29/2010 10:50:15 AM)
show user profile  eternal.togruta
Try floating the text right and put clear on none.
read 230 times
8/29/2010 8:19:08 PM (last edit: 8/29/2010 8:19:08 PM)
show user profile  Nik Clark
Use tables?




Click here to send me an emailClick here to visit my websiteClick here to visit my photo gallery on Flickr

read 229 times
8/29/2010 8:21:38 PM (last edit: 8/29/2010 8:21:38 PM)
show user profile  Poopsmith
ha, I used tables, worked pretty well. Thanks Nik. Still not sure what I was doing wrong with CSS but oh well.
3d 2d digital artist special effects poopsmith

read 205 times
8/30/2010 1:35:13 AM (last edit: 8/30/2010 1:35:13 AM)
show user profile  Stephen R.

make sure the item you are floating has a width, or it will continue to take up the entire width of the page, leaving no space for anything to "float" next to it. Also img tags are inline items, so if you are floating the img itself and not a block level element (div, p, li, etc), you will need to add display: block; to your css list.



for instance, this is a block level element with a float on it, and an item below it, no float will happen:



This is a test Paragraph that is floated

This paragraph is below the float




Now watch when I add a width:



This is a test Paragraph that is floated

This paragraph is below the float



bah @ maxforums re-styling






Vibrant9 Logo


read 194 times
8/30/2010 2:54:37 AM (last edit: 8/30/2010 3:00:08 AM)
#Maxforums IRC
Open chat window


Support Maxforums.org