Add this count down generator to your profile with this easy to use
generator.It counts down to the 2008 New Year
This generator allows you to instantly add this to your profile
page.
Add this instantly to any of the following sites :
myspace, orkut, hi-5,
friendster, tagged, piczo, facebook, blogger, black planet, type
pad, free-webs, my yearbook, xanga, live journal, wordpress,
netvibes, multiply, page flakes and iGoogle
Notes by BartTheBear: With their millions of users, Myspace and Friendster have become the perfect avenue for businessmen to advertise their products and services, as well as for people in general to scream their thoughts out. Thus, it becomes apparent and sensible to create
With their millions of users, Myspace and Friendster have become the perfect
avenue for businessmen to advertise their products and
services, as well as for people in general to scream their thoughts
out. Thus, it becomes apparent and sensible to create a very
impressive profile that is sure to catch the viewer’s eye.
Notes by BartTheBear: One of the most important eye-catchers for any Myspace page is the font. Whenever you enter text into your site, leave comments, or send text messages, you will be presented with the opportunity to make changes to the way it looks.
One of the most important eye-catchers for any Myspace page is the
font. Whenever you enter text into your site,
leave comments, or send text messages, you will be presented with
the opportunity to make changes to the way it looks.
You can put your contact buttons anywhere on your myspace
page. If you have a hidden contact table and want to put
your contact buttons on another part of your page - you’ve come to
the right place. We have some custom snazzy looking buttons to use on your layout. They come in sets of three.
You can put up an add me, block me , message me button set. Just copy the code and
where it says YOURFRIENDID - you should replace it
with your friend ID.
Tips : This generator accepts almost all
characters and punctuation.
The non-myspace codes will make sure that your glitter text does
not wrap around onto the next line in case your text is too long.
This feature will not work if you try the non-myspace codes for
your myspace page.
This generator creates the HTML required to put this glitter
text on any page. It will work on myspace pages, personal websites,
forums and more! Just click on the buttoin to highlight the code
and paste the HTML where you want to use it.
Keep an eye out for this page - we will be frequently adding
more glitter text ef
So you are ready to start changing your myspace layout.
This article covers how to change the table background on your
myspace page.
Changes to your tables, text colors, links, etc are all done
with css. They can be done with div tags but you should consider
the CSS option much easier. The first thing to do is to consider
what color you want the tables to be and if you want to have a
border on them.
Below is the CSS code for making these changes. It will be
broken into several sections. First you will see the code and then
the explanation for how to manipulate the code as well as an
explanation of what the code does.
This code has been broken down into sections to explain what
they do :
Red portion - This section of the
CSS defines which tables wil be edited. It is set up to include
nested tables. So for example, table table means a table inside of
a table. Table table table means a table inside of a table that's
inside of a table. Confusing huh! You probably won't want to change
this section.
Blue portion - This section defines
the style of the border that your tables will have. There are many
options for these border styles. You can play with them to
determine which looks best for you.
none
This means that there's no border
hidden
The same as "none", . However if you are having a border issue
with a table it may cause issues.
dotted
This makes your border appear as a dotted line
dashed
This makes your border appear as a dashed line
solid
This makes your border solid
double
This makes your border appear as a double border. The border
width section(in green above) defines the border width for
this.
groove
This makes your border have a 3D grooved effect. Color is
controlled by the border color section (in brown above) .
ridge
This makes your border have a ridged effect. Color is
controlled by the border color section (in brown above) .
inset
This gives you a 3D inset border. Color is controlled by the
border color section (in brown above) .
outset
This gives you a 3D outset border. Color is controlled by the
border color section (in brown above) .
Green portion - This section
defines how wide the borders will be. Remember that thinner borders
may give a more clean effect while wider border can look more
clunky. Either is fine, but you will wat to consider your page
layout before you make this decision.
Purple portion - Now that you've
set up your borders, it's time to set the color. This section
simply defines the color of the border. You have to use a HTML Hex
color code. You don't need the # in front of the color. For example
: FF0000 . Here is a HTML color picker for you . Just click on the
little palette to load it.
Brown portion - Finally you can set
up the background color of your table. This one pretty much works
just like the border color section. Use a HTML Hex color code and
you are good to go.
Don't forget that this code has to go in the top of your about
me section of your myspace page. Click
here if you need an example of where that is.
You will notice that this code is very similar to the code
above. However we've replaced the section in brown which set the
color with 3 new sections. These sections give the code the
information it needs to set the background of your tables to be an
image. Please note that if you use this code - all of the tables
will use that background. If you choose a good background it will
look really cool. If not - it can look a bit chaotic.
Pink section - This is the code
that tells the page what image to stick inside of your tables. This
image is a background image so your text will appear above the
image. Use a full URL including "http://" .
Black Section - This section tells
you how to place the background image in the table. You have 2
options with this :
Scroll - This makes the background image move if someone
scrolls on the page.
Fixed - This makes the background image stay in
one place and it makes the text scroll on the page. This is great
for when you have a nice picture you don't want to move.
Teal Section - This is the last
section you need. It determines the alignment of your image. Where
it says top left determines how it is placed. The first ( top ) can
be either bottom, c