HTML codes

Message Bookmarked
Bookmark Removed
Can anyone tell me how to change the colour of a table border, and is there any way to get a value less then 1 for the width?

Thank you, whizzkids!

C J (C J), Monday, 13 January 2003 21:20 (twenty-three years ago)

you can't change the color of a table border -- create a custom border out of small colored cells instead. and you can't go < 1 for the width -- but with custom cells you get more control anyway.

Sterling Clover (s_clover), Monday, 13 January 2003 21:27 (twenty-three years ago)

play with this heedeous table:










   
   

stevem (blueski), Monday, 13 January 2003 21:31 (twenty-three years ago)

stevem (blueski), Monday, 13 January 2003 21:32 (twenty-three years ago)

Thank you!!

C J (C J), Monday, 13 January 2003 21:35 (twenty-three years ago)

my apologies for faulty advice -- props to stevem

Sterling Clover (s_clover), Monday, 13 January 2003 21:38 (twenty-three years ago)

Do you know the HTML code to change the borders though?

C J (C J), Monday, 13 January 2003 21:58 (twenty-three years ago)

just ...border="[width]" bordercolor="[#color]"... within your TABLE code

Fuzzy (Fuzzy), Monday, 13 January 2003 22:09 (twenty-three years ago)

What is it that you exactly want to know, CJ?

How to change the border colour when someone rollsover the table?

bert, Monday, 13 January 2003 22:16 (twenty-three years ago)

Good grief, are we getting into javascript now?

Martin Skidmore (Martin Skidmore), Monday, 13 January 2003 22:20 (twenty-three years ago)

We're getting in a pickle, that's what we're getting in.


Thanks Fuzzy - that was what I needed to know. All sorted now!


You are all wonderful. *blows kisses*

C J (C J), Monday, 13 January 2003 22:28 (twenty-three years ago)

cheers CJ i assume you did view the source code for this page and see how the table's parameters were set and could be edited...

until now i have always wondered whether you could actually post html like that...now i know (rubs hands gleefully)

actually CJ you may find using CSS for your tables gives you more flexibility in the long run...its a lot easier than trad. html once you grasp the basics

stevem (blueski), Monday, 13 January 2003 23:38 (twenty-three years ago)

CSS = cascading style sheets

MarkH (MarkH), Tuesday, 14 January 2003 00:02 (twenty-three years ago)

one year passes...
robot help needed! I've got a robots.txt where I disallow one particular directory, but what I really want to do is prevent archiving/caching by bots. I've got META NAME="ROBOTS" CONTENT="NOARCHIVE" in my index, but that doesn't seem to be doing the trick!

teeny (teeny), Sunday, 18 July 2004 15:13 (twenty-one years ago)

sorry, the disallowing the directory has nothing to do with the archiving issue, don't mean to be confusing.

teeny (teeny), Sunday, 18 July 2004 15:14 (twenty-one years ago)

do you think it is because I am now using an index.php instead of an index.html?

teeny (teeny), Sunday, 18 July 2004 15:16 (twenty-one years ago)

for caching for google i think you need to do a content="nocache" thing too. i don't know if others respect it -- otherwise you gotta let them crawl or not.

Sterling Clover (s_clover), Sunday, 18 July 2004 22:37 (twenty-one years ago)

don't you need 'noindex' or 'nofollow'? (noarchive just means that google won't keep a copy, not that it won't crawl it) http://www.searchengineworld.com/metatag/robots.htm

also, now bots have a copy, how do you tell them to forget it? i'm not sure you can.

can you protect the restricted bit with something like basic auth authentication? it would restrict access to that part of the site to people with the password.

(i think nocache is more to do with browsers having to refresh than with google archiving btw, ie you add it to dynamic pages so that browsers realise that the same url that they used 2 minutes ago will now serve up different content and they can't use their cached version: http://www.html-reference.com/nocache.htm)

koogs (koogs), Monday, 19 July 2004 07:33 (twenty-one years ago)

No, I don't mind indexing or following, I've already got a disallow on my mp3 directory just in case, it's just that I don't want my stuff in an archive that I can't control. I swear META NAME="ROBOTS" CONTENT="NOARCHIVE" worked on my blogspot blog, why not my (php-based) wordpress blog?

teeny (teeny), Monday, 19 July 2004 11:53 (twenty-one years ago)


You must be logged in to post. Please either login here, or if you are not registered, you may register here.