please !, name and video |
![]() ![]() |
please !, name and video |
Feb 16 2007, 01:03 PM
Post
#1
|
|
|
Newbie ![]() Group: Member Posts: 2 Joined: Feb 2007 Member No: 503,634 |
sorry if this post has been up before,
but im wondering, 1- how do i change my main name, i had a code for it before <style type="text/css"> .nametext { font-family:Tahoma :black; font-weight: italic; font-size: 25px; letter-spacing: -3px; line-height: 25px; </style> but it never let's me change the font or anything even if i try changing the size, fonts, etc. 2- how do i post a youtube clip and make it in a smaller size? that's all, thank's <3 |
|
|
|
| *StanleyThePanda* |
Feb 16 2007, 01:45 PM
Post
#2
|
|
Guest |
1. Your nametext code has to have an end "}" to work. Like so:
<style type="text/css"> .nametext { font-family:Tahoma :black; font-weight: italic; font-size: 25px; letter-spacing: -3px; line-height: 25px; } </style> Try that, and it should work. As for the Youtube code, try changing the bolded part: <param name="movie" value="http://www.youtube.com/v/Q5im0Ssyyus"></param><param name="wmode" value="transparent"></param><embed src="http://www.youtube.com/v/Q5im0Ssyyus" type="application/x-shockwave-flash" wmode="transparent" width="425" height="350"></embed> |
|
|
|
![]() ![]() |