![]() |
|
Welcome to the Computer Webmaster Gaming Console Graphics Forum forums. You are currently viewing our boards as a guest which gives you limited access to view most discussions and access our other features. By joining our free community you will have access to post topics, communicate privately with other members (PM), respond to polls, upload content and access many other special features. Registration is fast, simple and absolutely free so please, join our community today! If you have any problems with the registration process or your account login, please contact contact us. |
| |||||||
| HTML HTML problems, maybe you are trying to code for MySpace. Get all the HTML coding help here for your website. |
![]() |
| | LinkBack | Thread Tools | Display Modes |
| | #1 | ||
| Is there a way to use a division twice on a page without duplicating its attributes under a new name in the stylesheet? I'm converting from table layout to div layout. The div's at the bottom of the page are exactly the same as the div's at the top of the page--non-div content in between. Validating gives two errors for each repeated div. -- -Doug | |||
|
| Advertisements |
| | #2 | ||
| In post <bdae56$q12$1@terabinaries.xmission.com> bole2cant said... > Is there a way to use a division twice on a page without duplicating its > attributes under a new name in the stylesheet? give the <div>s the same class if they use the same CSS > I'm converting from table layout to div layout. The div's at the bottom of the > page are exactly the same as the div's at the top of the page--non-div content > in between. Validating gives two errors for each repeated div. URI? -- brucie a. blackford. 25/June/2003 07:12:48 am kilo. http://loser.brucies.com/ | |||
|
| | #3 | ||
| "bole2cant" <sherwin@xxxmission.com> wrote: > Validating gives two errors for each repeated div. The crystal ball says that you have id attributes in them. By HTML definition, id attribute values must be unique within a document. -- Yucca, http://www.cs.tut.fi/~jkorpela/ Pages about Web authoring: http://www.cs.tut.fi/~jkorpela/www.html | |||
|
| | #4 | ||
| "Jukka K. Korpela" <jkorpela@cs.tut.fi> wrote in message news:Xns93A529B85466jkorpelacstutfi@193.229.0.31.. . > "bole2cant" <sherwin@xxxmission.com> wrote: > > > Validating gives two errors for each repeated div. > > The crystal ball says that you have id attributes in them. By HTML > definition, id attribute values must be unique within a document. > -- > Yucca, http://www.cs.tut.fi/~jkorpela/ > Pages about Web authoring: http://www.cs.tut.fi/~jkorpela/www.html > ================== At this point I don't know the proper terminology but I think you are telling me that YES I must repeat the same attributes in the stylesheet as div#right{...} AND div#rightftr{...} . i.e., div#right{...} cannot be used as <div id="right"> twice on the same page. Thanks. -- Doug | |||
|
| | #5 | ||
| "brucie" wrote: > change the id (#) to a class (.) > div.right{...} > <div class="right"> > you can then use the '.right' class as many times as you like in the > page. ===================== That is the information I needed. I changed them and all is well. (Well, except for the •) Thanks, Brucie. I appreciate your help. -- -Doug in Utah www.xmission.com/~sherwin/ | |||
|
| Featured Websites | ||||
|
![]() |
| Tags: division, multiple, use |
| Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
| Thread Tools | |
| Display Modes | |
| |
Similar Threads | ||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| spin this one bligfuck: Sony to Restructure Games Division; Global Job Cuts Under Consideration (WSJ) | AirRaid | New Users Help And FAQ | 12 | 06-26-2007 8:38 AM |
| Leaflet with article on Hermann Göring Division | we | Ebay Technical Questions | 0 | 05-31-2007 8:56 AM |
| spin this one bligfuck: Sony to Restructure Games Division; Global Job Cuts Under Consideration (WSJ) | AirRaid | Computer Consoles | 14 | 05-30-2007 5:17 PM |
| Multiple URL's, same page | acer152 | Website Reviews And Website Questions | 2 | 05-28-2007 12:13 AM |
| Multiple Domains | Johnni | Cheap Web Hosting Package | 4 | 12-15-2006 9:08 AM |
| Featured Websites | ||||
|