|
|
|
|
|
|
|
![]() |
#1 |
Certified Nice Person
|
On the second one, change:
.left-links { width: 105px; background-color: #7E3517; text-align: left; padding: 1px 1px 1px 2px; } to: .left-links { line-height: .9; width: 105px; background-color: #7E3517; text-align: left; padding: 1px 1px 1px 2px; } Note that all I did was add line-height: .9; Fucking Preacher beat me to the DOCTYPE change on the first one. Fucker!
__________________
Click here to purchase a bridge I'm selling. |
![]() |
![]() |
![]() |
#2 |
Mean people suck, nice people swallow, are you mean or nice?
|
Couldn't find the thread I had about CSS so I'll jump on this one. I'm using:
table { background-color:#ffffff; } td { background-color: #e00000; } to set some colors on a page but it affects my recip links. What can I do so the recip table links are not affected? Also, in the following, what is the "th"? body,td,th { font-family: Verdana, Arial, Helvetica, sans-serif; color: #e2e2e2; } Last edited by Licker4U; 2007-01-20 at 09:27 AM.. |
![]() |
![]() |
![]() |
#3 |
Mean people suck, nice people swallow, are you mean or nice?
|
Is there some way to use "div" to exclude the recip table from the CSS properties?
|
![]() |
![]() |
![]() |
#4 | |
Certified Nice Person
|
Quote:
th = table header. If you were building a table that was meant to be a chart of some sort, where the first row is comprised of "headings" or "titles" for the information which will follow below it, you'd use th instead of td in your first row. HTML Code:
<table> <tr><th>Cumsluts</th><th>Filthy Whores</th></tr> <tr><td>Britney Spears</td><td>Paris Hilton</td></tr> <tr><td>Angelina Jolie</td><td>Pamela Anderson</td></tr> </table>
__________________
Click here to purchase a bridge I'm selling. |
|
![]() |
![]() |
![]() |
#5 | ||
Mean people suck, nice people swallow, are you mean or nice?
|
Quote:
![]() Quote:
While I have your attention and everyone else is waking up, on this page: http://www.best-wet-pussy.com/hairy-pussy/ there is a yellow line under the image on the right, in Firefox, but not in IE. How can I get rid of the yellow bar? I also just noticed the SmutGremlins recip is all fucked up in Firefox...|confused| Last edited by Licker4U; 2007-01-20 at 10:56 AM.. |
||
![]() |
![]() |
![]() |
#6 |
Certified Nice Person
|
Licker, change your Doctype to <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> to resolve both of those issues. (Kill that 'loose' part.)
__________________
Click here to purchase a bridge I'm selling. |
![]() |
![]() |
![]() |
#7 | |
Mean people suck, nice people swallow, are you mean or nice?
|
Quote:
![]() Now, how can I get the text in my recip table off that nasty blue default color? |
|
![]() |
![]() |
![]() |
|
|