Jul 24, 2008

Need Immediate Support. Anyone Please. - Who help are appreciated

Free Web Hosting, No Ads > General > Hosted Members Area
Pages: 1, 2

free web hosting

Need Immediate Support. Anyone Please. - Who help are appreciated

zak92
Hey guys i want to launch my site soon so yeah i have everything fixed and from photoshop i got my template. I have Iframe in a little box on the right of the site in the affliate thing which is located with a file. www.gfxwarriors.us.to/main.html.
It messes up the whole page. Does anyone have any idea how i can prevent this with slicing or anything else?
Thanks a lot guys.

Reply

Jimmy
Looking now... I'll see what I can figure out!

QUOTE
<td colspan="5"><frame src="affliates.php" width="100%" height="100%" frameborder="0"><iframe src="affliates.php" frameborder="0" height="100%" width="100%"></iframe></td>


I can't remember much about frames... but don't you have to close the frame tags?

You have closed the iframe, but the affiliates.php within the frame has not been closed...

Reply

zak92
it is closed. I actually fixed this problem but in the way encountered another one. Since i added the i frame its for some reason placed in the middle which gives it a white space on each end. It works fine in Internet Explorer though. Help is appriciated.

Reply

jlhaslip
Can you post the code here, please? Or is that link up there your site?

Reply

zak92
Yeah it is. The link again is http://www.gfxwarriors.us.to/main.html

Reply

jlhaslip
I think you are being affected by the default styling for tables.

Look over at the search:w3schools site for the information to vertically align that iframe to the top of the td or tr which contains it.

Here is one link to check out: http://www.w3schools.com/html/html_tables.asp

Reply

zak92
CODE
<td colspan="5">
      <iframe src="affliates.php" height="100%" width="100%" vspace="0" hspace="0" marginheight="0" marginwidth="0" scrolling="no" frameborder="0" ></iframe></td>

Thats the code. Can you see what you can do?

Reply

biscuitrat
QUOTE(zak92 @ Jun 3 2007, 08:58 PM) *
CODE
<td colspan="5">
      <iframe src="affliates.php" height="100%" width="100%" vspace="0" hspace="0" marginheight="0" marginwidth="0" scrolling="no" frameborder="0" ></iframe></td>

Thats the code. Can you see what you can do?


Ugh, tables and frames. That is quite truly so many miles behind me that I can't particularly help, but here's something that may help. Put your site through an HTML validator (http://www.validator.w3.org) and see what errors come up. I'm willing to bet that many will come up on your site, but try to fix them all. The cleaner your site is, by the W3C's standards, the easier it will be to catch these errors in the future, and fix them.

 

 

 


Reply

zak92
Well my site is a photoshop designed one and they gave me the sloppy little code. But it works fine in IE like stated above i just don't know why this happens with firefox.

Reply

Saint_Michael
Well I solved your problem zak it had to do with the height="100%" in your iframe. If I remember correctly iframes don't like percentages and so you have to use absolute value i.e. px (pixels). Anyways I cleaned up most of the coding after applying a DOC type which helped greatly. I got you down to 1 error and like I mention in the shoutbox you have to apply some CSS and your set.

CODE
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
<!-- ImageReady Preload Script (GFXwarriors.psd) -->

<title>.::GFX.Warriors::.</title>
&lt;script type="text/javascript">
<!--

function newImage(arg) {
if (document.images) {
rslt = new Image();
rslt.src = arg;
return rslt;
}
}

function changeImages() {
if (document.images && (preloadFlag == true)) {
for (var i=0; i<changeImages.arguments.length; i+=2) {
document[changeImages.arguments[i]].src = changeImages.arguments[i+1];
}
}
}

var preloadFlag = false;
function preloadImages() {
if (document.images) {
main_03_over = newImage("images/main_03-over.gif");
main_05_over = newImage("images/main_05-over.gif");
main_07_over = newImage("images/main_07-over.gif");
main_09_over = newImage("images/main_09-over.gif");
main_11_over = newImage("images/main_11-over.gif");
preloadFlag = true;
}
}

// -->
</script><!-- End Preload Script -->
</head>
<body onload="preloadImages();" >
<!-- ImageReady Slices (GFXwarriors.psd) -->
<table id="Table_01" border="0" cellpadding="0" cellspacing="0" height="769" width="1025">
<tbody><tr>
<td colspan="19">
<img src="main_files/main_01.gif" alt="" height="302" width="1024" /></td>
<td>
<img src="main_files/spacer.gif" alt="" height="302" width="1" /></td>
</tr>
<tr>
<td colspan="2" rowspan="3">
<img src="main_files/main_02.gif" alt="" height="30" width="138" /></td>
<td>
<a href="http://www.gfxwarriors.us.to/home.html" target="mainframe" onmousedown="changeImages('main_03', 'images/main_03-over.gif'); return true;" onmouseup="changeImages('main_03', 'images/main_03-over.gif'); return true;" onmouseover="changeImages('main_03', 'images/main_03-over.gif'); return true;" onmouseout="changeImages('main_03', 'images/main_03.gif'); return true;">
<img src="main_files/main_03.gif" alt="" name="main_03" width="35" height="9" border="0" id="main_03" /></a></td>
<td rowspan="3">
<img src="main_files/main_04.gif" alt="" height="30" width="87" /></td>
<td>
<a href="http://www.gfxwarriors.us.to/forum.html" target="mainframe" onmousedown="changeImages('main_05', 'images/main_05-over.gif'); return true;" onmouseup="changeImages('main_05', 'images/main_05-over.gif'); return true;" onmouseover="changeImages('main_05', 'images/main_05-over.gif'); return true;" onmouseout="changeImages('main_05', 'images/main_05.gif'); return true;">
<img src="main_files/main_05.gif" alt="" name="main_05" width="43" height="9" border="0" id="main_05" /></a></td>
<td rowspan="3">
<img src="main_files/main_06.gif" alt="" height="30" width="110" /></td>
<td>
<a href="http://www.gfxwarriors.us.to/imageh.html" target="mainframe" onmousedown="changeImages('main_07', 'images/main_07-over.gif'); return true;" onmouseup="changeImages('main_07', 'images/main_07-over.gif'); return true;" onmouseover="changeImages('main_07', 'images/main_07-over.gif'); return true;" onmouseout="changeImages('main_07', 'images/main_07.gif'); return true;">
<img src="main_files/main_07.gif" alt="" name="main_07" width="95" height="9" border="0" id="main_07" /></a></td>
<td rowspan="3">
<img src="main_files/main_08.gif" alt="" height="30" width="116" /></td>
<td>
<a href="http://www.gfxwarriors.us.to/downloads.html" target="mainframe" onmousedown="changeImages('main_09', 'images/main_09-over.gif'); return true;" onmouseup="changeImages('main_09', 'images/main_09-over.gif'); return true;" onmouseover="changeImages('main_09', 'images/main_09-over.gif'); return true;" onmouseout="changeImages('main_09', 'images/main_09.gif'); return true;">
<img src="main_files/main_09.gif" alt="" name="main_09" width="72" height="9" border="0" id="main_09" /></a></td>
<td colspan="6" rowspan="2">
<img src="main_files/main_10.gif" alt="" height="26" width="93" /></td>
<td colspan="2">
<a href="http://www.gfxwarriors.us.to/contact.html" target="mainframe" onmousedown="changeImages('main_11', 'images/main_11-over.gif'); return true;" onmouseup="changeImages('main_11', 'images/main_11-over.gif'); return true;" onmouseover="changeImages('main_11', 'images/main_11-over.gif'); return true;" onmouseout="changeImages('main_11', 'images/main_11.gif'); return true;">
<img src="main_files/main_11.gif" alt="" name="main_11" width="75" height="9" border="0" id="main_11" /></a></td>
<td colspan="2" rowspan="5">
<img src="main_files/main_12.gif" alt="" height="55" width="160" /></td>
<td>
<img src="main_files/spacer.gif" alt="" height="9" width="1" /></td>
</tr>
<tr>
<td rowspan="2">
<img src="main_files/main_13.gif" alt="" height="21" width="35" /></td>
<td rowspan="2">
<img src="main_files/main_14.gif" alt="" height="21" width="43" /></td>
<td rowspan="2">
<img src="main_files/main_15.gif" alt="" height="21" width="95" /></td>
<td rowspan="2">
<img src="main_files/main_16.gif" alt="" height="21" width="72" /></td>
<td colspan="2">
<img src="main_files/main_17.gif" alt="" height="17" width="75" /></td>
<td>
<img src="main_files/spacer.gif" alt="" height="17" width="1" /></td>
</tr>
<tr>
<td colspan="3">
<img src="main_files/main_18.gif" alt="" height="4" width="60" /></td>
<td colspan="4" rowspan="2">
<img src="main_files/main_19.gif" alt="" height="8" width="100" /></td>
<td rowspan="3">
<img src="main_files/main_20.gif" alt="" height="29" width="8" /></td>
<td>
<img src="main_files/spacer.gif" alt="" height="4" width="1" /></td>
</tr>
<tr>
<td rowspan="7">
<img src="main_files/main_21.gif" alt="" height="436" width="114" /></td>
<td colspan="9" rowspan="4"><iframe src="main_files/home.htm" name="mainframe" width="100%" height="366px" scrolling="no" frameborder="0" id="mainframe"></iframe></td>
<td colspan="2" rowspan="3">
<img src="main_files/main_23.gif" alt="" height="357" width="20" /></td>
<td>
<img src="main_files/spacer.gif" alt="" height="4" width="1" /></td>
</tr>
<tr>
<td colspan="4">
<img src="main_files/main_24.gif" alt="" height="21" width="100" /></td>
<td>
<img src="main_files/spacer.gif" alt="" height="21" width="1" /></td>
</tr>
<tr>
<td>
<img src="main_files/main_25.gif" alt="" height="332" width="1" /></td>
<td colspan="5">
<iframe src="main_files/affliates.htm" marginheight="0" marginwidth="0" frameborder="0" height="332px" scrolling="no" width="100%"></iframe></td>
<td rowspan="5">
<img src="main_files/main_27.gif" alt="" height="411" width="138" /></td>
<td>
<img src="main_files/spacer.gif" alt="" height="332" width="1" /></td>
</tr>
<tr>
<td rowspan="4">
<img src="main_files/main_28.gif" alt="" height="79" width="10" /></td>
<td colspan="3">
<a href="http://www.gfxwarriors.us.to/affliate.html"><img src="main_files/main_29.gif" alt="" border="0" height="9" width="23" /></a></td>
<td colspan="2" rowspan="4">
<img src="main_files/main_30.gif" alt="" height="79" width="87" /></td>
<td colspan="2">
<a href="http://www.gfxwarriors.us.to/affliate/all.php"><img src="main_files/main_31.gif" alt="" border="0" height="9" width="30" /></a></td>
<td>
<img src="main_files/spacer.gif" alt="" height="9" width="1" /></td>
</tr>
<tr>
<td colspan="9">
<img src="main_files/main_32.gif" alt="" height="28" width="622" /></td>
<td colspan="3" rowspan="3">
<img src="main_files/main_33.gif" alt="" height="70" width="23" /></td>
<td colspan="2" rowspan="3">
<img src="main_files/main_34.gif" alt="" height="70" width="30" /></td>
<td>
<img src="main_files/spacer.gif" alt="" height="28" width="1" /></td>
</tr>
<tr>
<td colspan="9">
<img src="main_files/main_35.gif" alt="" height="32" width="622" /></td>
<td>
<img src="main_files/spacer.gif" alt="" height="32" width="1" /></td>
</tr>
<tr>
<td colspan="9">
<img src="main_files/main_36.gif" alt="" height="10" width="622" /></td>
<td>
<img src="main_files/spacer.gif" alt="" height="10" width="1" /></td>
</tr>
<tr>
<td>
<img src="main_files/spacer.gif" alt="" height="1" width="114" /></td>
<td>
<img src="main_files/spacer.gif" alt="" height="1" width="24" /></td>
<td>
<img src="main_files/spacer.gif" alt="" height="1" width="35" /></td>
<td>
<img src="main_files/spacer.gif" alt="" height="1" width="87" /></td>
<td>
<img src="main_files/spacer.gif" alt="" height="1" width="43" /></td>
<td>
<img src="main_files/spacer.gif" alt="" height="1" width="110" /></td>
<td>
<img src="main_files/spacer.gif" alt="" height="1" width="95" /></td>
<td>
<img src="main_files/spacer.gif" alt="" height="1" width="116" /></td>
<td>
<img src="main_files/spacer.gif" alt="" height="1" width="72" /></td>
<td>
<img src="main_files/spacer.gif" alt="" height="1" width="40" /></td>
<td>
<img src="main_files/spacer.gif" alt="" height="1" width="10" /></td>
<td>
<img src="main_files/spacer.gif" alt="" height="1" width="10" /></td>
<td>
<img src="main_files/spacer.gif" alt="" height="1" width="1" /></td>
<td>
<img src="main_files/spacer.gif" alt="" height="1" width="12" /></td>
<td>
<img src="main_files/spacer.gif" alt="" height="1" width="20" /></td>
<td>
<img src="main_files/spacer.gif" alt="" height="1" width="67" /></td>
<td>
<img src="main_files/spacer.gif" alt="" height="1" width="8" /></td>
<td>
<img src="main_files/spacer.gif" alt="" height="1" width="22" /></td>
<td>
<img src="main_files/spacer.gif" alt="" height="1" width="138" /></td>
<td></td>
</tr>
</tbody></table>
<!-- End ImageReady Slices -->
</body></html>


Of course don't to forget to change the file urls or you will have some problems displaying happy.gif.

Reply



Got an Opinion! Express your Views! (no registration):-
Add your Reply/ Opinion/ Views/ Comments/ Suggestion/ Questions/ Queries etc.
Posts with decent grammar & English will be accepted and please refrain from profanities.
For asking a Question, We recommend you to sign-up (for free) so that you can track the topic easily.

Nature of your Post*: Opinion/ Reply/ Comments
Question/Query
Feedback to us.
       
Name   Email
Title/Question*

(Maximum characters: 10,000)
You have characters left.
Confirm Code:

Pages: 1, 2
Recent Queries:-
  1. prevent needing spacer.gif - 120.93 hr back. (1)
  2. imageready slices in ie whitespace - 134.28 hr back. (1)
Similar Topics

Keywords : immidiate, support, appreciated

  1. I Need Help With Setting Up My Site, Made Using Java
    any help would be appreciated (5)
  2. Can't Send A Support Ticket!
    (1)
    I tried to send a support ticket to Xisto Helpdesk. However, when submitting it, I needed to fill in
    text from a captcha image "Please enter the text you see in the image at the right into the textbox
    below.", but the image just won't load for me. I tried in both firefox and IE. On IE, it shows a
    cross. Please advise me on this or point me to another source that can give me the help I need.
    I'm trying to get xisto to help me reset my Cpanel password. Thanks!....
  3. Apple Releases New Iphone 2.0!
    iPhone with 3G support! (4)
    This morning, Apple released a new version of their popular "iPhone" product, a revolutionary phone
    with touch controls and a vast amount of media possibilities. With the new iPhone 3G, Apple
    released these new features: - Faster Internet: They claim that the internet on the mobile web will
    be increased to almost broadband speed - New development kit: Evidently the WWDC (Worldwide
    Developers Conference) was made for developers. - Games! What's a phone without games?
    Imagine the possibilities! - Less expensive: only 199$ with contract, as opposed to 399....
  4. Best Laptop For College
    opinion highly appreciated (7)
    well in just a little over a year i'll be going to college and i was wondering what would be a
    good laptop for a college student. My thought: since i have a realy bad hand writing( i sometimes
    cannot understand my own writing) i was thinking about getting a tablet pc so i could write and it
    would turne into typed text. but one thing i want to make sure is that if i do get one, would i
    still be able to get all the different softwares i like and if i could play games on it? what do
    you all think /smile.gif" style="vertical-align:middle" emoid=":)" border="0" alt=....
  5. Setting Up A Help Desk Support
    (0)
    Recently I gave presentation for a class in a Helpdesk class that I just finishing taking, and we
    had to present a small business like plan for a business to set up support in several ways;
    communication, tools and staff. I thought I present my bare bones version of setting up a effective
    Helpdesk support in your business or schools. Introduction Contacting Support -Email -Telephone
    -Chat Room -Forum Software Tools -Remote Desktop Technology -Knowledge Base Software
    -Help Desk Software Escalation Procedures -First Level -Second Level -Third Level Conc....
  6. Your Opinion Is Pretty Appreciated
    (0)
    TOPIC: "We can usually learn much more from people whose views we share than from people whose
    views contradict our own; disagreement can cause stress and inhibit learning." WORDS: 377
    TIME: 00:42:00 DATE: 2008-4-3 9:39:42 When it comes to the problem whether we can learn
    more from people holding similar views with us or from those supporting opposite views, I will
    definitely choose to learn from people with contradict opinions without any hesitate. For one thing,
    those maintaining different views can aid to point out the flaws and weak points on us; ....
  7. Barack Obama, Baby Killer?
    Article about Obama's support for Partial Birth Abortion (15)
    Barack Obama, Baby Killer Abortion is a controversial topic these days. Some can’t agree that
    children are truly human beings before leaving the womb. Some believe there should be exceptions
    when the mother’s life is in danger or when rape has occurred. However, until 2007 it was legal for
    children to survive abortions… and be left to starve to death on hospital beds. There’s a lot the
    average American doesn’t know about Mr. Barack Obama. The silver-tongued demagogue is to many just
    a promising young Illinois senator with the chance to become the first black presid....
  8. Support For Asp.net 2.0 And Mssql
    (2)
    Hey there Opaque/mods and admins, I was refered here by a friend named Soby. Though he became
    inactive here due to his real life taking up most of his time, he kindly recommended me here for a
    better than rest paid-type hosting account. To this point I have found the forums a best source to
    hold any sort of discussion on any type of matter and be helped on anything. Apart from the Hosting,
    I find this website a good place to stop by and spend some of my time. Well the main reason I
    opened up this topic was that, I was looking up the support of technologies you have on ....
  9. Support? I Gave Up!
    (1)
    My business has been without working email for over a WEEK. Customers are calling and complaining,
    and the hosting company does, well, nothing. I have been waiting for hours for the so called "online
    support" (no status message on the system notification that this service is down - just learned
    about it in another thread minutes ago). Two support tickets filed (IGX-436840 and CDZ-706390),
    increasing priority daily a bit up to "critical": Still none answered properly within 6 (!)
    days. I am giving up on this and switch to another host now. For your information see ....
  10. Online Support?
    (6)
    What the heck is with online support? It hasn't worked for a whole week, and frankly I'm
    sick of submitting tickets and not know whether they are being worked on or not. All it says is
    "Please wait, an operator will be with you shortly." when it used to have a big paragraph, and no
    one ever comes. Also, could someone please confirm that this is currently being worked on:
    QOF-955396 It's kind of a big issue. Matt K.....
  11. Joomla Support
    (0)
    I posted this at the Joomla support forums, but their forums are completely useless. Hopefully there
    are some Joomla users here that may be able to help me out on this... On my Joomla site I have over
    1100 members. At the moment they are all set to the "registered group". The registered group can
    basically just see content, not submit or anything else. On my site I would like the members to be
    able to submit Articles(like the Author usergroup), and their articles to NOT require approval by an
    administrator. It would take too long to change each member's group to ....
  12. Ie8 Will Support Current Web Standards By Default
    (2)
    Well it seems that the Internet Explorer Team is pushing out the news for their latest browser which
    goes beta sometime this year, summer I believe. However, they set up a triple rendering mode for
    this browser meaning that Internet Explorer 8 will be able to display website based on different
    specs on web standards. Meaning that if someone coded really old school circa 1998 IE 8 will be
    able to display that properly with no quirks mode, they will also render websites during IE 7 run,
    and of course today's standards as well. To me, I think is the first original i....
  13. Members Can Now Reply To Topics In [hosted Member Support] Section
    (13)
    The Hosted Members Area section permissions have been modified allowing any Trap17 Member to reply
    Topics. Members are however not allowed to create a New Topic. Thank you, Shree....
  14. Darfur Fundraising Event
    Needs some support (1)
    A friend of mine will be performing a Fund-raising Bike Ride to raise funds for the people of
    Darfur. I case you are un-aware, Darfur is in desperate need of Humanitarian Aid. To support the
    campaign, I urge you to visit this link and please read the short blurb, then vote to
    support the effort. Your Vote requires that you supply a valid email and reply to the email they
    will send back to you. Your personal information is protected and you will not be spammed. The Vote
    will caost you nothing but a inute of your time. When enough votes are obtained, the Fund-r....
  15. Can You Guys Support Me In This Contest?
    (10)
    hello guys can you please help me building my virtual city? one simple click on this link will
    support me in every possible way to reach my victory in a contest Lambda Core City Current
    stats: Me: 131 (arg not again last) Pall1: 140 Pall2: 160 (he's been cheating or
    something) (also if you would keep on supporting me, you can click again every day /smile.gif"
    style="vertical-align:middle" emoid=":)" border="0" alt="smile.gif" />, im not forcing you guys
    /smile.gif" style="vertical-align:middle" emoid=":)" border="0" alt="smile.gif" /> just a ....
  16. E-mail Manager
    Do you have any e-mail manager which can support you to send email on (2)
    Hi all, I am wondering to have E-mail manager which can support us to send email on the specified
    selected date. I have been used "IncrediMail" and I like it very much. However, when I use
    123greetings.com, I realize that I can send online greeting cards on the specified date. From that
    time, I am always looking for a good E-mail service, software or webmail. I cannot find it. Maybe,
    you know some good softwares or webmail. If you really know it, please tell me. Thanks ahead.
    /blush.gif" style="vertical-align:middle" emoid=":blush:" border="0" alt="blush.gif" /> ....
  17. Inkscape, A Open Source Vector App That Support Lot Function.
    An Open Source vector graphics editor, with capabilities similar to Il (0)
    It is common now for using graphics design tools like Adobe Creative Suite, Canvas, CorelDraw etc.
    But it will be high cost. Here has a free open source tool that do most of the work without cost.
    It's called Inkscape. You can work with it like other common apps such as align, layer, export
    to gimp with svg and even more. Screen Shot : URL : www.inkscape.org Sample:
    www.openclipart.org Some Tutorial : blip.tv/file/316576 ....
  18. I Need Customer Support
    I am look for somone who is good with people (2)
    I am starting an Email buisness and we are setting up a live support system. I need someone who is
    good with people (eg, dosent get frustrated), who will oh in every now and again and see if any need
    any help. I can't pay you, i can link to your site or something like that if you want though...
    That would be great, thanks!....
  19. Question On The Support Desk For Trap17
    (2)
    So, I was wondering, is the support desk in some kind of transitional phase or something. My support
    tickets keep getting closed because I get no respone, and I see the same thing happening to other
    people around too. I'm still in th emiddle of trying to sort out a problem I that I first
    submitted the ticket to on September 16. On the first ticket, I got a response that OpaQue was going
    to see it, but a week later when nothing happened I talked to BuffaloHELP. He told me I should
    re-submit the ticket, which I did, and this time I got no response at all.....
  20. No Windows 98 Support From Google?
    Why? (11)
    I was just about to see the new things that google were cranking out when I realized that most of
    the softwares don't support Windows 98 SE anymore. My question is, why is it that google
    stopped supporting Windows 98? I mean, Google Toolbar can work perfectly fine is they wanted to make
    it compatible, are they somehow acting like the lapdog of Microsoft and forcing 98 users to move on?
    ....
  21. Acer Customer Support
    Not exactly the best in the world (6)
    My laptop has recently started to develop cracks along the hinges connecting the screen to the base
    of the laptop. I decided to phone Acer Customer Support to ask them about getting it repaired or
    replaced. I have had the laptop for roughly a year and it was still in warranty when I first
    attempted to phone Acer support. Firstly, getting through to Acer is not easy. I have been calling
    for a few days, each time being on hold for around half an hour before giving up. The number is not
    an 09 premium rate number, but its not free either /sad.gif" style="vertical-align:midd....
  22. Is There A Linux Distro With Widescreen Support?
    (7)
    Hello everyone! Ive tried one or two linux distros on my laptops but always the same snag...
    none/terrible widescreen support, i tried the live CD knoppix and mandriva and another i think that
    i cant remember... So my question is, is there a linux distro with good widescreen support for
    128OX8OOpx dimensions? to be more specific its 15.4in screen with the afore mentioned pixel
    dimensions. my GFX card is labelled as "ATI Radeon Xpress 2OOMnwith PCI Express Graphics up to 128mb
    memory" i think only the last part is relevant to the GFX specs but i included it all j....
  23. Dell Tech Support
    I just needed a small bit of info (22)
    Ok, so I got my aunt's old Dell Inspiron 8000 laptop. She also gave me a wireless card with it,
    but I had to promise her that I wouldn't connect to the Net until I reinstalled Windows. I
    needed to open the BIOS Setup program to change the boot order of the DVD-ROM drive, but I just
    couldn't figure out how (even hitting Fn+F1, where F1 is marked setup, didn't work, and I
    tried about half a dozen other key combonations, which also failed to work). So this morning I
    called Dell, with hopes of getting my problem solved. The crazy lady whose accent I couldn....
  24. Some Men Don't Want To Pay Child Support
    (14)
    http://www.cnn.com/2006/LAW/03/08/fatherho...t.ap/index.html So it seems that some men think
    it's unfair to pay a woman child support for a child he didn't want. Does that seem right?
    Isn't the child still his child? That's just selfish and irresponsible. How much freedom
    does a man want? No one is asking him to get pregnant for 9 months and take care of the child, his
    child. If everyone in society gets what he or she wants, we wouldn't have civilization.....
  25. Are Geeks And Freaks Crazy ?
    vote and support your reason (9)
    This is get the overall opinion about geeks. So pease poll here. Original title did not make any
    sense "Are Geeks, Freaks And Crazy ?" Edited. Make your post longer and contributing instead of
    oneliner spam. Take topic title and description seriously. ....
  26. Xbox 360 Question
    Keyboard and Mouse support? (27)
    Will the XBOX 360 have keyboard and mouse support? I really want the system but I just don't
    think that I will be able to adapt very well to using a controller for shooting games. I have been
    using a mouse and keyboard for years, so I'm wondering if there will be a way for me to continue
    using a keyboard and mouse on the 360? Your title must be descriptive! Editing. ....
  27. Open Php Page From Another Server
    If a server does not support php (7)
    If web server does not have .php support and I want to put a guestbook or something similar (no
    database), and there is no support for other server side scripting, what should I do? I would not
    like frames on my page, but - is there a possibility to put .php page from another site into layer
    on my webpage at the no-php-site? Does layer support (or any other html command, excluding frames)
    page including from another server? Also, does anybody have a solution for this any other way? How
    to make a guestbook without php, perl, other scripting languages? Or, how control (r....
  28. Why Do You Support Your Team?
    (14)
    Why do you support whatever sports team you support? Is it because you actually have strong
    attatchments to the area or do you just enjoy the success and big fanbase etc.?....
  29. Richer For Poorer
    Should Richer Nations Support Poorer (7)
    I believe that those who have been gifted with knowledge and experience, and those who have the
    power should utilize it for the betterment of others so that the entire world can rise together.
    Poor health and lack of education are the two main reasons why underdeveloped countries are left in
    suffering and richer nations do have the power and resources to help these unfortunate ones to rise.
    It seems senseless to allow the poor nations to go through the suffering if one has the ability to
    free them of the pain. Not only will the poorer nation spend more money and waste ....
  30. Help Keep Trap17 Alive
    Your support is needed (1)
    All members, please help to keep Trap17 alive. Obviously, it is in your best interest if it stays
    around - so help it to do so by writing a nice review for ClickHereFree.com, one of the largest and
    most respected free-hosting directories on the Internet. You might have noticed a small button
    (provided by ClickHereFree) near the top of each page - you can access Trap17's entry on
    ClickHereFree by clicking it, or visiting
    http://www.clickherefree.com/hosting-free/...ils.php?id=1234 Please write a nice review, and vote
    generously if you are satisfied with Trap17'....

    1. Looking for immidiate, support, appreciated

Searching Video's for immidiate, support, appreciated
Similar
I Need Help
With Setting
Up My Site,
Made Using
Java - any
help would
be
appreciated
Can't
Send A
Support
Ticket!
Apple
Releases New
Iphone
2.0! -
iPhone with
3G
support!
Best Laptop
For College
- opinion
highly
appreciated
Setting Up A
Help Desk
Support
Your Opinion
Is Pretty
Appreciated
Barack
Obama, Baby
Killer? -
Article
about
Obama's
support for
Partial
Birth
Abortion
Support For
Asp.net 2.0
And Mssql
Support? I
Gave Up!
Online
Support?
Joomla
Support
Ie8 Will
Support
Current Web
Standards By
Default
Members Can
Now Reply To
Topics In
[hosted
Member
Support]
Section
Darfur
Fundraising
Event -
Needs some
support
Can You Guys
Support Me
In This
Contest?
E-mail
Manager - Do
you have any
e-mail
manager
which can
support you
to send
email on
Inkscape, A
Open Source
Vector App
That Support
Lot
Function. -
An Open
Source
vector
graphics
editor, with
capabilities
similar to
Il
I Need
Customer
Support - I
am look for
somone who
is good with
people
Question On
The Support
Desk For
Trap17
No Windows
98 Support
From Google?
- Why?
Acer
Customer
Support -
Not exactly
the best in
the world
Is There A
Linux Distro
With
Widescreen
Support?
Dell Tech
Support - I
just needed
a small bit
of info
Some Men
Don't
Want To Pay
Child
Support
Are Geeks
And Freaks
Crazy ? -
vote and
support your
reason
Xbox 360
Question -
Keyboard and
Mouse
support?
Open Php
Page From
Another
Server - If
a server
does not
support php
Why Do You
Support Your
Team?
Richer For
Poorer -
Should
Richer
Nations
Support
Poorer
Help Keep
Trap17 Alive
- Your
support is
needed
advertisement



Need Immediate Support. Anyone Please. - Who help are appreciated



 

 

 

 

ADD REPLY / Got an Opinion! Remove these ADs! RAPID SEARCH! Free Web Hosting [X]
Express your Opinions, Thoughts or Contribute more info. to help others.
Ask your Doubts & Queries to get answers, So that "Together We can help others!"
Register FREE for AD-FREE forum, Create your own topics, Ask Questions, track topics, setup subscriptions & notifications and Get a Free Website w/ Email and FTP.
500MB Space *No Ads*, CPanel, FTP, PHP, MySQL, EMails - 100% FREE