Log in to remove this advertisement
Firstly, take the time to read
this thread from Redemption, about changes in the NeoHome system, since the last thread was created.
Please use this thread to ask any questions that you have pertaining to
NeoHomes. Ensure you read the questions within this index before making a new post, as your question may have already been answered.
NOTE: Using your Neohome for malicious purposes will result in account ban or deactivation. This includes any attempts to run harmful code, create inescapable annoyances (looping pop ups that spawn new ones upon their closure), posting pornography/overly sexual content, flames for other members, or any other infractions on the site wide rules.
_____________________________________________
[ COMMON QUESTIONS - INDEX ]
Q1: What is a NeoHome?
Q2: How do I start building my NeoHome?
Q3: How will other members know I have set up my NeoHome?
Q4: The 'Edit Your NeoHome' link doesn't appear in my forum preferences. Why?
Q5: Can Neoseeker markup be used to create my NeoHome?
Q6: I want my NeoHome to have a colour as a background, what is the HTML for this?
Q7: I want my NeoHome to have an image hosted at a remote location as a background, is this possible?
Q8: How do you make a worded link within my NeoHome?
Q9: Is it possible to align things?
Q10: How do I change the size of text?
Q11: How do I change fonts?
Q12: What is the HTML to post images?
Q13: How do I make an image into a link?
Q14: How do I make spaces between text/pictures?
Q15: Can I embed sound/movie files into my NeoHome?
Q16: How do I make text bold?
Q17: How do I make text italic?
Q18: How can I underline text?
Q19: is there a post which explains all of the allowed tags and their correct use?
Q20: Are their any restrictions on NeoHomes?
Q21: How do i make things appear by clicking on links? (inner.html)
_____________________________________________
[ COMMON QUESTIONS - Q+A ]
Q1: What is a NeoHome?A: A NeoHome is basically a small webpage hosted on Neoseeker that is attached to your profile. It can be constructed by using various HTML tags.
Q2: How do I start building my NeoHome?A: To begin creating your Neohome, click prefs in the top right hand corner of the screen and then click Edit your NeoHome! on the left. You will then be presented with a input box which can be used to start entering your HTML.
Q3: How will other members know I have set up my NeoHome?A: Once you have created your Neohome, other members will see that you have a one as you will now have this icon under your name in all forum postings:
. When other members click this icon, they will be taken directly to it for viewing.
Q4: The 'Edit Your NeoHome' link doesn't appear in my forum preferences. Why?A: For the option to 'Edit Your NeoHome' to appear within your forum preferences, you must have at least 50 posts. You can still begin creation, however you will need to use this link until you acquire the required post number.
Q5: Can Neoseeker markup be used to create my NeoHome?A: No - only HTML can be used during it's construction.
Q6: I want my NeoHome to have a colour as a background, what is the HTML for this?A: The following HTML can be added to give you a singular colour background:
| code |
<table bgcolor="HEX CODE/COLOR HERE" width="100%" border="4"><tr height="100"><td>
ALL CONTENTS/EXISTING TAGS OF NEOHOME IN THIS SPACE
</td></tr></table> |
Q7: I want my NeoHome to have an image hosted at a remote location as a background, is this possible?A: Yes, the HTML to perform this is:
| code |
<table background="URL OF IMAGE" width="100%" border="4"><tr height="100"><td>
ALL CONTENTS/EXISTING TAGS OF NEOHOME IN THIS SPACE
</td></tr></table> |
Q8: How do you make a worded link within my NeoHome?A: The following code can be used to produce a hyperlink:
| code |
<a href="URL">WORD</a> |
If you want the link to open up in a new window, use this code:
| code |
<a href="URL" target="_blank">WORD</a> |
Q9: Is it possible to align things?A: Sure is. The following HTML in conjunction with text/pictures etc. to align them:
| code |
<div align="right/left/center">ALIGNED MATERIAL</div> |
Q10: How do I change the size of text?A: This code can be used to change the size of text:
| code |
<font size="NUMBER">TEXT</font> |
Q11: How do I change fonts?A: If you wish to change the style of your font, the following code can be used:
| code |
<font face="NAME OF FONT">TEXT</font> |
Q12: What is the HTML to post images?A: To add images, they must be already hosted at a remote location and ready to be linked to. Once they are, this HTML can be used to make them appear:
Q13: How do I make an image into a link?A: To link an image, you combine the regular link HTML and image HTML like so:
| code |
<a href="LINK URL"><img src="IMAGE URL"></a> |
Q14: How do I make spaces between text/pictures?A: To make line spaces between things, just add this tag in between what you wish to separate:
quote[br]
Q15: Can I embed sound/movie files into my NeoHome?A: No, that is not possible. You can link to them normally using the HTML for linking, but you can't actually embed them.
Q16: How do I make text bold?quote<b>TEXT</b>
Q17: How do I make text italic?quote<i>TEXT</i>
Q18: How can I underline text?quote<u>TEXT</u>
Q19: is there a post which explains all of the allowed tags and their correct use?A: Yes, and it is located here.
Q20: Are their any restrictions on NeoHomes?A: No size limitations have been encountered yet. Images are not restricted in size either. The only restrictions are the tags you may use. The allowed tags can be found in a list on the right-hand side of the box in which you enter the HTML.
Q21: How do i make things appear by clicking on links? (inner.html)A: Ren of Heavens explains here.
_____________________________________________
[ USEFUL HTML/NEOHOME RELATED LINKS ]
Active JumpActive Jump is a site dedicated to HTML. Take a look to find help with tags and their functions.
HTML GeneratorHTML Generator that automatically generates code using the JavaScript language. Full credit to: The JavaScript Source.
Kuldahar's General HTML Markup ThreadThread containing some HTML tags and their uses.
Neohome Tags Q&AThe Web Scripting version of this NeoHome Q+A. You'd be better off asking more advanced NeoHome questions here.
W3schools HTML ExamplesSite showing codes and giving examples of how they are used correctly.
_____________________________________________
[ PREVIOUS THREAD INDEX ]
General Neohome Questions And Answers
General Neohome Questions And Answers 2
General Neohome Questions And Answers 3
General Neohome Questions And Answers 4
General Neohome Questions And Answers 5
General Neohome Questions And Answers 6
General Neohome Questions & Answers 7

[color=#666666]This message was edited by Doc Bonovitch on Jan 24 2007.