WebArtz - The Web Design Forum
Welcome to WebArtz, Guest!

WebArtz is a nice place for discussions related to web designing and coding. We help our members to code their own website templates with HTML and CSS. We give them advice on various issues.

To know more about WebArtz Forum, visit the About Us page.

At the moment, you are viewing the forum as a guest. As a guest you can't make post and participate in discussions. You need to register and become a member of the forum. Click the register link below and become a part of this forum.

Thank You

WebArtz - The Web Design Forum
Welcome to WebArtz, Guest!

WebArtz is a nice place for discussions related to web designing and coding. We help our members to code their own website templates with HTML and CSS. We give them advice on various issues.

To know more about WebArtz Forum, visit the About Us page.

At the moment, you are viewing the forum as a guest. As a guest you can't make post and participate in discussions. You need to register and become a member of the forum. Click the register link below and become a part of this forum.

Thank You


You are not connected. Please login or register

View previous topic View next topic Go down  Message [Page 1 of 1]

1How to change color of this Empty How to change color of this Sun Jun 27, 2010 1:35 am

Matti

Matti
Registered Member
Registered Member
As you see I'm trying but I can figure it out

Code:
Forum Statistics: Total posts: {FORUMCOUNTPOST} | Total topics: {FORUMCOUNTOPIC} | Total members: {FORUMCOUNTUSER} Welcome to our Newest Member, [color=#f69563]{FORUMLASTUSERLINK}[/color]

This one
Code:
[color=#f69563]{FORUMLASTUSERLINK}[/color]

http://csshelp.forumotion.net/

2How to change color of this Empty Re: How to change color of this Sun Jun 27, 2010 1:53 am

latchy

latchy
Registered Member
Registered Member
Hmmm, should be working. I think it is because it is a link not general text Smile

http://www.graphiccentral.org/

3How to change color of this Empty Re: How to change color of this Sun Jun 27, 2010 2:01 am

Matti

Matti
Registered Member
Registered Member
Nope, it doesn't work so when I do like this {FORUMLASTUSERLINK} is not showing the newest member with color...
Code:
{[color=#f69563]FORUMLASTUSERLINK[/color]}

http://csshelp.forumotion.net/

4How to change color of this Empty Re: How to change color of this Sun Jun 27, 2010 2:04 am

latchy

latchy
Registered Member
Registered Member
I know, I tried. You could maybe try and do it with HTML if you have it activated

Code:
<font color="#f69563> TEXT HERE </font>

http://www.graphiccentral.org/

5How to change color of this Empty Re: How to change color of this Sun Jun 27, 2010 2:09 am

Matti

Matti
Registered Member
Registered Member
I tried it now and it doesn't work.

http://csshelp.forumotion.net/

6How to change color of this Empty Re: How to change color of this Sun Jun 27, 2010 2:11 am

latchy

latchy
Registered Member
Registered Member
If you using it on a HTML page you can add this to the style tags....

Code:
a {
text-decoration: none;
}

But if you using it in your foum, I can't help you. You could add that to your forums CSS but there would be no decoration for any text.

Thanks,
Rob

http://www.graphiccentral.org/

7How to change color of this Empty Re: How to change color of this Sun Jun 27, 2010 2:18 am

Matti

Matti
Registered Member
Registered Member
No, I don't want to add it to CSS I just put it to General => Site description so it can show under the banner Wink

http://csshelp.forumotion.net/

8How to change color of this Empty Re: How to change color of this Sun Jun 27, 2010 2:19 am

latchy

latchy
Registered Member
Registered Member
Wrap it in a div then and then apply that code to the div Wink

http://www.graphiccentral.org/

9How to change color of this Empty Re: How to change color of this Sun Jun 27, 2010 2:22 am

Matti

Matti
Registered Member
Registered Member
What is div? lol

http://csshelp.forumotion.net/

10How to change color of this Empty Re: How to change color of this Sun Jun 27, 2010 3:42 am

Krazy


Registered Member
Registered Member
Try this. {<font color="#f69563">FORUMLASTUSERLINK</font>}

If not that, do Div tags like Latchy said.

11How to change color of this Empty Re: How to change color of this Sun Jun 27, 2010 3:59 am

latchy

latchy
Registered Member
Registered Member
Krazy wrote:Try this. {<font color="#f69563">FORUMLASTUSERLINK</font>}

If not that, do Div tags like Latchy said.

That won't work, you interrupting the PHP.

Try these codes:
Code:

<div class="lastmember">{FORUMLASTUSERLINK}</div>

The CSS:
Code:
.lastmember {
text-decoration: none;
}

http://www.graphiccentral.org/

12How to change color of this Empty Re: How to change color of this Sun Jun 27, 2010 10:14 am

ankillien

ankillien
Administrator
Administrator
Hello,

You can use span as well.

Code:
<span style="color : BLACK; text-decoration : none;">
{FORUMLASTUSERLINK}
</span>

13How to change color of this Empty Re: How to change color of this Sun Jun 27, 2010 10:19 am

Krazy


Registered Member
Registered Member
I think Ankillien's would work better. Then you aren't having to mess with CSS.

14How to change color of this Empty Re: How to change color of this Sun Jun 27, 2010 12:16 pm

Nem

Nem
Registered Member
Registered Member
Leave it to ankillien to jump in and fix the problem Razz

http://www.graphics-post.com/forum

15How to change color of this Empty Re: How to change color of this Tue Jul 06, 2010 7:11 pm

Matti

Matti
Registered Member
Registered Member
Thanks guys this is solved Smile

http://csshelp.forumotion.net/

16How to change color of this Empty Re: How to change color of this Tue Jul 06, 2010 7:14 pm

ankillien

ankillien
Administrator
Administrator
Solved | Locked

Sponsored content


View previous topic View next topic Back to top  Message [Page 1 of 1]

Permissions in this forum:
You cannot reply to topics in this forum