Tag Archives: Font Weight

Dumb question, CSS layer styles

I built a internet page at 800×600. I’m trying to figure out how it is I will get the content/layout to become centered, that way when people perspective the page at say 1024×768, the content will not stretch leaving this page with a lot of white space. Like like if an individual made everything from a table and just did a centre alignment. Here’s a check out what I have got. https: //home. comcast. net/jerrysmartin The navigation about the left stays into the left and the flash within the right stays justified to the right. The content is with a div. I’d want to have it ready to where it’ll look uniform in whatever resolution. Bless you. -Mike You might even make your screaming image width = 760 pixels. Next, make a several changes as demonstrated below… Here i will discuss your CSS part for " body" shape background-image: url(images/background. jpg); background-repeat: repeat-x; margin: 0px; support: 0px; Try changing it for this: code, body background-image: url(images/background. jpg); cursor: default; font-family: " Verdana", arial, " MS Sans Serif", Geneva, sans-serif; font-weight: normal; font-size: 10px; line-height: normal; margin: auto; support: 0px 0px 0px 0px; min-width: 760px; text-align: centre; Next, add this to … Continue reading

Posted in Web Design | Tagged , , , , , , , , , , , , , , , , , , , | Leave a comment

Static Background Pic

Working with a problem figuring out to have a background pic that does not move. I have seen them on myspace but never have been able to figure out how to do it by myself… Any Advice maybe someone is known for a script that i could use Employing dreamweaver 8 Yes, you can make a background image fixed using CSS. There’s an example of this at http: //www. w3schools. com/css/tryit. aspfilename=trycss_background-attachment . Only write " background-attachment: fixed" in the CSS for ones " body" aspect. That should work. ok here is the code for the main page, undecided what i’m doing wrong HTML: <! DOCTYPE html page PUBLIC " -//W3C//DTD XHTML ONE PARTICULAR. 0 Transitional//EN" " URL=" http: //www. w3. org/TR/xhtml1/DTD/xhtml1-transitional. dtd" http: //www. w3. org/TR/xhtml1/DTD/xhtml1-transitional. dtd/URL" > < html page xmlns=" URL=" http: //www. w3. org/1999/xhtml" http: //www. w3. org/1999/xhtml/URL" > < head> < meta http-equiv=" Content-Type" content=" text/html; charset=iso-8859-1" /> < title> Aletheia Home< /title> < design type=" text/css" > <! — body background-color: #000000; body, td, th font-family: Situations New Roman, Situations, serif; text-decoration: it’s unlikely that any; font-size: medium; . style3 colour: #CCCCCC; font-size: x-large; font-weight: strong; a: link text-decoration: it’s unlikely that any; a: … Continue reading

Posted in Web Design | Tagged , , , , , , , , , , , , , , , , , , , | Leave a comment

Alignment problem with CSS in IE

Hi there Everyone, I’m taking care of a page that could have invisible backlinks hidden over a great image. I used CSS to help position the links within the image. It shows correctly in Firefox as well as Chrome, but in IE there’s an area between a lot of the background images end of it. Does anyone realize how to close the gap Thanks beforehand. (I will, not surprisingly, add a border=" none" tag if the page is all set — to disguise the links. ) I evaluations have a whole of 13 links, if that matters. With thanks, Joe <! DOCTYPE HTML PUBLIC " -//W3C//DTD HTML 4. 01 Transitional//EN" > < html> < head> < title> Hookey Twiggies — Rose< /title> < meta http-equiv=" Content-Type" content=" text/html; charset=iso-8859-1" > < fashion type=" text/css" > <! — . navbarfont font-weight: 1 , 000; font-size: 14px; font-family: sans-serif; –> <! — . songtitlefont font-weight: 1 , 000; font-size: 14px; font-family: serif; –> <! — . lyricsfont font-weight: 100; font-size: 12px; font-family: sans-serif; –> <! — . notesfont font-weight: 100; font-size: 10px; font-family: sans-serif; –> #link1 placement: absolute; left: 25%; top: 15px; #link2 placement: absolute; left: 45%; top: 25px; #link3 placement: absolute; … Continue reading

Posted in Web Design | Tagged , , , , , , , , , , , , , , , , , , , | Leave a comment

What to replace deprecated tags with?

Hello there, I would like to get some benefit the page beneath replacing the deprecated tags to generate it compliant with all the latest standards. Regards very much ahead of time. Joe HTML: <! DOCTYPE WEB CODING PUBLIC " -//W3C//DTD WEB CODING 4. 01 Transitional//EN" > < html> < head> < title> Hookey Twiggies – Everybody’s Sitting using a Cloud< /title> < meta http-equiv=" Content-Type" content=" text/html; charset=iso-8859-1" > < model type=" text/css" > <! — . navbarfont font-weight: 900; font-size: 14px; font-family: sans-serif; –> <! — . songtitlefont font-weight: 900; font-size: 14px; font-family: sans-serif; –> <! — . lyricsfont font-weight: 190; font-size: 12px; font-family: sans-serif; –> <! — . notesfont font-weight: 190; font-size: 10px; font-family: sans-serif; –> < /style> < /head> <! — WEB SITE PROPER STARTS BELOW –> < human body bgcolor=" black" > < family table width=" 950" border=" 0" align=" center" cellpadding=" 0" cellspacing=" 0" > < tr> < td height=" 7" colspan=" 4" background=" http: //www. webdesignforums. net/images/topstrip. jpg" > < /td> < /tr> <! — REMAINING COLUMN STARTS HERE –> < tr> < td width=" 187" height=" 575" valign=" top" background=" http: //www. webdesignforums. net/images/leftcolumn. jpg" > < br> < p align=" left" class=" … Continue reading

Posted in Web Design | Tagged , , , , , , , , , , , , , , , , , , , | Leave a comment