Jump to content

LaLaLa

Members
  • Posts

    74
  • Joined

  • Last visited

About LaLaLa

  • Birthday 11/19/1993

Previous Fields

  • Languages
    HTML, XHTML, CSS, PHP, JavaScript, GML, C, and C++ (somewhat)

Contact Methods

  • Website URL
    http://www.freewebs.com/rune_scape_help/
  • ICQ
    0

Profile Information

  • Location
    Runescape, RuneHQ, or W3Schools
  • Interests
    ~ I like creating HTML code and making websites.<br />~ I like playing Runescape a lot!<br />~ I like reading books, especially Harry Potter, The Chronicles Of Narnia, and The Hobbit.<br />~ I like watching movies, especially Harry Potter (All), Lord of the Rings (All), Star Wars (All), Shrek (All), and Narnia.

LaLaLa's Achievements

Newbie

Newbie (1/7)

0

Reputation

  1. LaLaLa

    Group Photo

    There's no such thing as a <TITLE> *tag*, it's really just an attribute, which means it goes inside the brackets of a tag. Like this:---------------------------------------------------------------- <html><body><img src ="portrait.jpg" width="377" height="300" usemap ="#portraitmap"/><map id ="portraitmap" name="portraitmap"><area shape ="rect" coords ="55,76,66,98" nohref="..." target ="_blank" alt="Rosemary" title="Rosemary" /></map></body></html> ----------------------------------------------------------------
  2. Before and after a <form> tag, there is always a line break, like the <p> tag. Is there anyway to get rid of these line breaks, so you can stack stuff in a form right next to other stuff on your page?Thanks,LaLaLa
  3. I saw this really cool site and wanted to know how to do this (the image scroll-bar)...Can anyone tell me how to make my own, costomized scroll-bar, like the one on the website? This is the website...LaLaLa
  4. I have another question about Frames:Is there a way to change the "padding" for the frames (like the cellpadding="*" attribute for tables)?I need to get the stuff in the frame to rest right against the edges, so you can't even tell the frame is there...Right now, here's the code I have: <html><head><title>Welcome to my Webpage!</title></head><frameset rows="100,*" frameborder="0" framespacing="0"><frame noresize="noresize" scrolling="no" src="frame a.htm"><frameset cols="200,*" frameborder="0" framespacing="0"><frame noresize="noresize" scrolling="no" src="frame b.htm"><frame noresize="noresize" scrolling="yes" src="frame c.htm"></frameset></frameset></html> As you can see (if you pull up in I.E.), the stuff inside the tables isn't right up against the egge. How can I fix this?LaLaLa EDIT: Sorry, I meant to name the topic "Frames", not "Tables"...
  5. Thanks! That worked perfectly! I only have one other question:Is there a way to change the "padding" for the frames (like the cellpadding="*" attribute for tables)?I need to get the stuff in the frame to rest right against the edges, so you can't even tell the frame is there...LaLaLa
  6. Hi, I have a few questions with Frames:Is there any way to keep a Frame from displaying scroll-bars? Also, how do you keep a Frame from having a border?LaLaLa
  7. Thanks you guys! I've figured it all out now.BTW, it is <style "cursor:pointer">...LaLaLa
  8. Also, I'm wondering how you would get the curser to change into a finger (like when over a hyper-link),BUT, only when it's over one of the linked image-maps. I know you have to use styles, but how would you get it to only affect a certain part?LaLaLa
  9. Couldn't you just put what's in the function (window.location.href="") in the actual onlclick thingy? Besides, I have 5 images maps and it didn't work right when I hooked all 5 up the same way I did the first one...
  10. Ok, thanks for the help! Sorry I took so long to look at this...Umm... well, it worked, but I don't understand the coding of it.What does each part do? If the onclick="gotoPage('My Other Page.htm')" is a function, why do you put the link address in the where function is called, why not in the actuall function? Can you explain how this works? Also, can I use the same function [<script type='text/javascript'>function gotoPage(page){window.location.href=page}</script>] with lots of onclick commands, as long as I change the address where the function is called [gotoPage('My Other Page.htm')]?
  11. Oh, sorry. Now I just looked at it and realized what you mean. There isn't a way to insert an image into your email and I don't think you can have your own "costom emotes" either...LaLaLa
  12. ________________________________________________________________________Has anyone every heard old the old game Descent (I, II, or III)? Go here for up-to-date stuff...Ok... if not, what about Tyrian? I don't really know that much about MSN, but there might be... Why couldn't you just pull them of the internet like I was talking about?
×
×
  • Create New...