#1 (permalink)  
Old 06-20-2006, 12:11 AM
Registered User
 
Join Date: Jun 2006
Location: Placentia, California
Posts: 9
Web Template/CSS Not Sizing Full Screen on Load

I'm trying to start using CSS and Style Sheet pre-built (FREE) "templates" from a download. I figurted out the graphic "slices" and have started to convert the table elements to fit my graphic images. I'm using Dreamweaver MX to edit and compose additional Web page content. The problem is that when I load the new page in a browser (IE or NS) the web page doesn't size (width) to fill the screen. The previous page buit in Dreamweaver (however unattractive as it is) worked just fine and is the working Web page on the Net. The big difference between the first index page built and this new one is the new page has Cascading Style Sheets, templates and tables. I suspect it's something to do with the tables but not sure. I used to code web pages with notepad back in the old days but the java script and the conventions with the style sheets is very foreign to me. I can and have cut-and-pasted java into the page (restrict right-mouse click) to somewhat protect origional artwork.

Is there a chance somebody would be willing to look at this Web page I'm working on and see if you can find my error or if there's something missing to get this page to load "full screen (width)". I would be very greatful and once I know what's wrong I'll remember and learn what to do in the future.
BTW...the Web page is located at http://kfxm-memory-lane.batcave.net/web page template/html/index2.htm Thanks in advance for your help!
Reply With Quote

  #2 (permalink)  
Old 06-20-2006, 09:26 AM
Leprakawn's Avatar
Moderator
 
Join Date: Jan 2004
Location: Outside, and playing with your invisible friends.
Posts: 1,130
Send a message via AIM to Leprakawn Send a message via Yahoo to Leprakawn
Thumbs down

Oops, looks like you may want to save this page as links.php!

<table border=0 cellspacing=0 cellpadding=0 width=100%>
<img src="gfx/trans.gif" width="3" height="5" class="hidden">
<br>
<body>


Change to:

<table width="100%" border="0" cellspacing="0" cellpadding="0">
<img src="gfx/trans.gif" width="3" height="5" class="hidden" />
<br />
<body style="margin: 0px auto;">


Just to "see" your table expand full screen, add a border to it:
<table width="100%" border="0" cellspacing="0" cellpadding="0" style="border:1px solid #000;">
__________________
Like my spiffy, unique signature?
ŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻ
Code:
         ...,,.,.,.
        /          \
__oooo__[///]--[\\\]__oooo__
Reply With Quote
  #3 (permalink)  
Old 06-20-2006, 09:47 AM
Leprakawn's Avatar
Moderator
 
Join Date: Jan 2004
Location: Outside, and playing with your invisible friends.
Posts: 1,130
Send a message via AIM to Leprakawn Send a message via Yahoo to Leprakawn
Arrow

Crap, I just realized the URL was incorrect!

Okay, here is the feedback for the correct URL!
<BODY BGCOLOR=#FFFFFF LEFTMARGIN=0 TOPMARGIN=0 MARGINWIDTH=0 MARGINHEIGHT=0 ONLOAD="preloadImages();">


<body style="background-color:#fff; margin: 0px auto;" onload="preloadImages();"> not preloading anything at the moment though!
For all <img>, <br> and all non-closing tags, close them like this:

<img src="location/name.ext" title="something about this picture" />
<br />

It just occured to me that you want to make it full screen, but you are using sliced imgs. I think that means you will need to resize them, right?
__________________
Like my spiffy, unique signature?
ŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻ
Code:
         ...,,.,.,.
        /          \
__oooo__[///]--[\\\]__oooo__

Last edited by Leprakawn; 06-20-2006 at 09:50 AM.
Reply With Quote
Reply


Thread Tools
Display Modes Rate This Thread
Rate This Thread:

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 On
Pingbacks are On
Refbacks are On
Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Automatic full screen on load Julian Programming and Scripting 2 03-23-2005 10:12 AM


All times are GMT -5. The time now is 05:37 PM.

 
Bitrix
Clicky Web Analytics
CloudContacts
Maxtango


Subscribe to our feed | add to myYahoo!

Powered by vBulletin® Version 3.7.3
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Content Relevant URLs by vBSEO 3.2.0
© 1997-2007 HTMLCenter