Jump to content

Noob allignment question


werushka

Recommended Posts

I have a cms code as follows

 

<?php print $feed_icons; ?>  <h1 class="page-title"><?php print $title ?></h1>

 

This is printed on the browser as

 

Feed Icon

Title

 

But I would like to edit the code so it prints like this

 

Feed Icon Title

 

I i do like this

<h1 class="page-title"><?php print $feed_icons; ?><?php print $title ?></h1>

The Feed Icon gets the look of the h1 tag and I don't want it

 

I would really appreciate any feed back.

Link to comment
https://forums.phpfreaks.com/topic/96579-noob-allignment-question/
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.