CSS code doesn't make borders for my table
I coded to make a simple table with three rows and one column. That worked fine. But, trouble comes while making 1 px borders around the table using css. It doesn't make any border.
index.php class:
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <title>My site</title> </head> <body> <table class="t"> <tr><td>first row</td></tr> <tr><td>second row</td></tr> <tr><td>third row</td></tr> </table> <script type="text/javascript" src="js/jqry.js"></script> <script type="text/javascript" src="js/selector.js"></script> </body>
Pictures occupy less space than they should
Hi Everybod,
Here is my problem url:
http://www.triplebit.com/perfect-rehitim2/?cat=16
As seen in the right side, .
Can someone advise please?
Regards
Triplebit
How to learn HTML or CSS coding?
hello evry body.. I want to learn CSS coding. How to possible it?
Problem with increasing height from top
Problem with increasing height from top . it remain same when i increase height .. it increased only from bottom not top
using 960 css and the href works in IE but its not working on firefox and chrome
using 960 css and the href works in IE but its not working on firefox and chrome
this is the html
<div class="grid_11" id="header_menu"> <table width="577" border="0" cellspacing="0" cellpadding="0"> <tr> <a href="<?php echo site_url("home");?>" title="Homepage"> <td colspan="5"><img src="<?php echo base_url()."/application/views/images/logotipo.png"?>" width="578" height="122" alt="logotipo" /></td> </a> </tr> <tr> <td width="135" > <br/>
