/    Sign up×
Community /Pin to ProfileBookmark

I am relatively new to using javascript so bare with me. I am more of a cut and past’er than a true scripter. My question is this, I have utilized a site search script on my site and when the result page of the script pops up it resizes the content. Is there part of the code that I can change to just show the page without scrunching it down?
my page is [url]www.aledopcworks.com/Work_Stats.htm[/url] use pcw513666 as a search parameter and you’ll see that the table I am using on that page compresses. Is that because of the page it isreferncing to or because of the java window?
Thanks in advance

to post a comment
JavaScript

1 Comments(s)

Copy linkTweet thisAlerts:
@cyber1Apr 08.2007 — I am relatively new to using javascript so bare with me. I am more of a cut and past'er than a true scripter. My question is this, I have utilized a site search script on my site and when the result page of the script pops up it resizes the content. Is there part of the code that I can change to just show the page without scrunching it down?

my page is www.aledopcworks.com/Work_Stats.htm use pcw513666 as a search parameter and you'll see that the table I am using on that page compresses. Is that because of the page it isreferncing to or because of the java window?

Thanks in advance[/QUOTE]


set the table to a fixed width.

Using 100% means its always 100% of window width.

<table width="100%" height="100%" border="0" cellpadding="0" cellspacing="0" class="main-table">

to:

<table width="800" height="800" border="0" cellpadding="0" cellspacing="0" class="main-table">
×

Success!

Help @Aledopcworks spread the word by sharing this article on Twitter...

Tweet This
Sign in
Forgot password?
Sign in with TwitchSign in with GithubCreate Account
about: ({
version: 0.1.9 BETA 4.28,
whats_new: community page,
up_next: more Davinci•003 tasks,
coming_soon: events calendar,
social: @webDeveloperHQ
});

legal: ({
terms: of use,
privacy: policy
});
changelog: (
version: 0.1.9,
notes: added community page

version: 0.1.8,
notes: added Davinci•003

version: 0.1.7,
notes: upvote answers to bounties

version: 0.1.6,
notes: article editor refresh
)...
recent_tips: (
tipper: @Yussuf4331,
tipped: article
amount: 1000 SATS,

tipper: @darkwebsites540,
tipped: article
amount: 10 SATS,

tipper: @Samric24,
tipped: article
amount: 1000 SATS,
)...