Print Page | Close Window

Screen Width

Printed From: Web Wiz Forums
Category: General Discussion
Forum Name: General Discussion
Forum Description: General discussion and chat on any topic.
URL: https://forums.webwiz.net/forum_posts.asp?TID=11728
Printed Date: 01 April 2026 at 4:20am
Software Version: Web Wiz Forums 12.08 - https://www.webwizforums.com


Topic: Screen Width
Posted By: Misty
Subject: Screen Width
Date Posted: 08 September 2004 at 12:42am
I created a web site for one of my clients. The logo is centered. It looks centered on a desktop computer. But it isn't centered on a laptop with a wider screen. Is there code that I can create for the web page to fit the same way on a laptop?



Replies:
Posted By: Gullanian
Date Posted: 08 September 2004 at 3:56am
Simple table with percentage widths?

<!doctype html public "-//w3c//dtd html 3.2//en">

<html>

<head>
<title>Got ID?</title>
</head>

<body bgcolor="#ffffff" leftmargin="0" topmargin="0" rightmargin="0" bottommargin="0">

<table  width="100%" height="100%" border="0" cellspacing="0" cellpadding="0">
    <tr>
        <Td align="center"><A href="forum/default.asp"><img src="title.gif" border="0"></a></td>
    </tr>

</table>

</body>

</html>



Posted By: dpyers
Date Posted: 08 September 2004 at 11:17am

Could also wrap it in a div for DTML 4.01 transitional and lower doctypes use

<div align="center">
   <img border="0" src="image.gif" width="99" height="99">
</div>

For HTML 4.01 Strict and XHTML doc tpes (or HTML 4.01 Transitional) use css

<div style="text-align:center;">
   <img border="0" src="image.gif" width="99" height="99">
</div>



-------------

Lead me not into temptation... I know the short cut, follow me.


Posted By: Bluefrog
Date Posted: 08 September 2004 at 12:32pm
Or combine dpyers 2 suggesstions for nice deprecation for those older browsers and keep the neater stuff for the newer ones.

-------------
http://renegademinds.com/" rel="nofollow - Renegade Minds - Guitar Software http://renegademinds.com/Default.aspx?tabid=65" rel="nofollow - Slow Down Music



Print Page | Close Window

Forum Software by Web Wiz Forums® version 12.08 - https://www.webwizforums.com
Copyright ©2001-2026 Web Wiz Ltd. - https://www.webwiz.net