Is it okay to use tables for post formatting? [closed] - html

It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. For help clarifying this question so that it can be reopened, visit the help center.
Closed 10 years ago.
Basically I'm making a feature to post on my site, and I just wanted your guys' opinions: do you think it's okay to use a table to format the post (aligning the profile picture and the post? If not, what do you recommend?

Tables should never be used for anything besides tabular data.
I would suggest reading into inline-block

If it's not tabular data, then no. If it can be done with divs, then do it with divs :)

Related

defining mostly used class names [closed]

It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. For help clarifying this question so that it can be reopened, visit the help center.
Closed 9 years ago.
I have a silly question but while coding a web page I'm confuse a little time defining the css class name. Would anyone provide me mostly used css class names so that I could not hesitate while making pages.
It would be okay if I got mostly used class while layout page.
I think some css-naming-conventions will help :)
you may start here and search google for more :
http://sixrevisions.com/css/css-tips/css-tip-2-structural-naming-convention-in-css/

Creating tabs in HTML only [closed]

It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. For help clarifying this question so that it can be reopened, visit the help center.
Closed 9 years ago.
Is there is a basic way to create multiple content tabs in an HTML page without CSS and/or Javascript and/or JQuery?
I do not think it is possible. JQuery would be my best bet at doing it since implementation is easy. you can have a look at JQUERYUI. There are other javascript library that can help you easily achieve what you want. My next choice would be CSS

Mac-like checkbox using Bootstrap [closed]

It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. For help clarifying this question so that it can be reopened, visit the help center.
Closed 10 years ago.
I use Bootstrap, can I style my checkboxes to look like Mac ones?
I.e. http://www.flickr.com/photos/wufoo/5761838808/
Thanks
It can be really difficult to style form elements...
I use http://formalize.me to normalize for styles across browsers, and as a bonus, it contains lots of useful examples that you can modify to your liking.
This similar question How to style checkbox using CSS? suggested you use this script
http://ryanfait.com/resources/custom-checkboxes-and-radio-buttons/

How to style html <option> tag like google does? [closed]

It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. For help clarifying this question so that it can be reopened, visit the help center.
Closed 10 years ago.
Take a look at gmail sign up page and look at the birthday and gender field. Please someone show me how to do it. thanks
It is not style that can make like this. This is a image+input box, when you click the image, DIV is generated in javascript populating all the entries within it. The similar example would be like this.

simple notification email template [closed]

It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. For help clarifying this question so that it can be reopened, visit the help center.
Closed 11 years ago.
If you do a search on Google there are millions of newsletter email templates, all I am looking for is something that is purposed for a single notification. I don't really want to learn HTML all over again just to produce this so any links or articles would help TONSSS!!
Thanks.
You can easily get something going using an email boilerplate such as this one as base:
http://htmlemailboilerplate.com/