Topic: drop caps and css |
|
---|---|
Author | Thread |
Nervous Wreck (II) Inmate From: Oxford, MS |
posted 03-09-2004 08:15
I am trying to make a drop cap using CSS but I can't seem to get it to work. Can someone help me out here? I tried using the first letter attribute but couldn't get it to work. I am trying to make a drop cap on the work marketing. |
Nervous Wreck (II) Inmate From: Oxford, MS |
posted 03-09-2004 08:43
One more thing.... |
Maniac (V) Inmate From: under the bed |
posted 03-09-2004 13:48
I've only been successful with the drop cap by wrapping the letter in a seperate <span></span> with a particular class, and setting the stlye attributes for that class. |
Nervous Wreck (II) Inmate From: Oxford, MS |
posted 03-10-2004 16:29
I am trying to get rid of the space between the subheading executive programs and launching new products. |
Maniac (V) Inmate From: under the bed |
posted 03-10-2004 18:32
Ok. |
Maniac (V) Inmate From: Boston, MA, USA |
posted 03-10-2004 18:45
Expanding on DL-44's comment about span |
Nervous Wreck (II) Inmate From: Oxford, MS |
posted 03-11-2004 02:06
when I changed all the <p> tags to <h2> or <h3> depending on the size of the header it put an extra line of space between the heading and the text below it. The first page is one that has <h2> <h3> on the headings instead of <p> |
Nervous Wreck (II) Inmate From: Oxford, MS |
posted 03-11-2004 02:09
Sorry forgot the second page. Here it is. |
Maniac (V) Inmate From: under the bed |
posted 03-11-2004 03:35
quote:
|
Nervous Wreck (II) Inmate From: Oxford, MS |
posted 03-11-2004 06:50
I didn't do the content for the page. Some guy made the page in frontpage and it had terrible code and cells everywhere. All the text attributes were hard coded into the page and so on. I was just starting with the text attributes trying to get these profiles done so the page can go live as soon as possible. Right now there is just an old site that has no info, I was just trying to get it decent enough to go up. Then I could go back and make changes. This is the reason why I wish I was the only person working on the page b/c I would have never done it like that. But I will take your advice and take out all that crap. I am still not too proficient w/ CSS so any really good places to go would help me out. |
Nervous Wreck (II) Inmate From: Oxford, MS |
posted 03-11-2004 08:24
I tried putting the headings in <h1> <h2> etc... but it doesn't work. It ignores my font properties. CSS is such a pain in the neck |
Nervous Wreck (II) Inmate From: Oxford, MS |
posted 03-11-2004 09:32
Ok I started over from scratch and just took the raw info and put it in lists. How does this look? |
Maniac (V) Inmate From: under the bed |
posted 03-11-2004 13:29
Looks much better. |
Nervous Wreck (II) Inmate From: Oxford, MS |
posted 03-11-2004 14:04
Sorry the post about the header tags ignoring the font properties was before I started over from scratch. I'm not having that problem anymore. Now I am beginning to see how CSS really saves time. It is much easier to read that page now than it was before. Thanks for the help. |
Maniac (V) Inmate From: under the bed |
posted 03-11-2004 17:11
CSS is truly a beautiful thing. |
Nervous Wreck (II) Inmate From: Oxford, MS |
posted 03-12-2004 06:45
Here is a page a redid tonight. I wasn't for sure how to do this page without tables but I just decided to use a lot of inline lists. I'm sure this isn't the best way b/c there seems like a lot of code but it's the only way I would think of getting everything to line up right since just about every item in every list is a different length. Any suggestions on how to do this a different way for future reference? Also I want to put all the attributes for this faculty directory page in their own CSS file b/c that is a lot of stuff to load when I won't ever use it on any other page. Can I just link to the sheet at the top of the factory profile page just after include statement? |
Nervous Wreck (II) Inmate From: Oxford, MS |
posted 03-12-2004 06:46
sorry forgot to post the link again. |
Maniac (V) Inmate From: under the bed |
posted 03-12-2004 14:12
What's rather funny in this case, is that this is a *perfect* example of when a table is the appropriate tag =) |
Maniac (V) Inmate From: under the bed |
posted 03-12-2004 18:23
quote:
code: .pad
|