Custom Default |
Custom Default |
Mar 20 2008, 12:35 PM
Post
#1
|
|
|
Diggy.Does.It ![]() ![]() ![]() Group: Member Posts: 94 Joined: Aug 2004 Member No: 38,038 |
Okay I've seen some profiles that have the default page look, but a background on the sides. Is there a tutorial for this?
And what if I just want to edit the text? |
|
|
|
![]() |
Mar 20 2008, 12:40 PM
Post
#2
|
|
![]() Kissing for yesterday. ![]() ![]() ![]() ![]() ![]() Group: Official Designer Posts: 465 Joined: Sep 2007 Member No: 569,813 |
you delete all coding.
go to createblog scripts and select different scripts you want to use to hide stuff. and then use this: CODE <style> you can replace the background colour HEX with any other hex.body{ background-color:000000; background-image: url(URL HERE!); background-attachment: scroll; background-repeat: repeat;</style> for text. you can either just put CODE <font face="NAME OF FONT">talking talking talking</font> or you can use this to code the whole profile: CODE <style>a{font:normal 11px NAME OF FONT HERE; color:HEX COLOUR HERE; font-weight:none; border:0px; text-transform: none; }</style> just replace the text i've put for where thinsg go. and if you want different font weights you could put 1-10px or just type bold. and if you've already got style tags remove the ones i've just put. first code goes around the text you want to be that font. second you use for the whole layout and put it somewhere in the about me section. |
|
|
|
SolisDeSoul Custom Default Mar 20 2008, 12:35 PM
Insurmountable All it is just a simple image, for example:
http:/... Mar 20 2008, 12:39 PM![]() ![]() |