Go Back   PCMech Forums > Help & Discussion > Web Design / Development

Need Some Help? Type Your Keywords Here:

Reply
 
LinkBack Thread Tools Search this Thread Rate Thread Display Modes
Old 08-14-2004, 08:38 PM   #1
Member (12 bit)
 
Join Date: Oct 2003
Location: Manchester, UK
Posts: 2,374
Tables, why do you have to be so difficult

I have my usual index page here:

http://ricserv.servebeer.com/index.php

but I played around with it and made this:

http://ricserv.servebeer.com/index2.php

Now, the second page, theres something I want to do but can't do it. You see the table borders around the news items? I would like them really thin but black, how do I do this?
ric449 is offline   Reply With Quote
Old 08-14-2004, 09:16 PM   #2
Moderator
Staff
Premium Member
 
Join Date: Aug 2003
Location: Richmond, VA
Posts: 7,835
When you start to define your table here:
PHP Code:
<table align="center" border="1" bordercolor="#000000"
You need to specify the type of border you want - the style if you will. Try this:
PHP Code:
<table align="center" style="border-collapse: collapse" border="1" bordercolor="#000000"
Hope that helps,
kram
__________________
"For today, goodbye. For tomorrow, good luck. And forever, Go Blue!"
University of Michigan President Mary Sue Coleman
kram 2.0 is offline   Reply With Quote
Old 08-14-2004, 11:29 PM   #3
Barefoot on the Moon!
Staff
Premium Member
 
Force Flow's Avatar
 
Join Date: Aug 2002
Location: Northeastern USA
Posts: 13,385
Like this?

PHP Code:
<table border="1" width="100%" bordercolorlight="#000000" bordercolordark="#000000" bordercolor="#000000">
  <
tr>
    <
td width="100%">title</td>
  </
tr>
  <
tr>
    <
td width="100%">body</td>
  </
tr>
</
table
__________________
There are two secrets to staying young, being happy, and achieving success. You have to laugh and find humor every day, and you have to have a dream.
Force Flow is offline   Reply With Quote
Old 08-14-2004, 11:57 PM   #4
Member (9 bit)
 
Join Date: Oct 2003
Location: Minnesota, USA
Posts: 382
Send a message via AIM to MrAustin
Either that or ...

HTML Code:
<table style="border: 1px solid black;">
MrAustin is offline   Reply With Quote
Old 08-15-2004, 06:58 AM   #5
Member (12 bit)
 
Join Date: Oct 2003
Location: Manchester, UK
Posts: 2,374
I tried kram's idea first and it worked, but thanks for the suggestions everyone. So, what do you think? Do you like the new index page more than the old?
ric449 is offline   Reply With Quote
Old 08-15-2004, 04:47 PM   #6
Member (9 bit)
 
Join Date: Oct 2003
Location: Minnesota, USA
Posts: 382
Send a message via AIM to MrAustin
Looks good Ric, though still jealous about the no-ip thing
MrAustin is offline   Reply With Quote
Old 08-15-2004, 10:36 PM   #7
Barefoot on the Moon!
Staff
Premium Member
 
Force Flow's Avatar
 
Join Date: Aug 2002
Location: Northeastern USA
Posts: 13,385
Looks good to me, Ric.
Force Flow is offline   Reply With Quote
Reply

Bookmarks

Still Need Help? Type Your Keywords Here:


Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes Rate This Thread
Rate This Thread:

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 On
Trackbacks are On
Pingbacks are On
Refbacks are On



All times are GMT -5. The time now is 06:51 AM.
Powered by vBulletin® Version 3.8.7
Copyright ©2000 - 2012, vBulletin Solutions, Inc.
SEO by vBSEO 3.6.0 PL2