Jump to content

_tech_dude_

Members
  • Posts

    21
  • Joined

  • Last visited

Posts posted by _tech_dude_

  1. This is my idea: in order to make an updates page for my website,i figured i could make each update in a div container, and make the ID a number (1, 2 , 3 etc) and the, instead of just listing the contents of each container in the order written, the page will order them, with the highest number first. i'm assuming this would be done with javascript, and if so i'm sorry for using the wrong forum, i just wanted to check if it could be done in html. thanks for your time :)

  2. yeah sure (btw i have tried line spacing, but it didnt work :) ):HTML:

    <div id="con"><h1> Dude </h1><table class="con"><tr><td>Dude</td></tr></table><h1> </h1> </div> </div>
    CSS:
    div#con h1{color: #D4D4D4;background-color: #B0B0B0;text-align: right;font:14pt Arial Narrow; }table.con{border-left: thin solid #B0B0B0;border-right: thin solid #B0B0B0;width: 12cm;}
  3. I have 3 div containers: navigation, content and more. The navigation container is floated to the left, and more container is floated to the right. how do i get the content container to stay between them and align all three centrally?

  4. is it possible to float a table to the right or left of another table? this is because i am using tables to make a navigation bar on the left of a page (table 1), a main content block in the middle of the page (table 2) and a news bar on the right (table 3). can i float them to the left and right of each other? if not, is there a more efficient way of doing this?

×
×
  • Create New...