AnthonyJ Posted July 21, 2011 Author Report Posted July 21, 2011 ok I was getting this until...if you look at this: http://www.byyourdesign.com/wp-content/themes/mytheme/deerbrowse.html Why can't my divs align side by side?
falkencreative Posted July 21, 2011 Report Posted July 21, 2011 According to your CSS file, it is expecting: #main .leftfloat #main .rightfloat In your HTML file, I don't see #main anywhere (for your CSS to work, #main needs to enclose both left and right floats, and you've set up "rightfloat" to be an id rather than a class.
AnthonyJ Posted July 22, 2011 Author Report Posted July 22, 2011 Are you ready for today's challenges? Take a look at this and can you tell me why my "size" class is not showing up AND why can't I spread them out evenly across the page? http://www.byyourdesign.com/wp-content/themes/mytheme/nettingandboxes.html
Andrea Posted July 22, 2011 Report Posted July 22, 2011 What do you mean by 'size class'? I don't see any class size, but I'm thinking, that's not what you mean. What do you want to spread out evenly? Also, it may be better if you started a new thread for each issue - this one's getting a bit lengthy. P.S. - 'Spreadsheet' is misspelled.
AnthonyJ Posted July 22, 2011 Author Report Posted July 22, 2011 ok will do on the topic thing....Anyway the "size" class is about my nettings and boxes page...I want a column for "netting" "boxes" and "size" spread evenly across the page. BTW, welcome back hope your vacation went well....
falkencreative Posted July 22, 2011 Report Posted July 22, 2011 Take a look at this and can you tell me why my "size" class is not showing up AND why can't I spread them out evenly across the page? Are you sure you have uploaded the most recent file? I'm not seeing any divs within the file you linked to that have a "size" class.
AnthonyJ Posted July 22, 2011 Author Report Posted July 22, 2011 BTW, my next task is to record a video upload to you tube and embed on the Key Notes page. Suggestions on how to proceed?
falkencreative Posted July 22, 2011 Report Posted July 22, 2011 This is what your CSS file says: #main.size{ You need the space between those two items, otherwise the stylesheet is trying to target an element that has both an id of #main and a class of .size.
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now