[HTML/CSS] How to make my site work with every browser
I just started learning HTML. i made my friend test it (gave her the file, since I'm still working on it.) and it turns out she can't view it with internet explorer. but she can view it with firefox. same thing with me. can someone tell me what to add to where to make it work with every browser?
re: [HTML/CSS] How to make my site work with every browser
How about you post the file so we know what you're talking about.
On a side note, if you're using tables for the template, then just go ahead and delete everything.
re: [HTML/CSS] How to make my site work with every browser
dun wanna post the file. i'll post the code
Quote:
<HTML>
<HEAD>
<TITLE> Bb521's somewhat Maplestory site.TITLE>
<HEAD>
<BODY>
<DIV ALIGN= "center"><IMG SRC="456.png" BORDER="2"></DIV>
<HR>
<HR>
<DIV ALIGN= "center"><IMAGE SRC = "Untitled.png" BORDER = "1"></DIV>
<P ALIGN ="center"><FONT FACE = "Comic Sans MS"> Yay! 20 more days until unban! Also, I'm getting better at HTML!
<BR> So Keep waiting and the site will look better very soon! And school starts in 2 days !!
<BR> Hope you guys had a good new year! :) </P></FONT>
</HTML>
the images wont be displayed cause u dun have the file. but the problem is in explorer, it just shows a blank page.
re: [HTML/CSS] How to make my site work with every browser
<TITLE> Bb521's somewhat Maplestory site.TITLE>
you're missing </ there
re: [HTML/CSS] How to make my site work with every browser
Just from looking at i noticed your missing an end title sequence.
try this.
Code:
<HTML>
<HEAD>
<TITLE> Bb521's somewhat Maplestory site.</TITLE>
<HEAD>
<BODY>
<DIV ALIGN="center"><IMG SRC="456.png" BORDER="2"></DIV>
<HR>
<HR>
<DIV ALIGN="center"><IMAGE SRC = "Untitled.png" BORDER = "1"></DIV>
<P ALIGN ="center"><FONT FACE = "Comic Sans MS"> Yay! 20 more days until unban! Also, I'm getting better at HTML! (LIES)
<BR> So Keep waiting and the site will look better very soon! And school starts in 2 days !!
<BR> Hope you guys had a good new year! :) </P></FONT>
</HTML>
re: [HTML/CSS] How to make my site work with every browser
thanks!
by the way is it easy to run a forum?
and if i want ppl to see my site at any time. do i have to leave my computer on 24/7 to host? or is there a site that helps to host (i know there is a host site. but i dunno if its a program or if it helps host)
re: [HTML/CSS] How to make my site work with every browser
re: [HTML/CSS] How to make my site work with every browser
It's not too hard to maintain a small forum.
But if you get to about 100+ members a day, thats when it gets hard.
You could leave your computer on, but i wouldn't recommend it, it gets very expensive and your website/forum will lag, alot. (Assuming you have an average computer)
There are heaps of people around the internet that are willing to give you free webhosting (Which is what you're looking for)
eh, i'll try dig up the website. i forgot the name, but they're great. Web400 or something.
Re: [HTML/CSS] How to make my site work with every browser
and how can I publish my website for free?
because now the site address is something like C:/documents/ New site.html
and it gets hard to put another link in which leads to another part of your site.
Re: [HTML/CSS] How to make my site work with every browser
You need some webhosting.
http://www.google.com.au/search?hl=e...G=Search&meta=
Try one of those,
You'll most likley get something with a sub-domain. eg
bb521.freewebs.com
bb521.piczo.com
If you wanted,
bb521.com you would have to pay for it.