Edit: oops I posted without reading the entire thread, by the way the ultimate solution here is to learn HTML and some javascript or other scripting language. Good Luck.
Edit: oops I posted without reading the entire thread, by the way the ultimate solution here is to learn HTML and some javascript or other scripting language. Good Luck.
Last edited by beelzebub; September 6th, 2006 at 15:30 PM.
That's a really good advice, no sarcasm intended
Johkaz, you should try to look inside the pages you make with the "View Source" option in the browser. You know, make a page with almost no content and see how it's done inside. I, for example, sometimes see the source code for the sites so that I'd be able to reproduce (do not read "steal") some fancy things.
And to stretch your webpage try to setting the width parameter in your main table to 100%. This is how it is done now in your page:
Try changing that to:<!-- REST OF BODY CONTENT BELOW HERE -->
<table ALIGN="CENTER" WIDTH="984" cellpadding="0" cellspacing="0" background="background9_1.gif">
Of course, you'll have to manually upload the index.html page to your FTP, but try it anyway. Reply here if something goes wrong. If you'll like what you get, you'll have to change this property in every page of the site.<!-- REST OF BODY CONTENT BELOW HERE -->
<table ALIGN="CENTER" WIDTH="100%" cellpadding="0" cellspacing="0" background="background9_1.gif">
"Oh, sorry, I was taking life seriously!" - Bill Hicks
Hi,
I think i have foobarred it...
I tried the line you said, and when i checked on my son's computer, i didn't like the large press buttons for the links to the pages.
So, i went to change it back, but i had saved the changes i made, so i could upload it to the FTP server.
I changed what i thought was the right "984" code, but now i no longer get the Index.html page centred when i Preview it.
Gary
Bookmarks