Jump to content

Blocks - padding and wrapper issues


GoGators

Recommended Posts

I created a few blocks, but I don't see the option to add an IPS HTML wrapper.  Where would I find the information to guide me on this

Also, I used an HTML table in an attempt to add some padding to the block, but it does not recognize the code as far as I can tell

Any help would be appreciated.  :)

Link to comment
Share on other sites

how do i add it manually?

 

can it be changed in the admin folder? what file do i edit?

 

online i found that changing the following would fix it.

<textarea id="main_description" name="b[description]" style="white-space: pre;" class="editor field"></textarea>

 

to

 

<textarea id="main_description" name="b[description]" style="white-space: pre-wrap;" class="editor field"></textarea>

 

Link to comment
Share on other sites

  • 1 month later...

Archived

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

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...