checkoutthrone
09-20-2004, 06:45 PM
My site is at: www.geocities.com/gonnastickaround (http://www.geocities.com/gonnastickaround)
I can't figure out how to fix the gap that is on the right side of my page between the line that I have there and the words:
Pictures
Ces
Derek
Justin ect....
I've been trying to mess around with the numbers in my html editor but I still can't figure out which numbers to change.I'm pretty sure its the menu#'s that I want to change but I don't know. This is going to be where my links go. I'm doing the site using the CSS from Lissa's main site. Thanks if anyone can help!
Tabitha
Monkey Bizzle
09-20-2004, 06:56 PM
i looked at your source...
the first 2 lines of your code are out of place... delete the top </head> tag and then take that <body> tag and put it right after the REAL </head> tag and delete the other <body> tag that you have. Yes, you would alter the menu section of the CSS and... in the body section you don't have any measurement specified. instead of just 20, it should be 20px etc...
checkoutthrone
09-20-2004, 07:04 PM
Thanks so much! I'm just starting to build websites the real way, instead of using a page builder or template, so I'm probably going to ask a lot of stupid questions at first...hahaha Thanks again!
Monkey Bizzle
09-20-2004, 07:16 PM
there is no such thing as stupid questions... just stupid people!
j/k! :hehe:
that's what the forum is here for!
checkoutthrone
09-20-2004, 07:18 PM
ok I hope someone will see this, so I don't have to start a whole new thread with my problems. I'm still working on the site that is in the original post and now I want my text to have its own scroll-bar so that when you scroll down it won't go up into the header. and I don't want the right side with the soon-to-be link to scroll, I want them to be fixed. I guess if you don't understand what I'm talking about you can look at the original layout my friend made:
http://thronerock.tk Thanks!
-tabitha
supercat
09-20-2004, 07:42 PM
I think you either mean a div layer or an iframe.
Divs: http://www.lissaexplains.com/html7.shtml
Iframes: http://www.lissaexplains.com/frames.shtml#inline
Hope this helps :D
checkoutthrone
09-20-2004, 08:10 PM
Thank you for helping me! The inline frame thing is what I want but I can't figure out what it means when it says: "yoururl.html" I tried pasting hte code for the transparent scroll bar into the editor and I viewed it and my page came up with the inline frame in it saying "The page you requested was not found." I tried putting "index.html" since that is my main page where I want the box to go put the same thing happened. What should I do to make my text come up in the box?
checkoutthrone
09-20-2004, 08:24 PM
I figured it out. Thanks guys!