Forum: HTML and CSS Oct 11th, 2009 |
| Replies: 5 Views: 358 Great - I guess the problem was mostly with what was contained inside the content-wrap. I didn't end up "clearing" any of the div's, but it seems to be working fine.
Thanks! |
Forum: HTML and CSS Oct 11th, 2009 |
| Replies: 7 Views: 472 |
Forum: HTML and CSS Oct 10th, 2009 |
| Replies: 7 Views: 472 I agree about the layout. However if I let the page expand to the screen width then the images specified in pixels will look too big/small unless the resolution is the same as my design resolution,... |
Forum: HTML and CSS Oct 9th, 2009 |
| Replies: 7 Views: 472 Is there anyway to get images to be the "correct" size - i.e. fit the width of the text?
This is what currently happens:
http://engineeringnotes.net/personal/pictures.shtml
Thanks,
Dave |
Forum: HTML and CSS Oct 9th, 2009 |
| Replies: 5 Views: 358 I see, thanks. However, I have most of the code in a header.shtml file so I can do this:
<div id="wrap">
<!--#include file="header.shtml" -->
<div id="main">
Home page
</div>... |
Forum: HTML and CSS Oct 9th, 2009 |
| Replies: 5 Views: 358 I'm still very new to css, so I'm sure this is just some really silly thing:
http://engineeringnotes.net/personal/
Does anyone know why the text is hanging off the left side of the page (on the... |
Forum: HTML and CSS Mar 25th, 2009 |
| Replies: 5 Views: 1,049 Interesting, cool though - thanks all! |
Forum: HTML and CSS Mar 22nd, 2009 |
| Replies: 5 Views: 1,049 Currently, my index.html is like this
<html>
<head>
<title>EngineeringNotes.net</title>
<link href="style.css" rel="stylesheet" type="text/css" media="screen" />
</head>
<body> |
Forum: HTML and CSS Dec 16th, 2008 |
| Replies: 2 Views: 460 |
Forum: HTML and CSS Dec 15th, 2008 |
| Replies: 2 Views: 460 I have seen some examples like this
p.class1 { some stuff }
p.class2 {some stuff }
and some like this |
Forum: HTML and CSS Dec 13th, 2008 |
| Replies: 4 Views: 582 |
Forum: HTML and CSS Dec 13th, 2008 |
| Replies: 4 Views: 582 right, but i asked what
ul li
and
li li
are? |
Forum: HTML and CSS Dec 13th, 2008 |
| Replies: 5 Views: 1,512 Ok I'm getting there...
didn't you say you can apply it to multiple objects though? So couldn't it be like to make a "division" of the page that all uses btbx, like
<div class="btbx">
<p>Box... |
Forum: HTML and CSS Dec 13th, 2008 |
| Replies: 5 Views: 1,512 so when it is good to use id vs class?
also, what does the id ("#") character mean when it comes after the name, like in
ul#sidebar
(vs #sidebar li)
? |
Forum: HTML and CSS Dec 12th, 2008 |
| Replies: 5 Views: 1,512 Here is my demo.css
#sidebar {}
#sidebar ul {
list-style-image: url(images/bullet.gif);
}
ul {
list-style-type: circle; |
Forum: HTML and CSS Dec 12th, 2008 |
| Replies: 4 Views: 582 I am very new to css. I was looking at a css file I found online and trying to figure out what everything does. I am confused with the following couple of things. Please let me know if anything I say... |
Forum: HTML and CSS Oct 3rd, 2008 |
| Replies: 3 Views: 647 ah so silly... its pretty hard to keep track of those tags because html (for some reason) doesn't seem to complain if there are extra, or too few! seems like that should generate a "compiler error".... |
Forum: HTML and CSS Oct 3rd, 2008 |
| Replies: 3 Views: 647 I have done some html many years ago, but never css. I downloaded a template
http://www.freecsstemplates.org/preview/exposure
But something has gone slightly wrong. When I use it on my website... |