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
|
|
![]() anna park ![]() ![]() ![]() ![]() ![]() Group: Member Posts: 410 Joined: Jul 2004 Member No: 29,818 ![]() |
you can put music videos on your xanga by uploading the videos to a server (i.e. angelfire.com)
|
|
|
![]()
Post
#3
|
|
![]() Junior Member ![]() ![]() ![]() ![]() ![]() Group: Member Posts: 457 Joined: Jun 2004 Member No: 26,537 ![]() |
after you upload your video somewhere use this script to embed a video player in your xanga and insert the address location in the script
CODE <!-- begin code provided by createblog.com -->
<embed name="RAOCXplayer" src="VIDEO GOES HERE" width="320" ShowControls="1" ShowStatusBar="0" AutoSize="false" EnableContextMenu="0" DisplaySize="0"> <!-- end code provided by createblog.com --> |
|
|
![]()
Post
#4
|
|
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 --> |
|
|
![]() ![]() |