![]() |
|
![]() |
|
|
Thread Tools | Display Modes |
|
|
#1 |
|
Newbie
Join Date: Sep 2004
Posts: 8
Rep Power: 0
![]() |
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 |
|
|
|
|
|
#2 |
|
I eat cake for breakfast.
![]() ![]() ![]() ![]() Join Date: Jul 2004
Location: In my box.
Posts: 4,434
Rep Power: 9
![]() |
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.
|
|
|
|
|
|
#3 |
|
Newbie
Join Date: Sep 2004
Posts: 8
Rep Power: 0
![]() |
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 |
|
|
|
|
|
#4 |
|
Newbie
Join Date: Sep 2004
Posts: 15
Rep Power: 0
![]() |
CSS simplifys Html, and XHTML works with html...
I think. |
|
|
|
|
|
#5 |
|
I eat cake for breakfast.
![]() ![]() ![]() ![]() Join Date: Jul 2004
Location: In my box.
Posts: 4,434
Rep Power: 9
![]() |
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.
|
|
|
|
|
|
#6 | |
|
Newbie
|
Quote:
![]()
__________________
Страшнее человека-паука только человек-тапок. |
|
|
|
|
|
|
#7 |
|
Programming Guru
![]() |
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.
__________________
|
|
|
|
|
|
#8 |
|
Programming Guru
![]() |
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 |
|
|
|
|
|
#9 | |
|
Programming Guru
![]() |
If you are going to blatently put int on your website though... have this in your document root named "robots.txt"
Quote:
__________________
|
|
|
|
|
![]() |
| Bookmarks |
| Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
| Thread Tools | |
| Display Modes | |
|
|