The Web Design Group

... Making the Web accessible to all.

Welcome Guest ( Log In | Register )

 
Reply to this topicStart new topic
> Web content is not positioned the same in all browsers, HTML consistency
armadillicious
post May 15 2012, 07:48 PM
Post #1





Group: Members
Posts: 1
Joined: 15-May 12
Member No.: 17,119



I'm doing a website with html for the first time - www.lynetteskynyrd.com
Generally, I am a print designer, so this is all very new to me.
The website looks ok when viewed in Firefox (except I would prefer not having to move the scrollbar to the right to see the whole page. But on Safari, the content is all pushed to the right and won't position in the center of the frame.

I know my scripts must be pretty wonky. I would appreciate any correction you html wizards can make:

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
"http://www.w3.org/TR/html4/loose.dtd">

#
<html>
#
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
<title>Lynette Skynyrd - The World's One and Only All-Female Lynyrd Skynyrd Tribute Band</title>
<meta name="title" content="Lynette Skynyrd - The World's One and Only All-Female Lynyrd Skynyrd Tribute Band" />
<meta name="keywords" content="Lynette Skynyrd, Lynyrd Skynyrd, Los Angeles, Southern California, band for hire, biker, festivals, women in rock, tribute band, cover band, indian casino, music, southern rock, biker rock, American rock n' roll, Freebird, Lauries Es />
<meta name="description" content="Lynette Skynyrd is a 5-piece rock n' roll band, a tribute to the American Southern rock group Lynyrd Skynyrd. As experienced professional musicians from the Los Angeles club circuit and touring, Lynette Skynyrd rocks the house with a high-energy stage show." />#
<style type="text/css">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
<title>Lynette Skynyrd - The World's One and Only All-Female Lynyrd Skynyrd Tribute Band</title>
<meta name="title" content="Lynette Skynyrd - The World's One and Only All-Female Lynyrd Skynyrd Tribute Band" />
<meta name="keywords" content="Lynette Skynyrd, Lynyrd Skynyrd, Los Angeles, Southern California, band for hire, biker, festivals, women in rock, tribute band, cover band, indian casino, music, southern rock, biker rock, American rock n' roll, Freebird, Lauries Es />
<meta name="description" content="Lynette Skynyrd is a 5-piece rock n' roll band, a tribute to the American Southern rock group Lynyrd Skynyrd. As experienced professional musicians from the Los Angeles club circuit and touring, Lynette Skynyrd rocks the house with a high-energy stage show." />
<style type="text/css">
<script type='text/javascript' src='/jwplayer/jwplayer.js'></script>

<div id='mediaplayer'></div>

.center
{
margin-left:auto;
margin-right:auto;
width:70%;
background-color:#000000;
}

body {
body background color="black"
text-align: center;
min-width: 1400px;
body link="red"
body vlink="red"
body alink="red"
}

text
{
text-align: justify;
text-align: center;
}

table
{
margin-left: auto;
margin-right: auto;
}

#main{
margin:0 auto;
width:1400px;
text-align: left;
}
</style>

</head>

<body background="JD_frame.jpg" STYLE="background-repeat: no-repeat;" position: center>
<body background color="#000000">

<div id="wrapper">
User is offlinePM
Go to the top of the page
Toggle Multi-post QuotingQuote Post
Darin McGrew
post May 15 2012, 08:23 PM
Post #2


WDG Member
********

Group: Root Admin
Posts: 8,365
Joined: 4-August 06
From: Mountain View, CA
Member No.: 3



The online tools report markup and CSS errors:
http://htmlhelp.com/cgi-bin/validate.cgi?u...mp;warnings=yes
http://jigsaw.w3.org/css-validator/validat...ng=&lang=en

Some of the markup errors are caused by mixing XHTML syntax into an HTML document, but others indicate broken structure.
User is offlinePM
Go to the top of the page
Toggle Multi-post QuotingQuote Post

Reply to this topicStart new topic
1 User(s) are reading this topic (1 Guests and 0 Anonymous Users)
0 Members:

 



- Lo-Fi Version Time is now: 16th April 2024 - 10:06 AM