HTML Forums | An HTML and CSS Coding Community

Welcome to HTMLForums; home of web development discussion! Please sign in or register your free account to get involved. Once registered you will be able to connect with other members, send and receive private messages, reply to topics and create your very own. Our registration process is hassle-free and takes no time at all!

Search results

  1. E

    how to make image and text centered

    I want to make a table of icons with accompanying text to its right, like the following: These icons are svg files that I downloaded from Font Awesome. The code I have at the moment is <style> td { height: 30px; vertical-align: middle; } th td { text-align...
  2. E

    Italic and bold font-face using a css rule for an external font

    Hello I have two font-faces in two different .woff files that I want to be used every time I use the italic and bold tags in my html file. I.e., every time I write something inside a <i></i> tag and <b></b>, it will be displayed with a specific font-face. Is that possible?
Back
Top