Computer HardwareXbox GamesGameCubePlaystation 2PSOnePC/Windows GamesGameboy AdvanceDreamcastNintendo 64Gameboy ColorNintendo DSSony PSPXbox 360Nintendo Wii GamesPS3 Games

Neoseeker Forums » Programming and Design » HTML/CSS & NeoHome Help » I'm Completely new to this and understand nothing in the Neohome101 thread

Moderated by: Chiggins
REPLY TO THIS THREAD   START NEW THREAD
| Sharemore
Options: Print   subscribe   remove   PM this thread to a friendNeoPM  
subscribe to thread Topic: I'm Completely new to this and understand nothing in the Neohome101 thread
Salocin
(Why bother?)
mad messenger



Salocin's profileNeoPM Salocin
total posts: 323
since: Apr 2007
Oct 26, 07 at 2:50pm
I'm Completely new to this and understand nothing in the Neohome101 thread

Okay, so as the title said, I am completely new to designing neohomes, but i would like to try to make my own right now.



1. For starters can someone show me the exact tags i would use if i wanted this image as a centered header for my neohome, i have tried it different ways, but all i get is a red X.

Image link:
http://i179.photobucket.com/albums/w287/MADHAWK-SALOCIN/nh.jpg

2. HOw do I create the little scrolling box so i can put my bio/neo-rfriends in it.

3. For your neofriends, is there a certain code that allows it to keep up with their avatar, or do you have to manually update that each time. Also what would the code be to have the avatar image, then right below it have their name link to their neohome(if they have one)

4. How do I put in links at the top of my neohome to go to different parts of my neohome? (i think they are called anchors)


5.If i wanted a color scheme for my neohome, that way it goes for example from light blue to dark blue to light blue, but all inside the neohome, how would I accomplish this? Also what would you recommend as my colorscheme to match my header?(I like the colors red/black/orange/yellow(gold/ and blue)


6. How do you get the scrolling bar to work for the individual box once you put that in?


7. Thanks to anyone who helps, I am sure i'll have more questions along the line, but i'll just continue to use this thread.




~Salocin


-------------------

Click^^ For my MPH clan site
quote   quick quote   edit   quick edit   del  searchposts in thread  report
Tapioca
newseeker



Tapioca's profile
since: Oct 2007
Oct 26, 07 at 3:02pm
re: I'm Completely new to this and understand nothing in the Neohome101 thread

1) Try this: <div align="center"><img src="http://i179.photobucket.com/albums/w287/MADHAWK-SALOCIN/nh.jpg" /></div>

2) The most basic way is using this code: <div style="overflow: auto; height: PUT HEIGHT HERE;">content</div>

3) Nope, you'll just have to check every now-and-then to make sure they all work.

4) Read my post here

5) You'll need to create a gradient to do that Take a look at the "background" thread on the first page of the forum if you need the code, I posted it in there but I can't link to it because this is a new account.

6) What?
quote   quick quote   edit   quick edit   del  searchposts in thread  report
Salocin
(Why bother?)
mad messenger



Salocin's profileNeoPM Salocin
total posts: 323
since: Apr 2007
Oct 26, 07 at 3:22pm
re: I'm Completely new to this and understand nothing in the Neohome101 thread

thanks, my header finally works, thank you
for number 2, is that to make the box with a scrolling bar, where it says content, do i type what i want in the box there? and how do i determine the height?

also tapioca what is your old account?

Anyone else have other ways i can do stuff


-------------------

Click^^ For my MPH clan site
quote   quick quote   edit   quick edit   del  searchposts in thread  report
Tapioca
newseeker



Tapioca's profile
since: Oct 2007
Oct 26, 07 at 3:35pm
re: I'm Completely new to this and understand nothing in the Neohome101 thread

Yup, put all the content where it says "content". And to determine the height, just experiment and choose whichever height you like best. Something like this is good if you want a small box: <div style="overflow: auto; height: 100px;">content</div>


quote Salocin
also tapioca what is your old account?
Jay_Z
quote   quick quote   edit   quick edit   del  searchposts in thread  report
Salocin
(Why bother?)
mad messenger



Salocin's profileNeoPM Salocin
total posts: 323
since: Apr 2007
Oct 26, 07 at 3:38pm
re: I'm Completely new to this and understand nothing in the Neohome101 thread

okay, how would i change the color of the border of a table, also, could i start pming you for help i only have 1 more post today



-------------------

Click^^ For my MPH clan site
quote   quick quote   edit   quick edit   del  searchposts in thread  report
Tapioca
newseeker



Tapioca's profile
since: Oct 2007
Oct 26, 07 at 3:50pm
re: I'm Completely new to this and understand nothing in the Neohome101 thread

To change the border colour of your table, add this at the beginning of your NeoHome:

php code
<style type="text/css">
.table {
   border: 1px solid PUT COLOUR HERE;
}
</style> 


then add class="table" to your <table> tag.

And yeah sure, you can PM me if you want.
quote   quick quote   edit   quick edit   del  searchposts in thread  report
Ecto
Adobe Photoshop Certified Expert
Neo: Essential



Ecto's profileEcto's neohomeEmail EctoNeoPM EctoEcto's gallery (27 images)
since: May 2002
Oct 26, 07 at 4:16pm
re: I'm Completely new to this and understand nothing in the Neohome101 thread

quote Salocin
[color=red]3. For your neofriends, is there a certain code that allows it to keep up with their avatar, or do you have to manually update that each time. Also what would the code be to have the avatar image, then right below it have their name link to their neohome(if they have one)
You can actually do this the same way you would post any picture. For example, the URL of your avatar is http://i.neoseeker.com/m/295547_photo.jpg. If I were to put that in an image tag and you were to change your avatar, Neo's image database would update itself and automatically. This way no matter how many times you update your avatar it'll change accordingly in your NeoHome.

code
[img]http://i.neoseeker.com/m/295547_photo.jpg[/img]


Just for a reference, I see you have a photobucket. If you were to host a picture called "picture1" and post it in your neohome using the <img> tag it'd work just fine. However, if you deleted that picture off of your photobucket and re-submitted a picture with the same exact name the picture in your NeoHome would show the new picture. It's the exact same scenario with Neo updating your avatar.

Eh, I know I wont remember things if I don't understand that properly, so there's just my two cents on the subject.


And Jay_Z > Tapioca kthnx


-------------------
quote   quick quote   edit   quick edit   del  searchposts in thread  report
CoNvIcTi0n
Join Socom Neoportal
just getting started!



CoNvIcTi0n's profileCoNvIcTi0n's neohomeEmail CoNvIcTi0nNeoPM CoNvIcTi0n
total posts: 130
since: Oct 2007
Oct 26, 07 at 4:38pm
re: I'm Completely new to this and understand nothing in the Neohome101 thread

quote
6. How do you get the scrolling bar to work for the individual box once you put that in?
Well are you talking about how you have a template and you want to but a scroll table there but you are not sure how to?


-------------------
quote   quick quote   edit   quick edit   del  searchposts in thread  report
Salocin
(Why bother?)
mad messenger



Salocin's profileNeoPM Salocin
total posts: 323
since: Apr 2007
Oct 28, 07 at 8:45pm
re: I'm Completely new to this and understand nothing in the Neohome101 thread

not sure, but how do you get the box smaller and on the right side?
thanks to those that have me so far

~Salocin



-------------------

Click^^ For my MPH clan site
quote   quick quote   edit   quick edit   del  searchposts in thread  report
Salocin
(Why bother?)
mad messenger



Salocin's profileNeoPM Salocin
total posts: 323
since: Apr 2007
Oct 29, 07 at 9:18pm
re: I'm Completely new to this and understand nothing in the Neohome101 thread

Is there a way to have the scroll box left aligned but still have the text within the box be centered? If so could someone please give me the code to do so?

~Salocin


-------------------

Click^^ For my MPH clan site
quote   quick quote   edit   quick edit   del  searchposts in thread  report
Tom
Nec Aspera Terrent
Neo or Bust

wiki staff
gta



Tom's profileTom's neohomeEmail TomNeoPM TomTom's Fan Art!
total posts: 7288
neopoints: 214
GameGrep pts: 267
since: Apr 2006
Oct 29, 07 at 10:32pm
re: I'm Completely new to this and understand nothing in the Neohome101 thread

Does it work if you just put the text between these tags?

code
<div style="overflow: auto; height: 100px;"><p align="justify">TEXT</p></div>


This message was edited by Tom on Oct 29 2007.


-------------------

Get Rick Roll'd by my Neohome while you still can!
quote   quick quote   edit   quick edit   del  searchposts in thread  report
[All dates in (PT) time]Threads List   « Next Newest   Next Oldest »
REPLY TO THIS THREAD   START NEW THREAD


search:
search posts by username:
Neoseeker Forums » Programming and Design » HTML/CSS & NeoHome Help » I'm Completely new to this and understand nothing in the Neohome101 thread



Jump to another forum:

Powered by neoforums v0.9.8b (equilibrium)
Copyright Neo Era Media, Inc. 1999-2009

neoseeker forum community
Neoseeker.com   |   Forum Rules   |   Forum FAQ   |   Neoseeker Terms of Use   |   Supermods On Duty [ server id: nova ··· elapsed: 0.1260371208]
Affiliated sites:   GameGrep - Football Manager Wiki - Halo Wiki - MGS Wiki - GTA Wiki - Smackdown Wiki - Zelda Wiki - PS2seeker - Xbox seeker - DEVPEN - GFXcess