FAQ: Frequently Asked Questions, *** READ BEFORE POSTING! *** |
FAQ: Frequently Asked Questions, *** READ BEFORE POSTING! *** |
![]()
Post
#1
|
|
Senior Member ![]() ![]() ![]() ![]() ![]() ![]() ![]() Group: Member Posts: 3,826 Joined: Jan 2004 Member No: 2,330 ![]() |
Please read this ALL before posting any questions. It'll save us and you some time. :) Thanks. If this is still no help, feel free to create a new topic.
Important Links: Community Guidelines, Forum Rules, Main Xanga Help, Xanga Scripts Other Links: Big Book of Resources, Tutorials, Hex Color Codes, Common Fonts If anyone else would like to add onto this, leave a post here. If any posts appear in here asking for help or expressing thanks, it will be deleted. Q: Why can't I get the disable image toolbar and page transition codes to work? A: Xanga disabled meta tags, so they no longer work on xanga. What you can do is add galleryimg=no to all of your image tags. Like so: QUOTE <img src="http://www.host.com/image.jpg" galleryimg="no"> Q: What is the code to put a banner on my site? A: CODE <img src="url"> Replace URL with the image URL of your banner.Q: How do I make a Xanga skin? A: Try reading one of these tutorials. Q: I tried reading the tutorials on how to make a xanga skin, but there's a horizontal scrollbar where my blog is. How do I fix this? A: Most likely it is the width of your blog/dates. Change them to a smaller width. Just keep playing with it until you get it right! Please note that this the problem is NOT the horizontal line on the bottom. Q: When I remove the left modules, why is there a big space on the left? A: It's most likely because you're using the wrong code. Use the one in the xanga scripts section called "left column: disable". Q: How do I bold, underline or italicize the words in my entries? A: First, click "Edit HTML", then paste the following into the box where you write your entries. Bold CODE <b>TEXT</b> Underline CODE <u>TEXT</u> Italic CODE <i>TEXT</i> Then replace TEXT with whatever you want. ![]() Q: How do i change those words in the left modules? A: Use the Replace Any Text Script, found in Xanga Scripts. Q: Can I remove the Xanga Ad? A: Yes, by getting xanga premium. Otherwise, createBlog does not support removing or moving it with a code (you could get your xanga shut down). Q: I've used a skin that doesn't have a link to my Look and Feel page. How do I get back to it to change it? A: Use this link: http://xanga.com/CLAF You should probably save it as a favorite for future reference. Q: How do I take a screenshot? A: Go here and find out how. It's for both Mac & PC computers. If you are making a screenshot because you're submitting a skin, please make it a JPG form and in a square size (400x400, 350x350, etc.). Q: Where can I find the URL of this song? A: Please DO NOT start a topic on a song URL. You can go to go cdzinc and find the URL (click 'Search 36k' for better quality). If you still can't find it, you could convert an .mp3 and then upload it. Here's a tutorial;Check it out. Q: Where can I upload images/music? A: For images, I'm suggesting imageshack or Photobucket. There are more websites for uploading images; just look in the big book of rescources (Scroll to the top of this post for link). For music, I recommend blogupload, 30mb, or freewebtown. More websites can be found at the big book of rescources. This post has been edited by niez_cho: Jun 19 2006, 08:46 PM |
|
|
![]() |
![]()
Post
#2
|
|
![]() Death is a promise given to us at birth ![]() ![]() ![]() ![]() ![]() ![]() ![]() Group: Official Designer Posts: 4,757 Joined: Mar 2004 Member No: 7,459 ![]() |
for newbies, who don't know how the background works, i'm gonna take the time to explain and tell you how it works.
CODE <style type="text/css"> body { background-color: #HEX_CODES; /* color */ background-image: url(''): /* image url */ background-position: center center; /* display image where you want it to be */ background-repeat: repeat; /* repeat or not */ background-attachment: fixed; /* fixed or keep scrolling */ } </style> background-position:
background-repeat:
or CODE body {
background: #HEX_CODES url('') center center repeat fixed; |
|
|
![]() ![]() |