Click to See Complete Forum and Search --> : need reply asap fit window in browser
Srinivas420
02-18-2007, 12:35 PM
:eek: hey i need help on centering photos on browser windows and fitting all my information(pictures) into browser window,in other words NO SCROLLING
so every computer I access will show my website within it's browser window without scrolling
www.manhattanpierre.com
also would like info on centering:mad: :mad: :mad: :mad: :mad: :confused:
sticks464
02-18-2007, 01:17 PM
If you want to center the Who We Are page then do it like this
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN"
"http://www.w3.org/TR/html4/strict.dtd">
<html>
<head>
<title>Who We Are</title>
<Style Type="text/css">
<!--
body {
background-color:#fff;
color:#000;
margin:0;
padding:0;
}
.main {
text-align:center;
width:800px;
margin:0 auto;
}
img {
border:0;
margin:0 auto;
}
-->
</Style>
</head>
<body>
<div class="main"><img src="whoweare.jpg" alt="Pierre Ballroom" />
<h5>Fact: Over two billion cellphones are registered worldwide.<br />
Say: ”An era of abundance and prosperity has arrived and <br />
Manhattan Pierre wishes to be part of this era by giving only the best services to their clientele.”<br />
The Pierre Ballroom, pictured above, is the world’s most significant privately held room <br />
and is within the most significant property in Manhattan-The Penthouse At The Pierre (priced at seventy million).</h5><br /><br />
<a href="tattoomenow.htm"><img src="tattoomenow.jpg" alt="Featured Service-Click To See"></a><br />
<h6>Copyright 2006-2007 Manhattan Pierre. All Rights Reserved.<br /></h6></div>
</body>
</html>
This should do what you want for this page. You should also take the text out of the <h5> tag and put in in a <p> tag. Don't forget to make full ending tags also. You had </h> for the h5 and h6 ending tags before.
Srinivas420
02-18-2007, 02:33 PM
to be real with you i really dont care about removing the margins, they can stay, it was an attempt at fitting my web pages within the browser windows . This was a major problem, some computers would have my windows so large much scrolling was needed. What is a simple equation to make any page fit within one's browser window that i have for almost all pages in my website has this problem (just see for yourself)
Thanks for the quick reply:eek: :eek: :eek: :eek: :eek: :eek: ;)
Srinivas420
02-18-2007, 03:10 PM
I have used your equation on the the Mark Hanes page in my website. What happened was there was up and down scrolling, this I do not want, my whole website hopefully will be scroll free, though some computers can't fit their windows in their browser windows. What does the code u wrote do anyway?
Srinivas420
02-18-2007, 03:30 PM
ok i applied the amendment you just gave me on my home page and on Mark Hanes. (view source and you will see). To see Mark Hanes go into my website after Who We Are (click on the purple text link) you will find a hyperlink for Mark Hanes, this has an oversized picture that doesn't reshape into the browser window, u need to scroll alot to see the whole picture, the same thing with my home page which slows the website down, how do u fix this
WebJoel
02-18-2007, 05:21 PM
:eek: hey i need help on centering photos on browser windows and fitting all my information(pictures) into browser window,in other words NO SCROLLING
so every computer I access will show my website within it's browser window without scrolling
www.manhattanpierre.com
also would like info on centering:mad: :mad: :mad: :mad: :mad: :confused: From the URL yo have here,
<A HREF="aboutus.htm"><div style="text-align: center;"><IMG BORDER="O" SRC="home.jpg" ALT="Click To Enter"></div></A> This should be a "zero", not an "oh", and by the way, the image "home.jpg" is 1215-pixels wide by 777-pixels tall. You have ensured a scrolling horizontal bar with this.
-Either crop the image to contain 'just the words' and center that, or better still, use text.