Title: T_STRING issues
Last modified: August 19, 2016

---

# T_STRING issues

 *  [hannahpt](https://wordpress.org/support/users/hannahpt/)
 * (@hannahpt)
 * [16 years, 12 months ago](https://wordpress.org/support/topic/t_string-issues/)
 * I’ve searched the web and forums for help. I can’t figure out what is wrong with
   the code and why I am getting an error in line 9.
 * Here are lines 5-13:
 *     ```
       <meta http-equiv="Content-Type" content="<?php bloginfo('html_type'); ?>; charset=<?php bloginfo('charset'); ?>" />
   
       	<title><?php wp_title('&laquo;', true, 'right'); ?> <?php bloginfo('name'); ?></title>;
   
       	<style type="text/css" media="screen">
       		@import url( <?hp bloginfo('stylesheet_url'); ?> );
       	</style>;
       ```
   
 * Many thanks.

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

 *  [esmi](https://wordpress.org/support/users/esmi/)
 * (@esmi)
 * [16 years, 12 months ago](https://wordpress.org/support/topic/t_string-issues/#post-1093363)
 * `@import url( <?hp bloginfo('stylesheet_url'); ?> );`
 * <?hp ???
 * Try `@import url( <?php bloginfo('stylesheet_url'); ?> );`
 *  Thread Starter [hannahpt](https://wordpress.org/support/users/hannahpt/)
 * (@hannahpt)
 * [16 years, 12 months ago](https://wordpress.org/support/topic/t_string-issues/#post-1093365)
 * Thank you, that worked! Even I can see that that would be a problem. Once you
   pointed it out, that is.
    Thanks again.

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

The topic ‘T_STRING issues’ is closed to new replies.

## Tags

 * [T_STRING](https://wordpress.org/support/topic-tag/t_string/)

 * In: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
 * 2 replies
 * 2 participants
 * Last reply from: [hannahpt](https://wordpress.org/support/users/hannahpt/)
 * Last activity: [16 years, 12 months ago](https://wordpress.org/support/topic/t_string-issues/#post-1093365)
 * Status: not resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
