I have tried everything!!!!

Discussion in 'HTML & Website Design' started by relatedr, Aug 29, 2007.

Thread Status:
Not open for further replies.
  1. #1
    Hi guys and gals,

    I have gone through all the files in my wordpress and all the .php files in my ftp account.

    I'm trying to change the size of my table.

    This is how it looks like:
    [​IMG]

    Trying to change it to this:
    [​IMG]

    Is there anyone out there that could possibly help me??

    This is .css, I've gone through the stylesheet also but can find the answer.

    For any one that can help me I'll rep.

    Best regards,
     
    relatedr, Aug 29, 2007 IP
  2. veckd

    veckd Peon

    Messages:
    1,065
    Likes Received:
    23
    Best Answers:
    0
    Trophy Points:
    0
    #2
    I'll give it a look ;)
     
    veckd, Aug 29, 2007 IP
  3. veckd

    veckd Peon

    Messages:
    1,065
    Likes Received:
    23
    Best Answers:
    0
    Trophy Points:
    0
    #3
    I think this is your problem:
    Line:58
    <table cellspacing="0" cellpadding="0" width="425" class="n1">
    Code (markup):
    then here:
    Line:198
    <table cellspacing="0" cellpadding="0" width="200px" style="margin-top:5px;">
    Code (markup):
     
    veckd, Aug 29, 2007 IP
  4. relatedr

    relatedr Well-Known Member

    Messages:
    448
    Likes Received:
    45
    Best Answers:
    0
    Trophy Points:
    138
    #4
    Thanky very much!

    What do I have to provide you with?

    what files do you need?

    regards,
     
    relatedr, Aug 29, 2007 IP
  5. relatedr

    relatedr Well-Known Member

    Messages:
    448
    Likes Received:
    45
    Best Answers:
    0
    Trophy Points:
    138
    #5
    In what file did you find this?

    thanks,
     
    relatedr, Aug 29, 2007 IP
  6. veckd

    veckd Peon

    Messages:
    1,065
    Likes Received:
    23
    Best Answers:
    0
    Trophy Points:
    0
    #6
    it was in your html file...ill guess its either in your header.php towards the bottom or near the top of your main index template
     
    veckd, Aug 29, 2007 IP
  7. vasildb

    vasildb Well-Known Member

    Messages:
    845
    Likes Received:
    31
    Best Answers:
    0
    Trophy Points:
    118
    #7
    Maybe in the .css file. If you use css of course.
     
    vasildb, Aug 29, 2007 IP
  8. relatedr

    relatedr Well-Known Member

    Messages:
    448
    Likes Received:
    45
    Best Answers:
    0
    Trophy Points:
    138
    #8
    Yeah! the thing is that I can't access this file through my wordpress admin area so I found the file in my ftp server (index.php) I took a copy brought it to my computer opened it change the 425 number to 200 and the send it back to the ftp and hit overwrite but nothing happend :(
     
    relatedr, Aug 29, 2007 IP
  9. relatedr

    relatedr Well-Known Member

    Messages:
    448
    Likes Received:
    45
    Best Answers:
    0
    Trophy Points:
    138
    #9
    I tried changing both the number that you showed me but I did not change them at the same time!
     
    relatedr, Aug 29, 2007 IP
  10. relatedr

    relatedr Well-Known Member

    Messages:
    448
    Likes Received:
    45
    Best Answers:
    0
    Trophy Points:
    138
    #10
    If you go the the site www.sirforex.com you can see how I f*** up my index.php by only right clicking on the file in my ftp program and hit edit, then it asked me to overwrite it, I hit overwrite and the size changed a little bit but I never got to edit it! so no my site if not running anymore!!!

    Just great! :D

    this is what is now in my index file:

    <?php
    /* Short and sweet */
    define('WP_USE_THEMES', true);
    require('./wp-blog-header.php');
    ?>
     
    relatedr, Aug 29, 2007 IP
  11. relatedr

    relatedr Well-Known Member

    Messages:
    448
    Likes Received:
    45
    Best Answers:
    0
    Trophy Points:
    138
    #11
    Nothing changed the code is like it has always been but the size changed little bit. what can I do?
     
    relatedr, Aug 29, 2007 IP
Thread Status:
Not open for further replies.