Author |
Topic |
|
Neilr
Junior Member
Australia
107 Posts |
Posted - 20 November 2004 : 20:49:32
|
Ok I have done the search bit (for hours ) and can’t find it.
I would like to have the quote stuff in a different colour so that it stands out rather than just the lines top & bottom.
Don’t want CSS nor boxes just a different colour.
Appreciate your assistance.
Neil.
(Sorry if this is the wrong forum) |
|
Da_Stimulator
DEV Team Forum Moderator
USA
3373 Posts |
Posted - 21 November 2004 : 02:26:16
|
Find this line in inc_func_common.asp (467):
fString = doCode(fString, "[ quote ]", "[ /quote ]", "<blockquote id=""quote""><font size=""" & strFooterFontSize & """
and in the <font tag, before the size property, add your color... |
-Stim |
Edited by - Da_Stimulator on 21 November 2004 03:30:22 |
|
|
Neilr
Junior Member
Australia
107 Posts |
Posted - 21 November 2004 : 03:23:13
|
Version 3.4.05 Is it called something else. Is it inc_func_common.asp at around line 547. (Have some mods installed)
Neil. |
Edited by - Neilr on 21 November 2004 03:28:12 |
|
|
Da_Stimulator
DEV Team Forum Moderator
USA
3373 Posts |
Posted - 21 November 2004 : 03:30:47
|
argh I keep doing that... yes thats what I meant, inc_func_common.asp |
-Stim |
|
|
Neilr
Junior Member
Australia
107 Posts |
Posted - 21 November 2004 : 04:24:22
|
OK I am a bit dumb now
I want to use this color: #899DC2
Do I have to put it in tags and call it a bgcolor
Cheers
Neil |
|
|
Neilr
Junior Member
Australia
107 Posts |
Posted - 22 November 2004 : 17:02:39
|
quote: Originally posted by Neilr
OK I am a bit dumb now
I want to use this color: #899DC2
Do I have to put it in tags and call it a bgcolor
Cheers
Neil
Hi Da_Stimulator (or anyone else)
I might have not explained myself correctly. I would like to have a different background color in the quotes thingie as above. Font color can remain the same, its just a different background color I was after.
And as a complete dumbie if some-one could tell me were to insert the code or changes that would be great..
Thanks,
Neil |
|
|
muzishun
Senior Member
United States
1079 Posts |
Posted - 22 November 2004 : 18:45:58
|
You wouldn't be able to do it by just adding a color. This would probably be a separate MOD. In order to have a separate background for the quote, it would need to be in its own enclosed table. |
Bill Parrott Senior Web Programmer, University of Kansas Co-Owner and Code Monkey, Eternal Second Designs (www.eternalsecond.com) Personal Website (www.chimericdream.com) |
|
|
muzishun
Senior Member
United States
1079 Posts |
|
dayve
Forum Moderator
USA
5820 Posts |
Posted - 22 November 2004 : 19:02:44
|
Find this line in inc_func_common.asp
fString = doCode(fString, "[quote]", "[/quote]", "<blockquote id=""quote""> add the inline style property:
fString = doCode(fString, "[quote]", "[/quote]", "<blockquote id=""quote"" style=""background-color:#RRGGBB"">
RRGGBB equals the hex value of the color you wish to use. |
|
|
|
Neilr
Junior Member
Australia
107 Posts |
Posted - 23 November 2004 : 05:35:30
|
Hey,
Thanks guys I think I have now completed all the mods etc. I ended up using the Background mod and it seems OK to me.
So we now have 3.4.05 with all mods working just fine; no problem.
I do really appreciate your help and assistance while I have been setting up our new site.
Donation on its way.
All the best
Neil |
|
|
|
Topic |
|