PhotoPost Community

PhotoPost Community (http://www.photopost.com/forum/)
-   Classifieds Installation & Upgrades (http://www.photopost.com/forum/classifieds-installation-upgrades/)
-   -   'Place An Ad' Font Colour (http://www.photopost.com/forum/classifieds-installation-upgrades/114880-place-ad-font-colour.html)

ATN July 14th, 2005 07:40 PM

'Place An Ad' Font Colour
 
Hi again

How do i change the font colour on 'place an add' to RED and make it bold?

Thanks again

:)

Chuck S July 14th, 2005 08:20 PM

You would need to edit that link itself and place a font html tag around it in the topmenu function in pp-inc.php

ATN July 14th, 2005 08:26 PM

sorry i should have been more specific, as i guessed i would need to do that but can i have an example please? :)

i think its this one yes, as the other one has an admin thing next to it.

else {
$menu .= " &middot; <a href=\"{$Globals['maindir']}/uploadproduct.php$catquery\">{$Globals['pp_lang']['upload']}</a>";
}

thanks yet again!

Chuck S July 14th, 2005 08:44 PM

$menu .= " &middot; <a href=\"{$Globals['maindir']}/uploadproduct.php$catquery\"><font color=\"#FF0000\"><b>{$Globals['pp_lang']['upload']}</b></font></a>";

ATN July 14th, 2005 09:43 PM

fantastic, thanks... so easy when u know how.

kaelaria March 18th, 2006 06:55 PM

I need to do this also, but it didn't do anything. Is it because I'm using my main forum css? How can I override the css for this one link?

Chuck S March 19th, 2006 12:24 PM

The post above shows exactly how to do this

kaelaria March 19th, 2006 01:36 PM

It has no effect, as I said. I am using the v3 forum and css integration - nothing I change there or in the langauge file has any effect.

Chuck S March 19th, 2006 01:54 PM

The post above has nothing to do with editing css or anything. It is an html font tag with a specific color placed around a specific link as the user wanted and it works exactly as posted above.


All times are GMT -5. The time now is 09:37 PM.

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