Tycoon Talk
Become a Big fish!
The number 1 forum for online business!
Post topics, ask questions, share your knowledge.
Tycoon Talk is part of Freelancer.com - find skilled workers online at a fraction of the cost.

HTML Forum


You are currently viewing our HTML Forum as a guest. Please register to participate.
Login



Post a Project »

Find a Professional HTML Freelancer!

Find a Freelancer to help you with your HTML projects

FREE Outsourcing eBook!

Reply
Old 01-15-2007, 07:26 PM new member!
UglyBetty's Avatar
Junior Talker

Posts: 1
Name: Savvy
Trades: 0
this post has been deleted by me

Last edited by UglyBetty; 01-22-2007 at 03:57 PM.. Reason: adding a URL
UglyBetty is offline
Reply With Quote
View Public Profile
 
 
Register now for full access!
Old 01-15-2007, 07:34 PM Re: new member!
LadynRed's Avatar
Defies a Status

Posts: 10,017
Location: Tennessee
Trades: 0
Yes.. but can we see the code or a URL ??
__________________
Web Goddess & Web Standards Evangelist :) - Tables Be Gone !!

Please login or register to view this content. Registration is FREE


Please login or register to view this content. Registration is FREE

LadynRed is offline
Reply With Quote
View Public Profile
 
Old 01-16-2007, 12:40 AM Re: new member!
vangogh's Avatar
Post Impressionist

Latest Blog Post:
Why Responsive Design?
Posts: 10,815
Name: Steven Bradley
Location: Boulder, Colorado
Trades: 0
First welcome to WT Betty and don't worry about being a novice we all were at one time.

You don't need to set the height at all on web pages. It's perfectly fine if people have to scroll a little down the page. But you can always set a height if your design calls for it.

The way I usually make sure my pages stay within 800px width is to set a container around all the code in my body. I use a div and I generally give it an id="page" Then I set the width on that div to be 760 or so px. So my basic shell code for the page might look like:

<html>
<head>
<title></title>
</head>
<body>
<div id="page">
all your body code in here
</div>
</body>
</html>

and I would set the width for that div in the css:

div#page {width:760px}

There are other ways to do it, but the basic idea is to set the width on the main container for all your code and then make sure that inside that main container your widths don't go beyond what you set for the container.

If you provide some code or links to the pages that aren't working I'm sure we can help with more specifics.

Hope that was helpful.
__________________
l Search Engine Friendly Web Design |
Please login or register to view this content. Registration is FREE

l Tips On Marketing, SEO, Design, and Development |
Please login or register to view this content. Registration is FREE

l
Please login or register to view this content. Registration is FREE
|
Please login or register to view this content. Registration is FREE
vangogh is offline
Reply With Quote
View Public Profile Visit vangogh's homepage!
 
Reply     « Reply to new member!
 

Thread Tools Search this Thread
Search this Thread:

Advanced Search

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are Off
Refbacks are Off





   
RSS Feed  Feeds: RSS   JS   XML
RSS Feed  Feeds for this forum: RSS   JS   XML



Page generated in 0.11253 seconds with 12 queries