pherankh
-
Best approach to styling this list
Anyone know the HTML entity code for a black square? content: '■ ';
-
Best approach to styling this list
Thanks everyone - I'll try these suggestions...
-
CSS Pseudo Table: Why does image push down content in center column div?
OK, I just saw your 2nd comment - YES, vertical-align: top; when placed in the left and middle columns works. But why? Those are block-level elements, right?
-
CSS Pseudo Table: Why does image push down content in center column div?
Definitely something to do with img attributes but I don't know what. Here's what it looks like if I place text on top of the right div column: http://www.burntscarlet.com/_test/help_forums/basec/equal_heights_css-table_text-only.html Th…
-
CSS Pseudo Table: Why does image push down content in center column div?
Here's how it display for me in Firefox and IE 9 on Windows 7: http://burntscarlet.com/_test/help_forums/basec/EqualHeightColumns.png The text should be at the top of both columns but it's obviously behaving as if there is floated conten…
-
IE Float issue
Thanks wolfcry911 - Reducing the image width didn't really help, but removing that div entirely and adding a "clear:left" style to the paragraph makes IE much more happy: For additional information... The form was created at another…
-
Styling Radio Buttons: display on single line
Thanks Doc. The outer labels are being used as containers for the HTML input elements - that's the method being used by this particular "Subtract 0.2" form. And that seems to be what is breaking the functionality of the radio buttons …
-
WordPress image display troubles
One related issue came up: what to do about WP Custom Fields that reference a URL? Doesn't look like I can use the tag in the field. I have to use the long relative path in "wp-content". What do people usually do here?
-
WordPress image display troubles
Thanks, you both were on the right track. My Apache document root is htdocs, so, WordPress files are located there. But the actual WP document root is the "wp-content" directory. So to reach the images directory I had to use: wp-content…