View Full Version : Changing friends list
xionglady
10-15-2004, 08:07 PM
Does anyone know if there's a way to change the font of my friends list, but not my other links, like my guestbook and refresh?
I would appreciate it lots if anyone of you can solve my problem. Thanks!
xionglady
10-15-2004, 08:07 PM
Does anyone know if there's a way to change the font of my friends list, but not my other links, like my guestbook and refresh?
I would appreciate it lots if anyone of you can solve my problem. Thanks!
xionglady
10-15-2004, 08:07 PM
Does anyone know if there's a way to change the font of my friends list, but not my other links, like my guestbook and refresh?
I would appreciate it lots if anyone of you can solve my problem. Thanks!
123boi
10-15-2004, 09:23 PM
here r tha codes...
<style TYPE="text/css"></style>
123boi
10-15-2004, 09:23 PM
here r tha codes...
<style TYPE="text/css"></style>
123boi
10-15-2004, 09:23 PM
here r tha codes...
<style TYPE="text/css"></style>
DOMOSTICK
10-15-2004, 11:35 PM
You can't without changing the style of all links. Font will not do anything but change the way your font looks.
DOMOSTICK
10-15-2004, 11:35 PM
You can't without changing the style of all links. Font will not do anything but change the way your font looks.
DOMOSTICK
10-15-2004, 11:35 PM
You can't without changing the style of all links. Font will not do anything but change the way your font looks.
xionglady
10-16-2004, 08:40 PM
that's too bad then. I could have sworn I thought I saw some people having their guestbook a different font size compared to their friends list. But that's ok if there's no way. Thanks anyway.
xionglady
10-16-2004, 08:40 PM
that's too bad then. I could have sworn I thought I saw some people having their guestbook a different font size compared to their friends list. But that's ok if there's no way. Thanks anyway.
xionglady
10-16-2004, 08:40 PM
that's too bad then. I could have sworn I thought I saw some people having their guestbook a different font size compared to their friends list. But that's ok if there's no way. Thanks anyway.
Yeah I think you can do it. I think i done it once. Check out contextual selectors on page 2 of the css tutorial. If you view the source code for every AA web page, all the friends list are made like this.
<font yadad><a href yayay somepage>somepage</a></font>
in your style sheets, create it like this.
<style>font a {properites: values;}</style>
that shoud do it. Theorictically atleast.
Yeah I think you can do it. I think i done it once. Check out contextual selectors on page 2 of the css tutorial. If you view the source code for every AA web page, all the friends list are made like this.
<font yadad><a href yayay somepage>somepage</a></font>
in your style sheets, create it like this.
<style>font a {properites: values;}</style>
that shoud do it. Theorictically atleast.
Yeah I think you can do it. I think i done it once. Check out contextual selectors on page 2 of the css tutorial. If you view the source code for every AA web page, all the friends list are made like this.
<font yadad><a href yayay somepage>somepage</a></font>
in your style sheets, create it like this.
<style>font a {properites: values;}</style>
that shoud do it. Theorictically atleast.
DOMOSTICK
10-17-2004, 02:48 AM
Hmm it could, I never really looked and saw how they made there links. Like on Migente I didn't know they used classes to build the username so now you can have a reall way to fix the username. Instead of b or body which screws up the other font. You can just put .username{blah:blah;}
DOMOSTICK
10-17-2004, 02:48 AM
Hmm it could, I never really looked and saw how they made there links. Like on Migente I didn't know they used classes to build the username so now you can have a reall way to fix the username. Instead of b or body which screws up the other font. You can just put .username{blah:blah;}
DOMOSTICK
10-17-2004, 02:48 AM
Hmm it could, I never really looked and saw how they made there links. Like on Migente I didn't know they used classes to build the username so now you can have a reall way to fix the username. Instead of b or body which screws up the other font. You can just put .username{blah:blah;}
vBulletin® v3.5.8, Copyright ©2000-2010, Jelsoft Enterprises Ltd.