MySpace


MySpace Tutorials



Last Updated: 7/30/2009

Send Message
Instant Message
Email to a Friend
Subscribe

Blog Archive
[Older      Newer]
 /  / 
Monday, October 15, 2007 

Why am I seeing bandwidth exceeded instead of my images on MySpace?

You must have content incorporated into your webpage that is hosted in a Photobucket account that has exceeded their bandwidth.

To immediately get rid of the 'Bandwidth Exceeded' message you need to remove the link to that content from your webpage.

All Photobucket account bandwidth usage does reset on the monthly anniversary date of registration for the account. When that occurs, the image will redisplay.To avoid this in the future, we recommend that you register your own Photobucket account and put all content that you wish to use on your websites, email, message boards, etc. into it and link from your own Photobucket account. The registration process is simple and you are welcome to maintain a free account.

Saturday, October 13, 2007 

How do I remove content linked from my website?

To remove an image from your page that was linked or Shared from your Photobucket account, log into your social networking account (e.g. Myspace, Friendster etc) and access the editing page.Locate the section the image is currently linked to. Highlight and delete the code that was inserted to link the image. Save your changes, and the image will no longer display. Please refer to the Removing Links From MySpace tutorial for specific help with a MySpace Profile page.

Note* Simply deleting the image from your Photobucket account will not remove it from your social network page. This will cause a broken link icon to display in its place.

Saturday, October 13, 2007 

How do I use Photobucket with Myspace.com?

Please refer to the Linking to MySpace tutorials for instructions on the many simple ways to work with MySpace!

Note* Photobucket does not advise that you paste HTML code into MySpace's "mood" and "status" fields. The intention of these fields is to simply select an option from the drop down menus. Unfortunately, we will be unable to support any issues that have come about due to pasting an HTML code into these sections. Please contact MySpace if you require additional assistance.

Thursday, October 11, 2007 

How do I share/send content to Myspace.com?

You can send individual content from your Photobucket account to MySpace by clicking the 'Share' link above the content in your Photobucket album. Please view the Sharing Content to MySpace.com and Sharing an Album to MySpace.com tutorials for details and additional information.Linking to MySpace tutorials for instructions on the many simple ways to work with MySpace!

Friday, July 07, 2006 

What is CSS?

  • CSS stands for Cascading Style Sheets
  • Styles define how to display HTML elements
  • Styles are normally stored in Style Sheets
  • Styles were added to HTML 4.0 to solve a problem
  • External Style Sheets can save you a lot of work
  • External Style Sheets are stored in CSS files
  • Multiple style definitions will cascade into one

Before beginning with CSS, you should have a basic understanding of HTML.

Note that all major browsers support cascading style sheets, but be warned that they all display slightly differently. It recommended that you check both Internet Explorer and Firefox when designing with CSS.

Friday, July 07, 2006 

What is an HTML File?

  • HTML stands for Hyper Text Markup Language
  • An HTML file is a text file containing small markup tags
  • The markup tags tell the Web browser how to display the page
  • An HTML file must have an htm or html file extension
  • An HTML file can be created using a simple text editor

To edit HTML, use Notepad or SimpleText.

You can also easily edit HTML files using a WYSIWYG (what you see is what you get) editor like FrontPage, Claris Home Page, Adobe PageMill or Dreamweaver instead of writing your markup tags in a plain text file.

But if you want to be a skillful Web developer, we strongly recommend that you use a plain text editor to learn your primer HTML.

Friday, July 07, 2006 

Paragraphs are defined with the < p> tag. Using this tag automatically adds an extra blank line before and after each paragraph.

The line break is denoted by the < br > tag. This tag is used when you want a line to end, but don't want to start a new paragraph or blank line between paragraphs. Using this tag forces a line break wherever you place it.

Unlike some HTML, paragraph and line break tags do not always need an accompanying end tag.

Friday, July 07, 2006 

Headings, or titles or headlines, are typically defined with the h1 to h6 tags. The h1 is the largest heading, and h6 is the smallest. As with all HTML, the heading tags have a beginning and end.

Thursday, July 06, 2006 
Place this code at the END of your "About Me" section

Thursday, July 06, 2006 
Place this code at the END of your "About Me" section