![]() |
help on an I frame
ok i need all of your help, im trying to create a thingy that will allow me to see part of a website on my homepage i think its an I frame or somtin..like here: http://www.freewebs.com/mymsnstatus/ and i want that on the buttom of my homepage (www.mystuffradio.tk)
|
Erm, why not just copy the page source into the website...
|
You know you can turn off that .tK popup right?
anyways... mystuff you need serious markup help. Every basic webpage should at least include the following: code: And it wouldn't kill you to have at least this info: code: Head over to W3Schools Online Web Tutorials To find out more about how to create proper markup. |
And yep, use iframe to display another site inside your page...
code: |
i know how to do html and all but i just needed an I frame
|
Quote:
|
<iframe src="http://www.site.com" height=800 width=800></iframe>
|
you are trying to do a iframe correct, well, k you find a template that has iframe use the iframe code for theat, I don't have it right now, I had to reboot my comp but when I get all my stuff back onto my computer, I'll give you the code in a pm if like kk my stuff radio
|
i use the .tk thingy cause its easir saying visit us on the web at www.mystuffradio.tk rather than www.freewebs.com/mystuffradio
|
is there a way to have a color inside of the I frame..like such
<iframe src="http://www.freewebs.com/todaysshow" height=100 width=100></iframe> and i need that in a white background cause when i put it on the site im working on it uses the same background color on the page which is black. |
*bump*
bump this before i leave in another 15 minutes |
Quote:
You don't even have a header in the page....:rolleyes: |
smeggle. if he imports the document intp another HTML document, he might not nead a header into this documnet.
Mandetory markup: PHP Code:
|
Quote:
|
homepage: black
iframe site im trying to put on there is white |
did any of you ever think that i didnt want a header?
any way i just used a white text box seemed to work the best. |
Quote:
Fuck - I just hate lazy crappy coding - I can't wait until browser manufacturers decide to set there browser engines to display this instead of crappily coded pages 'You are seeing this instead of the page you requested because the person who coded the page is either to lazy to code correctly or has coded incorrectly' That might just help to clear up at least 50% of the crap code that causes nothing but problems on the net... |
im so sorry for not putting the header in..but im not going to fix it either..i have set how i want it and im not going to fuck with it. its my homepage and not yours so you cant tell me what i can or cannot do on my own homepage so leave it be.
do you even have a home page?? |
Quote:
Here is the reason why you need a header (was gonna post this last night but the data base was acting up Quote:
|
ill tell ya what i know how to do my own website ok i got my codes done and its not like a little town in wisconsin will notice i dont have a header i just ended 8th grade im not even in collage ok and its just a page to see if im online or offline. its worked cause ive gotten a lot of hits.
|
Quote:
but to do what you want to do, you would have to make a page with the color you want it to be |
no the homepage i have is black and i wanted to create a white I frame but it kept coming up back. i just did a text box. i dont have frontpage.
|
Quote:
I'm trying to help you here btw - you more than likely are getting hits and thats great but would you not like more? The search engines will probable not see your page - so the only hits your probably getting is from your sig links etc (check your server stats and see what there saying - I'll hazard a good guess that not one search engines even looked at the page). The thing is without the document being properly identified (the dtd) your allready into all sorts of problems, mainly with I.E. At this stage, I.E., as I said has allready dropped back to I.E. 5.0 with all it's inherant problems and as over 80% of users still use that browser? Well the answer is obvious - you've just dumped the biggest percentage of hits your gonna possibly get. So i.d.ing your document tells the browser how to read the code (And all of this helps your page/s work better and load faster). As I said you don't have to use all the meta tags just the essential ones in the head. So you would open the head, then title, then charset. Why is charset so important? Well what character set are you using? utf-8? iso-8859-1? etc etc The browser will automatically fall back on utf-8 but if your using iso-8859-1, then some or all of your page may not display or display correctly. css meta tag if you use an external style sheet (vey recommended). Then keywords, description metas. then close it. Do that and your hits will more than likely double or treble. Remember 'Hits' do not neccessarily mean that someone has accessed and seen your page. Theres a big difference between 'actual 'Hits' and 'Unique users'. It is 'Uniques' that equal actual times your page has been viewed. 'Hits' on there own mean very little. You have quite a nice design. It's clean, color is well balanced and well used but is being let down because the layout is messing up. That is happening first of - mainly because your header is missing. I'm sorry if that is bugging you but it is the most important part of how a page is rendered and displayed. It looks to me like you want this to be a success and looking at your other thread, you have some good ideas for making it a fun place to hang about at. You've done a very good job upto now, so all I'm saying is why spoil it by ignoring the essential structure? At the end of the day it is up to you after all, It's your site but follow the above advice (And not just given by me) and you will have a great deal more success (And believe me a lot less headaches when you develope your place and find all sorts of problems turning up). I'm not knocking your site - I'm just trying to recommend a way to make it better for you is all... As I said - it's upto yourself though :) |
header is strictly needed. dtd and style is not
The REQUIRED model recommended by w3c is the model I posted before. |
i added a header. any other sugesstions
|
Header and title are manditory. So if you don't have a title, I suggest you add that too.
Here you can check the validity of you page: http://validator.w3.org/check?uri=referer Just replace referer with the URI of the page you want to check. Remember this just checks one page, not the site so to validate your whole site, you need to check every page, included generated ones. |
eek! (http://validator.w3.org/check?uri=ht...tomatically%29)
14 errors..sigh what should i do..the following link i have all of my codeing on there..see if you can work with it some time. http://www.freewebs.com/mccumbershow/ (old radio show homepage) |
I got one suggestion. Leave iframes. I just see textboxes containing markup lol, on the old site that is.
|
no those are my codes for my current webpage (www.freewebs.com/mystuffradio) and i got 14 errors for it and i want someone to look over those codes and make any corrections as the see fit and pm or post it on my or winamp forums.
|
Quote:
Quote:
You are a true test of patience. As I suggested in the second reply in this topic: YOU NEED A FREAKING DOCTYPE DECLARATION!!!! This is true wherther the page is a whole page, a frame, or an iframe. Your validation results tell you this BEFORE IT EVEN LISTS THE ERRORS: Quote:
<insert rm.txt here /> |
pretend i dont know what that means....
|
Could you be a little less ambiguous please?
I really want to help you, but you're being really unhelpable. |
Ok. First remove all the header stuff you got there now at the top of the page, like those html, head, and body tags. After that, put this at the top of your html page:
PHP Code:
PHP Code:
Then try validating the site again and we'll see what's still there... |
lol, the <!doctype> tag isn't even HTML, it's SGML, but it's required for SGML documents, which includes HTML.
Since your HTML is so poor "my stuff", you should use the loose document type definition, since this isn't picky about depricated tags and elements. |
k put that code on top and delete the header that was already there. second you want me to put the </body>
</html> thing on there..done that..now what about the style stuff?? are you talking about the <br><span style="color:3399cc;"><font style="font-family: comic sans ms;" size="2"> current annoucments: stuff?? you want me to delete all of those?? |
now the next is all red and im missing my marqee thingy
anyway its all shitty because i converted from basic to html and thats how freewebs had it and i deleted alot of crap that was not needed. |
no only delete the the style stuff
it5 now in the header 5orry keyoard fucked u |
marquee is for noobs anyway. If you want it the proper way, do it with DHTML. If you want me to, i could write a simple script that do this "the-right-way" for you.
|
@ pulse i have no idea what that is either. i just need something to tell people the following in my code:
<marquee bgcolor=3399cc>(if a dead image appears above, simply refresh or press F5)</marquee> |
Yeah, but there is no such element named <marquee> by the w3c (world wide web consortium) which works for making the web a structured place. I am not sure where the marquee element spawned from.
Don't worry though. I could make one for you right now. I'll include instructions for how to implement it into your page. Just gimme the URL to the page you want to display this. |
| All times are GMT. The time now is 07:58. |
Copyright © 1999 - 2010 Nullsoft. All Rights Reserved.