DH Templates

Help with CSS code on webpage?

OK, so I'm hoping someone can help me out maybe even give me a example of what I need, I have my basic page with header, footer, and sidebar... Then I have a 3 column by 6 roll flash <body I made. everything works and looks great till I put it together and what I came up with was 1 of the CSS codes from each set of codes was was doing because if i removed one the problem was fix but it just made a new one here are the two codes Basic Page: <link content="RadLance style sheet" href="./radlance/templates/web/default/css/style.css" type=text/css rel=stylesheet> Flash temp: <META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=windows-1251"> <style type="text/css"> <!-- td { text-align: left; vertical-align: top; font-family:Tahoma; font-size:11px; color:#7A7A7A; } a { text-decoration: none; } a.1 { text-decoration: none; color:#000000; } .t11 { font-family: Tahoma; font-size: 11px; font-style: normal; } --> </style> Thank you for your time,

Public Comments

  1. In your basic page, I don't know where you got your "content=..." thing, but that shouldn't be in there. It helps if you have stuff after the = in quotes, like in type="text/css" Also, whatever the href="" says the file is, make sure your css is in there. You don't need the <style></style> if the css has its own page. It's obvious from your LINK reference. Make sure you don't have any css on the html page you're on (any that belongs in the header at least) Be more specific about your problems and give us a link if you want to.
Powered by Yahoo! Answers