Page is a not externally linkable
BinaryBird - 6:52 pm on Dec 29, 2008 (gmt 0)
<b>1</b> <br /> </td> Here is the css part for the relavent div: #bodyContent { I am sorry if i posted some additional code. I am very new to css. Please help me out. Thanks.
I am having trouble while displaying a certain text in my html page as links using <a> tag. My friend provided me the css for the page. I think he is defined certain styles for the <a> tag which i am not able to figure out. When i place a <a> tag, the text in between the tags disappears and instead a line with a link appears. Here is the html part of that:
<div id="dir-folder">
<table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td class="dirleft"> </td>
<td class="dir" valign="top">
<table width=100% border="0" cellspacing="0" cellpadding="0" style="font-size: 1.7em">
<tr>
<td>
<br />
How to get a gas connection? <br />
<br />
Question 2 <br />
<br />
Question 3 <br />
<td>
<b>2</b> <br />
<br />
How to get a telephone connection? <br />
<br />
Question 2 <br />
<br />
Question 3 <br />
</td>
</tr>
</table>
</td>
<td class="dirright"> </td>
</tr>
</table>
</div>
</div>
position:relative;
padding: 0px;
border:0px solid #CCC;
clear:left;
padding-top:8px;
}
#bodyContent h1 {
background-color:#606060;
color:#FFF;
font-size:14px;
font-family: Verdana, Geneva, sans-serif;
font-weight:bold;
padding:10px;
text-transform:capitalize;
margin:5px 0;
border:1px solid #333;
}
#dir-folder {
margin:0px;
padding:0px;
}
#dir-folder {
height:234px;
border:0px solid #666;
width:100%;
float:left;/*background-image:url(images/dir-bg.png);
background-position:top left;
background-repeat:repeat-x;
*/
}
#dir-folder {
padding-top:10px;
}
#dir-folder .dirleft {
height:234px;
width:14px;
background-image:url(images/dir-left.png);
background-position:top left;
background-repeat:no-repeat;
}
* html #dir-folder .dirleft {
background:none;
filter: progid:dximagetransform.microsoft.alphaimageloader(src='images/dir-left.png', sizingmethod='crop');
}
#dir-folder .dirright {
height:234px;
width:18px;
background-image:url(images/dir-right.png);
background-position:top left;
background-repeat:no-repeat;
}
* html #dir-folder .dirright {
background:none;
filter: progid:dximagetransform.microsoft.alphaimageloader(src='images/dir-right.png', sizingmethod='crop');
}
#dir-folder .dir {
background-image:url(images/dir-bg.png);
background-position:top left;
background-repeat:repeat-x;
padding:10px 0px;
}
* html #dir-folder .dir {
background:none;
filter: progid:dximagetransform.microsoft.alphaimageloader(src='images/dir-bg.png', sizingmethod='scale');
}