PhotoPost Community

PhotoPost Community (http://www.photopost.com/forum/)
-   Photopost Pro How Do I...? (http://www.photopost.com/forum/photopost-pro-how-do-i/)
-   -   Help - How can I get rid of this? (http://www.photopost.com/forum/photopost-pro-how-do-i/134614-help-how-can-i-get-rid.html)

KlausM December 12th, 2007 10:44 PM

Help - How can I get rid of this?
 
I tried to put an HTML tag into the Title for the Announcement box and now I canīt delete it again and the admin panel looks weird.

Code:

Content visible to verified customers only.
As you can se the box is emty, but there are some text outside the box???

And I didnīt wrote the text you se only the bold text "Jul på GodtFoto"
Not the text that says "name=196" Class="Bg


Here you can see the the title on the page, even if the box is emty, and I canīt get rid of it???

Code:

Content visible to verified customers only.
Please help - What can I do?

Chuck S December 13th, 2007 09:11 AM

You can issue a query in phpmyadmin your control panel mysql manager

UPDATE pp_settings SET setting='' WHERE id=196

You can only enter html where it states in the announcement itself

KlausM December 13th, 2007 03:08 PM

Thank´s Chuck

It works.

Chuck S December 13th, 2007 03:15 PM

enjoy your weekend buddy.

KlausM December 13th, 2007 03:17 PM

By the way, are there anyway that I can make the text in the Title for the Announcement box larger?

Chuck S December 13th, 2007 03:18 PM

no sorry the mysql field is limited to 255 characters

KlausM December 13th, 2007 03:36 PM

Chuck I don´t want more characters or space, I only want the text a little larger.

Chuck S December 13th, 2007 03:46 PM

well place some html in their like font tag

<font size="3">TEXT HERE</font>

KlausM December 13th, 2007 03:49 PM

What ??? You just told me not to set Html tags in there?

That was that giving me the problem before???

Are we talking about the same thing?
It is the Title for the Announcement box not the Announcement box?

Chuck S December 13th, 2007 03:51 PM

I thought you where talking the announcement itself. You would edit your annnouncement template and place those font tags around the title variable.


All times are GMT -5. The time now is 02:49 AM.

Powered by vBulletin® Version 3.8.1
Copyright ©2000 - 2013, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.2.0


1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97