can you dowload music videos to sites, music videos |
can you dowload music videos to sites, music videos |
![]()
Post
#1
|
|
Newbie ![]() Group: Member Posts: 1 Joined: Jul 2004 Member No: 30,180 ![]() |
hi. . .can anyone help me?
are you able to download music videos on to your xanga site. help please? OH Yahz... uh. . . .how do you change the font on your xanga site to a downloaded font? where do you put the info at.? |
|
|
![]() |
![]()
Post
#2
|
|
Senior Member ![]() ![]() ![]() Group: Member Posts: 44 Joined: Jun 2004 Member No: 24,984 ![]() |
To change the font-family into a custom made font that you downloaded, first you need a webspace and upload the font there. Then, put this in your Custom Header:
CODE <!-- begin code provided by createblog.com --> <style type="text/css"> @font-face { font-family: CUSTOM FONT NAME HERE; src: url ('YOUR URL HERE'); } </style> <!-- end code provided by createblog.com --> After you have done that, you can just name all of the text you want to be in the custom font that name. Say you named your font 'custom-font 1'. You would use this in regular editing: CODE <!-- begin code provided by createblog.com -->
<style> P, TD { font-family: custom-font 1; } </style> <!-- end code provided by createblog.com --> |
|
|
![]() ![]() |