Forum Replies Created

Viewing 2 replies - 1 through 2 (of 2 total)
  • For this you’ll have to get into some HTML code. Click on Pages > your desired page > edit.

    Now, you’ll need to select the tab in the top right that says HTML. Now you’ll be able to see source code HTML tags. remove <br /> which are line breaks and also you can remove unnecessary <p> [paragraph] tags. Just keep in mind that if you remove a <p>, you should also remove it’s closing </p> tag so you don’t have junk code sitting there.

    If you don’t see any extra line breaks, try setting up a table so you can control your data more accurately and neatly. You should be able to insert your audio player / script / link in one of the cells of a table. (Note, with CSS design code and classes/id’s, you can control the amount of white space by the pixel.)

    You don’t need a plugin. Deactive the google plugin then click on “Appearance > Editor > select the file “header.php” in the far right column. You will find your code to edit in this file. If you know HTML, you’re good to go. Just make sure your Google Analytics script block of code is pasted after other </script> tags as well as before the </head> tag.

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