Jump to content

Recommended Posts

Posted

I started building a website for fun. Now sedative informed me "not knowing because Im using 1280 x 960 resolution on my monitor, but anyways he said there were scroll bars on the bottum of the page. Give me your eyes and tell me what you see and if you know how to change it please inform me. Im using dreamweaver, flash, swish and primary FRONTPAGE. Thanks

http://members.bellatlantic.net/~vze3vg3n/

-Xperties

yah yah yah, Ill be getting a domain name after Im done.

Dont forget to click on the white bird top left hand side


Posted

Well it all depends on what resolution visitors are viewing at as to whether there are scroll bars or not.

I could be wrong,but i think most people view at 1024x768.

I just viewed the source for your page,so try this.

Open your page in Frontpage and view the html code.Look for this line

<table width="1178" border="0" cellspacing="0" cellpadding="0" height="659">

and change it to

<table width="1024" border="0" cellspacing="0" cellpadding="0" height="659">

or

<table width="100%" border="0" cellspacing="0" cellpadding="0" height="659">

Hope that helps

Posted

do the 100% option, and STOP using frontpage (eeeeuurhh) no wonder your page is messed up!

best way to make a site is to draw it in fireworks, export it to html and images. import it into dreamweaver and remove the blank images (big blocks of white etc) and then put in the text.

Posted

ok I did the 100% on the main page....can you guys compare the main page to about us, downloads, and contact page? see if you see a difference from the main page to the others?

And Mr. Board creator, My page isnt all f***ed up, I think its a nice site and thank you very much!!!! :):rolleyes:

-Xperties

Posted
ok I did the 100% on the main page....can you guys compare the main page to about us, downloads, and contact page? see if you see a difference from the main page to the others?

And Mr. Board creator, My page isnt all f***ed up, I think its a nice site and thank you very much!!!! :)  :rolleyes:

-Xperties

now its a lot better chris, the scrollbars at the bottom are gone :bigok

Posted

Hey nice site.I made one for my family to view pictures on.Just real plain,but your's is cool,I'd like to learn to use that software oneday.Keep doin what your doin,good luck.

Posted

the banner that says xperties and jerseygirl portal.....isnt there a discoloration between the black and the main back ground or is it my eyes?

-Xperties

Posted

Yeah your banner isnt blending into the main background, only slightly thou.

the banner needs to be a little darker

Posted

ok new question...when I made the swish graphic i didnt save the swi file only the swf file. So the forums button Im unable to link that to the board. I know theres a way to create a forum.html file and place it on my server but how would I direct that to go to msfn.org?

-Xperties

Posted

if anyone is wondering, this is the code you use to redirect

<meta http-equiv="refresh" content="0; url=http://thepage.youwanttoredirect.to.com">

Great job Xperties, ur site looks great :)

Blackwar

Posted

if you have the option of doing a redirect with a php page its very much faster, we had one on msfn after the first host failed because of the traffic at the time. it was so quick you couldnt tell! i dont have the code any more though which is a shame :)

this isnt something chris could use, but if anyone finds the code for this it would be usefull for a few people i guess

Posted
if you have the option of doing a redirect with a php page its very much faster, we had one on msfn after the first host failed because of the traffic at the time. it was so quick you couldnt tell! i dont have the code any more though which is a shame :rolleyes:

this isnt something chris could use, but if anyone finds the code for this it would be usefull for a few people i guess

the code for php redirection is :

<?php
header("Location:http://www.whereyouwanttoredirect.com");
?>

its real fast, you can't notice it like you said :)

Blackwar

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...