Become a MacRumors Supporter for $50/year with no ads, ability to filter front page stories, and private forums.

hatehereyes

macrumors 6502a
Original poster
Oct 18, 2008
843
2
Moreno Valley, Ca
I'm working on a webpage right now with just basic html.

for some reason everything works perfectly fine in safari 4 but only certain things work in firefox.


PM me if you're willing to help me out. Thanks!
 
changed to HTML-Tags

Alright here it is

HTML:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
  <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
  <meta http-equiv="Content-Style-Type" content="text/css" />
  <title>Howie's LAN</title>
  <meta name="Generator" content="Cocoa HTML Writer" />
  <meta name="CocoaVersion" content="949.46" />
  <style type="text/css">
    p.p1 {margin: 0.0px 0.0px 0.0px 0.0px; font: 12.0px Helvetica}
    p.p2 {margin: 0.0px 0.0px 0.0px 0.0px; font: 12.0px Helvetica; min-height: 14.0px}
  body {
	background-color: #000000;
	background-image: url(background.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
}
	a:link {text-decoration: none;}
	a:visited {text-decoration: none;}
	a:active {text-decoration: none;}
	a:hover {text-decoration: none;}
  </style>
</head>
<body>
<p><a href="www.howiesgameshack.com"><img src="Banner2.jpg" width="976" height="194" /></a><br />
<a href="www.howiesgameshack.com"><img src="Home_button.jpg" width="150" height="70" /></a><a href="www.howiesgameshack.com"><img src="Howies.tv_button.jpg" width="159" height="70" /></a><a href="www.howiesgameshack.com"><img src="Forum_button.jpg" width="165" height="70" /></a><a href="www.howiesgameshack.com"><img src="official_games.jpg" width="161" height="70" /></a><a href="www.howiesgameshack.com"><img src="parties&events_button.jpg" width="167" height="70" /></a><a href="www.howiesgameshack.com"><img src="abouthowies.jpg" width="162" height="70" /></a>
<iframe src="http://www.google.com/calendar/embed?title=Howie's%20Events&mode=WEEK&height=175&wkst=1&bgcolor=%23999999&src=en.usa%23holiday%40group.v.calendar.google.com&color=%23A32929&ctz=America%2FLos_Angeles" style=" border-width:0 " width="964" height="175" frameborder="0" scrolling="No"></iframe>
  <br />
  <br />
  <br />
  <br />
  <br />
  <br />
  <br />
  <br />
  <br />
  <br />
  <br />
  <br />
  <br />
  <br />
  <br />
  <br />
  <br />
  <br />
  <br />
  <br />
  <br />
  <br />
</p>
</body>
</html>
 
Also, if you could elaborate on what doesn't work, that would be of help. You should also get rid of those br tags. People rarely use them correctly. Make use of your CSS to create spacing if you need it.
 
Register on MacRumors! This sidebar will go away, and you'll see fewer ads.