SKYBLOG - Title translucent or not visible ShowSKYBLOG - Title translucent or not visible
It is possible not to show your title on SkyBlog. To remove the "Title" and replace it with an outline color, add the following code in the "Title":
[g] [/ g]
[Skyblog] Having a title displayed on two lines Show[Skyblog] Having a title displayed on two lines
To put an title on your skyblog two lines, follow the steps below:
Consider this example:
Line 1
Line 2
You simply type this in your article title:
[align=center]Line...
VB6 Finding the RGB values of a color ShowVB6 Finding the RGB values of a color
Dim R as integer
Dim G as integer
Dim B as integer
Sub FindRGB(Col As Long)
R = &HFF& And Col
G = (&HFF00& And Col ) \ 256
B = (&HFF0000 And Col ) \ 65536
End Sub
Note: Here...
Keep a color spot on a black and white photo ShowKeep a color spot on a black and white photo
You want to have a black and white except for a portion of the photo to preserve color.
For most image modification software: First you must isolate a part of the picture (the one you...
Changing the color of the command prompt(shell) ShowChanging the color of the command prompt(shell)
Purpose
Methods
Purpose
Changing the color of characters in the prompt (or shell), make them more readable. If you are using colors group, you can sense by color, this will eliminate the...
Deleting your skyblog ShowDeleting your skyblog
More info
Below is a tip on how to delete your skyblog.
First of all, sign in on the website Skyrock at the top right of your window.
Then choose My account.
Click on the Remove tab.
Enter your...
Download Color Cop ShowColor Cop allows to choose a color directly in screen with a pipette and to show it in a visualisor with his code RGB (RVB). It is possible to use a magnifier for a better selection.
This software is notably very practical for any webmaster...
Download Titlebar Date-Time ShowTitlebar Date-Time is a tool to customize the display.
It is possible to change the color of the background or the text, to modify the item order by simple drag-and-drop operation. For instance, here are some additional options to customize the...
The Colour Table ShowCoding colours
In HTML, colours are defined by three hexadecimal numbers, which represent the Red, Green, and Blue tones (using RGB coding) of the chosen colour. This is the syntax for coding a colour in HTML: color="#RRGGBB" RR, GG and BB each...