Programming Forums
User Name Password Register
 

RSS Feed
FORUM INDEX | TODAY'S POSTS | UNANSWERED THREADS | ADVANCED SEARCH

Reply
 
Thread Tools Display Modes
Old Oct 3rd, 2004, 1:12 PM   #1
Slevin
Newbie
 
Join Date: Sep 2004
Posts: 8
Rep Power: 0 Slevin is on a distinguished road
right basically heres the page... http://i.domaindlx.com/Gl4d14t0r/logix/home.html

k, what im trying to do is to put a border around the original table (just the outside) and a line under the nav bar

heres the code

<html>
  

  <head>
   <title>..:: Logix||home ::..</title>
  </head>


  <body text="#FFFFFF" bgcolor="#666666">
   <center>

     <table height="100%" width="842" border="1" colspan="2" cellspacing="0" cellpadding="0">

      <tr>
        <td width="842" height="100" bgcolor="#333033" border="0">
        </td>
      </tr>
      
      <tr>
        <td width="842" height="50" bgcolor="#333033" colspan="2" border="0">
         <center>
           <font size="2" face="Arial" color="black" size="3"><b>
            <a href="http://i.domaindlx.com/Gl4d14t0r/logix/index.html" target=main1><img src="./images/home.jpg" border="0"
                                       onmouseover="this.src = './images/home_ov.jpg';"
                                       onmouseout="this.src = './images/home.jpg';"></img> 
            </a>
    
            <a href="http://i.domaindlx.com/Gl4d14t0r/logix/tutorials.html" target=main1><img src="./images/tutorials.jpg" border="0"
                                       onmouseover="this.src = './images/tutorials_ov.jpg';"
                                       onmouseout="this.src = './images/tutorials.jpg';"></img>
            </a>
             
      
            <a href="http://i.domaindlx.com/Gl4d14t0r/logix/downloads.html" target=main1><img src="./images/downloads.jpg" border="0"
                                       onmouseover="this.src = './images/downloads_ov.jpg';"
                                       onmouseout="this.src = './images/downloads.jpg';"></img>
            </a>

            <a href="http://i.domaindlx.com/Gl4d14t0r/logix/forums.html" target=main1><img src="./images/forums.jpg" border="0"
                                       onmouseover="this.src = './images/forums_ov.jpg';"
                                       onmouseout="this.src = './images/forums.jpg';"></img> 
            </a>

            <a href="http://i.domaindlx.com/Gl4d14t0r/logix/graphics.html" target=main1><img src="./images/graphics.jpg" border="0"
                                       onmouseover="this.src = './images/graphics_ov.jpg';"
                                       onmouseout="this.src = './images/graphics.jpg';"></img> 
            </a>
           </b></font>
         </center>
        </td>

      <tr bgcolor="#333033">
        
        <td>
        
 
         <iframe width="450" height="450" name=main1 src="http://i.domaindlx.com/Gl4d14t0r/logix/index.html" frameborder="0"></iframe>
 
        </td>

        <td>
         
        </td>
      </tr>
   </table>

</body>
</html>

plz help
__________________
HTML: <span style='color:green'>learnt</span>
CSS: <span style='color:orange'>learning</span>
PHP: <span style='color:orange'>learning</span>

C#: <span style='color:red'>-</span>
C++: <span style='color:red'>-</span>
Delphi: <span style='color:red'>-</span>

www.logix.tk
Site not up yet
Slevin is offline   Reply With Quote
Old Oct 3rd, 2004, 2:55 PM   #2
Ooble
I eat cake for breakfast.
 
Ooble's Avatar
 
Join Date: Jul 2004
Location: In my box.
Posts: 4,434
Rep Power: 9 Ooble is on a distinguished road
Learn XHTML and CSS. Not only will it make your page more user-friendly and easier to change, it'll also help you with your problem.
__________________
Me :: You :: Them
Ooble is offline   Reply With Quote
Old Oct 3rd, 2004, 3:50 PM   #3
Slevin
Newbie
 
Join Date: Sep 2004
Posts: 8
Rep Power: 0 Slevin is on a distinguished road
mmm kk ill take that into account... but would this mean re-coding everythiong from scratch or can some of the HTML code by used in the XHTML??
__________________
HTML: <span style='color:green'>learnt</span>
CSS: <span style='color:orange'>learning</span>
PHP: <span style='color:orange'>learning</span>

C#: <span style='color:red'>-</span>
C++: <span style='color:red'>-</span>
Delphi: <span style='color:red'>-</span>

www.logix.tk
Site not up yet
Slevin is offline   Reply With Quote
Old Oct 3rd, 2004, 3:58 PM   #4
Unconscious
Newbie
 
Join Date: Sep 2004
Posts: 15
Rep Power: 0 Unconscious is on a distinguished road
CSS simplifys Html, and XHTML works with html...

I think.
Unconscious is offline   Reply With Quote
Old Oct 3rd, 2004, 6:02 PM   #5
Ooble
I eat cake for breakfast.
 
Ooble's Avatar
 
Join Date: Jul 2004
Location: In my box.
Posts: 4,434
Rep Power: 9 Ooble is on a distinguished road
Purty much. XHTML is basically an object-oriented version of HTML. It, along with CSS, enables you to use classes for formatting and presentation instead of attributes in the tags themselves.
__________________
Me :: You :: Them
Ooble is offline   Reply With Quote
Old Oct 27th, 2004, 11:36 PM   #6
inko9nito
Newbie
 
Join Date: Oct 2004
Location: Wylie, TX
Posts: 11
Rep Power: 0 inko9nito is on a distinguished road
Send a message via AIM to inko9nito
Quote:
Originally posted by Slevin@Oct 3 2004, 01:12 PM
right basically heres the page... http://i.domaindlx.com/Gl4d14t0r/logix/home.html
Hey, this is a bit off topic but I registered for domaindlx.com too and I can't connect to it, I mean when I wanna FTP stuff. I know you can only FTP zip files but that's not the point. What do you enter as the server name? Cause I tried virtually everything and nothing worked
__________________
Страшнее человека-паука только человек-тапок.
inko9nito is offline   Reply With Quote
Old Oct 28th, 2004, 12:17 AM   #7
tempest
Programming Guru
 
tempest's Avatar
 
Join Date: Oct 2004
Posts: 1,041
Rep Power: 5 tempest is on a distinguished road
Send a message via ICQ to tempest Send a message via AIM to tempest Send a message via Yahoo to tempest
I think its

<style type="text/css">
 * *table {
 * * * *border-size: 10px;
 * *}

  tr, td, theader {
    border-size: 2px solid transparent;
  }
</style>

Or try..

<style type="text/css">
 * *table {
 * * * *border: 10px solid black;
 * *}

  tr, td, theader {
    border-size: 2px solid transparent;
  }
</style>

I know the second works.
__________________

tempest is offline   Reply With Quote
Old Oct 28th, 2004, 3:21 AM   #8
Berto
Programming Guru
 
Join Date: Aug 2004
Posts: 1,022
Rep Power: 6 Berto is on a distinguished road
Send a message via AIM to Berto Send a message via MSN to Berto
CHnage your black txt on black background it just looks well wrong....

Also i wouldn't advertise to get PS7 through limewire as well it breachs copyright laws (i no illigal copying is well illigal, but blatently putting it on your website could get you into trouble.)
__________________
"Put your hand on a hot stove for a minute, and it seems like an hour. Sit with a pretty girl for an hour, and it seems like a minute. THAT'S relativity."

- Albert Einstein
Berto is offline   Reply With Quote
Old Oct 28th, 2004, 3:07 PM   #9
tempest
Programming Guru
 
tempest's Avatar
 
Join Date: Oct 2004
Posts: 1,041
Rep Power: 5 tempest is on a distinguished road
Send a message via ICQ to tempest Send a message via AIM to tempest Send a message via Yahoo to tempest
If you are going to blatently put int on your website though... have this in your document root named "robots.txt"

Quote:
Originally posted by robots.txt

User-agent: *
Disallow: /
That way search robots like google dont pick it up.
__________________

tempest is offline   Reply With Quote
Reply

Bookmarks

« Previous Thread in Forum | Next Thread in Forum »

Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Forum Jump




DaniWeb IT Discussion Community
All times are GMT -5. The time now is 1:46 AM.

Powered by vBulletin® Version 3.7.0, Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Copyright ©2007 DaniWeb® LLC