Jump to content

[SOLVED] CSS and HTML, not attaching? (php related)


d22552000

Recommended Posts

This is PHP related becasue all the css is generated differently every time the page is loaded.

 

(only the indented part is the code, the rest is just so it iwll do highlighting)

 

<html>

<body>

<table>

<tr height="30%">

<td class=".tcat">

<p align="center">

<font face="verdana" size="4">

<input classs=".option" type="text" name="" value="" size="32">

</font>

</p>

</td>

</tr>

</table>

</body>

</html>

 

 

Can you please tell me whats wrong with this? Why is it not attaching to my CSS?

 

<style type="text/css" id="feedback_css"> <!--
.tcat
{
background: #222222 url(forum/images/dark_vb_v2/gradients/gradient_tcat.gif) repeat-x top left;
color: #ffffff;
font: bold 9pt verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif;
}
.tcat a:link, .tcat_alink
{
color: #76E4FB;
text-decoration: none;
}
.tcat a:visited, .tcat_avisited
{
color: #76E4FB;
text-decoration: none;
}
.tcat a:hover, .tcat a:active, .tcat_ahover
{
color: #8DA7B4;
text-decoration: underline;
}
.option
{
background: #25292C;
color: #DBDBDB;
font: 10px verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif;
white-space: nowrap;
cursor: pointer;
}
.option a:link, .option_alink
{
color: #DBDBDB;
text-decoration: none;
}
.option a:visited, .option_avisited
{
color: #DBDBDB;
text-decoration: none;
}
.option a:hover, .option a:active, .option_ahover
{
color: #DBDBDB;
text-decoration: none;
}
--> </style>

Link to comment
Share on other sites

This thread is more than a year old. Please don't revive it unless you have something important to add.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.