Thread: Border colour
Results 1 to 4 of 4
Related
-
editing colour of dates and cities in band myspace schedule Forum: Myspace Forum
Replies: 0 -
how can i change the colour of my scroll bar? Forum: HTML Forum
Replies: 1 -
Changing scrollbar colour Forum: HTML Forum
Replies: 3 -
Custom website colour themes (how to) Forum: Website Scripts Forum
Replies: 3 -
border shows but I set no border? Forum: HTML Forum
Replies: 2
-
04-10-2003, 04:43 PM #1
Border colour
Is there any way to make the border around a table a specific colour or is it dependant on the background colour you use. I've seen tables with thin black lines and that's the type I'm looking for. Anyone got any advice?
-
04-10-2003, 05:04 PM #2
Try
Code:<head> <style type="text/css"> table { border: 0.5px solid black; } td { border: 0.5px solid black; } </style> </head>
If one of our members helps you, please click theicon to add to their reputation!
No support via email or private message - use the forums!
Before you ask, have you Searched?
-
04-10-2003, 06:24 PM #3
What should I do if I want to use the same thing except in css.inline (<P> style)?
-
04-10-2003, 09:11 PM #4
<p style="border: 0.5px solid black;">content</p>
Cloudjiffy- PaaS for Developers
10-05-2020, 12:30 AM in Web Hosting Forum