Jump to content

Problems with alignment/etc.


iyeru42

Recommended Posts

Well, this works (new screenshot with code.)

<!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" /><style>BODY {	background:#CCC;	font-family:Verdana,Tahoma,sans-serif;	color:#000;	font-size:11px;	padding:0px;	margin:0px;}IMG {	border:0px;}.header {	width:100%;	z-index:2;}.menuRep {	height:200px;	width:100%;	margin:0px;	padding:0px;	background:url("layout/menuREP.png");	background-repeat:repeat-x;	cursor:default;}.logoNew {	height:430px;	width:500px;	margin:0px;	padding:0px;	cursor:default;	float:left;}.menuNew {	height:200px;	width:100%;	padding:0px;	margin:0px;	text-align:left;}</style><title>iyeru42 Designs</title></head><body>	<div class="header">		<a class="logoNew"><img src="layout/logoNEW.png" alt="iyeru42 Designs" /></a>		<a class="menuRep"><a class="menuNew"><img src="layout/menuNEW.png" alt="" /></a></a>	</div></body></html>

But it still won't repeat.problem2zb6.th.jpg

Link to comment
Share on other sites

A few things. A link to the page would help. I am not sure which element you are trying to repeat, I assume it's the navigation bar. You have a style tag in your head section which is not properly formatted. It cannot just contain the word style. Try changing it to

<style type="text/css" media="all">

And just a suggestion. You have a your background css starting with background. If you go that route, you can include all of your background css in that one background style. Like this:

background: color image repeat attachment position;

Try adding a link and I'm sure you get more help and advise.Scott

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...