Title: [Plugin: TDO Mini Forms] Styling the Form
Last modified: August 19, 2016

---

# [Plugin: TDO Mini Forms] Styling the Form

 *  [jongos](https://wordpress.org/support/users/jongos/)
 * (@jongos)
 * [17 years, 11 months ago](https://wordpress.org/support/topic/plugin-tdo-mini-forms-styling-the-form/)
 * TDOMF works fine for me other than one problem. Tor some reason, I can’t style
   the form. The stylesheet that’s included doesn’t work, but neither using calls
   for the ID or CLASS in the theme stylesheet.
 * Any ideas?
 * Take a look at the problem here – [http://appfrica.net/blog/submit-news-2](http://appfrica.net/blog/submit-news-2)

Viewing 5 replies - 1 through 5 (of 5 total)

 *  [the_dead_one](https://wordpress.org/support/users/the_dead_one/)
 * (@the_dead_one)
 * [17 years, 11 months ago](https://wordpress.org/support/topic/plugin-tdo-mini-forms-styling-the-form/#post-794872)
 * The tdo-mini-forms stylesheet is not included in your theme. Does your theme 
   have a “do_action(‘wp_head’);” in the header.php?
 * You can manually include it by putting this in the header of your theme:
 * `<link rel="stylesheet" href="http://appfrica.net/blog/wp-content/plugins/tdo-
   mini-forms/tdomf-style-form.css" type="text/css" media="screen" />`
 * Or you could just use Form Hacker?
 *  Thread Starter [jongos](https://wordpress.org/support/users/jongos/)
 * (@jongos)
 * [17 years, 11 months ago](https://wordpress.org/support/topic/plugin-tdo-mini-forms-styling-the-form/#post-794874)
 * Thanks, that worked perfectly. Form hacker wasn’t working, I tried, but linking
   to the stylesheet worked out just fine.
 *  [mech72](https://wordpress.org/support/users/mech72/)
 * (@mech72)
 * [17 years, 5 months ago](https://wordpress.org/support/topic/plugin-tdo-mini-forms-styling-the-form/#post-795050)
 * I too would like to tweak the style of the form. I didn’t see “do_action(‘wp_head’);
   in the header. Can I still link to the stylesheet?
 *  [the_dead_one](https://wordpress.org/support/users/the_dead_one/)
 * (@the_dead_one)
 * [17 years, 5 months ago](https://wordpress.org/support/topic/plugin-tdo-mini-forms-styling-the-form/#post-795051)
 * Of course.
 *  [mech72](https://wordpress.org/support/users/mech72/)
 * (@mech72)
 * [17 years, 5 months ago](https://wordpress.org/support/topic/plugin-tdo-mini-forms-styling-the-form/#post-795052)
 * I’m new to the blogging. Does it matter where I put the code? My guess would 
   be next to the other stylesheet link? Any book recommendations for css and php?
 * Thanks!
 * Here’s my header.php code:
 *     ```
       <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
       <html xmlns="http://www.w3.org/1999/xhtml" <?php language_attributes(); ?>>
       <head profile="http://gmpg.org/xfn/11">
       <meta http-equiv="Content-Type" content="<?php bloginfo('html_type'); ?>; charset=<?php bloginfo('charset'); ?>" />
       <title><?php bloginfo('name'); ?> <?php if ( is_single() ) { ?> &raquo; Blog Archive <?php } ?> <?php wp_title(); ?></title>
       <link rel="stylesheet" href="<?php bloginfo('stylesheet_url'); ?>" type="text/css" media="screen" />
       <link rel="alternate" type="application/rss+xml" title="<?php bloginfo('name'); ?> RSS Feed" href="<?php $rss = get_option('rss'); $feedurl = get_option('feedurl'); if($rss !== "hide") { if($feedurl == NULL) { bloginfo('rss2_url'); } else { echo ''.$feedurl.'';} }?>" />
       <link rel="pingback" href="<?php bloginfo('pingback_url'); ?>" />
       <style type="text/css">#header {background-image: url(<?php bloginfo('template_url'); ?>/images/<?php $logo = get_option('logo'); $logo = get_option('logo'); if($logo !== "hide") { if($logo == NULL) { echo 'logo.gif'; } else { echo ''.$logo.'';} }?>);}</style>
       <?php wp_head(); ?>
       </head>
       <body>
   
       <div id="container">
   
         <!-- Header Begin -->
         <div id="header">
   
           <!-- Logo -->
           <h1 id="logo"><a href="<?php bloginfo('url'); ?>/" title="Return To Home Page &raquo; <?php bloginfo('name'); ?>" tabindex="1">
           <?php bloginfo('name'); ?>
           -
           <?php bloginfo('description'); ?>
           </a></h1>
   
         </div>
   
         <!-- Menu Begin -->
         <div id="menu">
   
           <ul>
             <li<?php if ( is_home() ) { echo ' class="current_page_item"'; } ?>><a href="<?php bloginfo('url'); ?>/">Home</a></li>
             <?php wp_list_pages('title_li=&depth=1'); ?>
           </ul>
   
           <!-- RSS Link -->
            <?php $rss = get_option('rss'); $feedurl = get_option('feedurl'); if($rss !== "hide") { if($feedurl == NULL) {
       	 echo "<a href='";
       	 bloginfo('rss2_url');
       	 echo "' class='subscribe-to-rss'>Subscribe to RSS</a>";
       	 } else {
       	 echo "<a href='";
       	 echo ''.$feedurl.'';
       	 echo "' class='subscribe-to-rss'>Subscribe to RSS</a>";
       	 } }
       	 ?>
   
         </div>
         <!-- Header End -->
       ```
   

Viewing 5 replies - 1 through 5 (of 5 total)

The topic ‘[Plugin: TDO Mini Forms] Styling the Form’ is closed to new replies.

## Tags

 * [css](https://wordpress.org/support/topic-tag/css/)
 * [style](https://wordpress.org/support/topic-tag/style/)

 * In: [Everything else WordPress](https://wordpress.org/support/forum/miscellaneous/)
 * 5 replies
 * 3 participants
 * Last reply from: [mech72](https://wordpress.org/support/users/mech72/)
 * Last activity: [17 years, 5 months ago](https://wordpress.org/support/topic/plugin-tdo-mini-forms-styling-the-form/#post-795052)
 * Status: not resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
