can someone pleaaasssseee show a code or whatever that shows how to make a word a link in the site blogger (or just in general) . and can you please put it in the simplest instructions as you can.I'm really slow on these technical stuff..THANKS!!!
How can you make a word a link in blogger?
Once you've picked the phrase you want to hyperlink in the body of your text, left click and hold your cursor down and drag it across the phrase you want to turn into a link. Then,
look up to the top of the box you're typing in.
You'll see a row of symbols, starting with Font. The sixth (6th) symbol over looks like this: (**). That's the hyperlink button. Click it.
Make sure your text is still highlighted and type in the URL in the small box that pops up when you hit the hyperlink bottom. Type in the URL and hit ok.
If you've been successful, your link will be underlined. Good luck!
Sunday, August 22, 2010
Can you help me design my own template for blogger?
I am looking for a how-to guide or similar to design my own blogger template. I know a little bit of basic html and am willing and able to learn more. Anyone?
Can you help me design my own template for blogger?
Here are a few nice HTML websites:
1) http://www.funky-chickens.com/
2) http://www.lissaexplains.com/forum/
For your background templates, you could design it using an image-editors (eg. Photoshop, Paintshop, etc...):
1) http://www.good-tutorials.com/
2) http://www.tutorialized.com/
Hope that these will help you...
Reply:sure. add me to AIM JDS150HASITALL OR MSN nvidiajoe216@hotmail.com
thanks.
Can you help me design my own template for blogger?
Here are a few nice HTML websites:
1) http://www.funky-chickens.com/
2) http://www.lissaexplains.com/forum/
For your background templates, you could design it using an image-editors (eg. Photoshop, Paintshop, etc...):
1) http://www.good-tutorials.com/
2) http://www.tutorialized.com/
Hope that these will help you...
Reply:sure. add me to AIM JDS150HASITALL OR MSN nvidiajoe216@hotmail.com
thanks.
How to take snapshots of my personal information in blogger?
i want to do a new blog titled " Secrets Of Blogger"...
so i need to take snapshots of those personal information..
but some of the snapshots website cannot take snapshots of personal info...
how to snapshot .. anything to download??
How to take snapshots of my personal information in blogger?
if you want to take a 'snapshot' of something just hit the
"Print screen" button and then paste it into paint or something
Reply:To tkae a picture of your screen just press Print Screen next to F12 (do not worry it will not print) then open a image program and edit paste or ctrl+V
so i need to take snapshots of those personal information..
but some of the snapshots website cannot take snapshots of personal info...
how to snapshot .. anything to download??
How to take snapshots of my personal information in blogger?
if you want to take a 'snapshot' of something just hit the
"Print screen" button and then paste it into paint or something
Reply:To tkae a picture of your screen just press Print Screen next to F12 (do not worry it will not print) then open a image program and edit paste or ctrl+V
Problems copying an essay from word to a www.blogger.com post?
I copy and pasted an essay from word to the blogger screen, all looks fine. However when I publish the post there is no space between paragraphs so it all looks very odd. Any idea about the problem?
Cheers,
Phil
Problems copying an essay from word to a www.blogger.com post?
try adding %26lt;br%26gt; where ever you want the break
it's the html code for line break
crooked teeth
Cheers,
Phil
Problems copying an essay from word to a www.blogger.com post?
try adding %26lt;br%26gt; where ever you want the break
it's the html code for line break
crooked teeth
Find someone's IP address with Myspace or their Blogger?
Is there anyway for me to find someone's IP address with Myspace or their Blogger? If so - how? Please help!
Find someone's IP address with Myspace or their Blogger?
no you cant...why would you wanna do that anyway?
Find someone's IP address with Myspace or their Blogger?
no you cant...why would you wanna do that anyway?
How do I put a background music for my blogger?
I want when someone opens my blogger the music would play automatically...i really need help imm.
How do I put a background music for my blogger?
Please read through this
http://www.theedifier.com/blogging-blogg...
Reply:EMBEDDING MUSIC
Sound can be embedded so that the music plays as soon as a web page is opened. You simply need to place appropriate code on your page. For instance, to embed a wav file of a song called "Beautiful Day". you would put the following code into your html coding (this works for various sound files such as mid, wav, mp3, ra, aiff):
%26lt;EMBED SRC="beautifulday.wav" HIDDEN=true AUTOSTART=true%26gt;
%26lt;NOEMBED%26gt;%26lt;BGSOUND SRC="beautifulday.wav"%26gt;%26lt;/NOEMBED%26gt;
Coding a Console:
The above code works well to embed background music, but it does not allow the viewer to control whether to listen to the music or not. If you wish to give them a choice, use the following code:
%26lt;embed src="beautifulday.wav" width="140" height="40" autostart="true" loop="true"%26gt; %26lt;/embed%26gt;
If you do not want the music to loop (play repeatedly) you can change the loop="true" command to "false". You can also customize the size of the control panel that emerges by varying the width and height within the above code.
Make sure you have rights to the music file before you use it!
How do I put a background music for my blogger?
Please read through this
http://www.theedifier.com/blogging-blogg...
Reply:EMBEDDING MUSIC
Sound can be embedded so that the music plays as soon as a web page is opened. You simply need to place appropriate code on your page. For instance, to embed a wav file of a song called "Beautiful Day". you would put the following code into your html coding (this works for various sound files such as mid, wav, mp3, ra, aiff):
%26lt;EMBED SRC="beautifulday.wav" HIDDEN=true AUTOSTART=true%26gt;
%26lt;NOEMBED%26gt;%26lt;BGSOUND SRC="beautifulday.wav"%26gt;%26lt;/NOEMBED%26gt;
Coding a Console:
The above code works well to embed background music, but it does not allow the viewer to control whether to listen to the music or not. If you wish to give them a choice, use the following code:
%26lt;embed src="beautifulday.wav" width="140" height="40" autostart="true" loop="true"%26gt; %26lt;/embed%26gt;
If you do not want the music to loop (play repeatedly) you can change the loop="true" command to "false". You can also customize the size of the control panel that emerges by varying the width and height within the above code.
Make sure you have rights to the music file before you use it!
Hey this piece of javascript code wont work on blogger, could you help me out with this please?
i dunno what seems to be wrong, i tried making a test html out of it and it worked, i just wonder what could be wrong that it wont work with blogger, when i pasted the code nothing appears at all!
here is the link to the code: http://rainbow.arch.scriptmania.com/scri...
the code can't fit in here
Hey this piece of javascript code wont work on blogger, could you help me out with this please?
You can place javascript within a html/javascript page element .....
http://www.theedifier.com/blogging-blogg...
Then place the page element (widget) wherever you want that content to apper.
here is the link to the code: http://rainbow.arch.scriptmania.com/scri...
the code can't fit in here
Hey this piece of javascript code wont work on blogger, could you help me out with this please?
You can place javascript within a html/javascript page element .....
http://www.theedifier.com/blogging-blogg...
Then place the page element (widget) wherever you want that content to apper.
Subscribe to:
Posts (Atom)