Reply
Automatic Resizing in different Resolutions
Old 05-19-2004, 11:34 PM Automatic Resizing in different Resolutions
Junior Talker

Posts: 2
I am having trouble with my webpage. Fateback decided to have a Banner plastered over Every page you make... so i am trying to work with it. Star Candi I am trying to incorperate the background with the ugly look of their text banner, because i can NOT change the look of the banner itself (i have tried!!)

Now depending on the resolution size the background does or does not fit with the banner.
this is what it looks like with at 1024x768

I KNOW there is a way that the background and text and images Change depending on the size of the window (which i would like help with as well, because i cant find that anywhere) Is there a way to do that with Resolution size as well?
star-candi is offline
Reply With Quote
View Public Profile
 
When You Register, These Ads Go Away!
Old 05-20-2004, 04:04 AM
Ultra Talker

Posts: 377
you may place all u'r info into tables, and set their width not in pixels but in percent like width=70%
__________________
andrews_john
www.softwareforhosting.com
andrews_john is offline
Reply With Quote
View Public Profile Visit andrews_john's homepage!
 
Old 05-20-2004, 11:22 PM
Junior Talker

Posts: 2
*sigh....

do you think you could help me out with that?
star-candi is offline
Reply With Quote
View Public Profile
 
Old 05-20-2004, 11:32 PM
steveharro's Avatar
Extreme Talker

Posts: 172
Try this it will resize in any resolution

Code:
<html>
<head>
<title>Untitled Document</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
</head>

<body bgcolor="#FFFFFF" text="#000000">
<table width="100%" cellspacing="0" cellpadding="0">
  <tr>
    <td>Your Content Here</td>
  </tr>
</table>
</body>
</html>
steveharro is offline
Reply With Quote
View Public Profile
 
Reply     « Reply to Automatic Resizing in different Resolutions
 

Thread Tools

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

vB 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.11865 seconds with 12 queries