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]

1make every link bold Empty make every link bold Mon Mar 08, 2010 4:13 pm

shamzblueworld

shamzblueworld
Registered Member
Registered Member
Hi guys, can we make every link on the board/in topics bold? I think this should be possible via css
is it?

2make every link bold Empty Re: make every link bold Mon Mar 08, 2010 6:24 pm

Kratos

Kratos
Registered Member
Registered Member
a:link{
font-weight:bold;
}

this should work

3make every link bold Empty Re: make every link bold Mon Mar 08, 2010 8:23 pm

shamzblueworld

shamzblueworld
Registered Member
Registered Member
How about only bolding the links that are in the Posts, is it possible?

4make every link bold Empty Re: make every link bold Mon Mar 08, 2010 8:30 pm

Sanket

Sanket
Administrator
Administrator
Code:
.postbody a {
font-weight : bold;
}

Add that to your css.

http://www.webartzforum.com

5make every link bold Empty Re: make every link bold Mon Mar 08, 2010 9:08 pm

shamzblueworld

shamzblueworld
Registered Member
Registered Member
thank you that works perfect.

6make every link bold Empty Re: make every link bold Mon Mar 08, 2010 9:57 pm

Sanket

Sanket
Administrator
Administrator
Solved | Locked

http://www.webartzforum.com

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