![]() Preserved Topic: div's and style sheets (Page 1 of 1) |
|
---|---|
Paranoid (IV) Inmate From: us |
![]() I'm trying to make a page with 2 columns centered on the page. The text should have 10px to the border on each side. I'm trying to use div's, and kinda got it working but it doesn't work if the content on the left column is shorter. It should look like this if it was written using tables. code: <html><head><title>jakeB</title> |
Maniac (V) Mad Scientist with Finglongers From: Cell 53, East Wing |
![]() JakeB: That isn't a problem: |
Maniac (V) Mad Scientist From: Azylum's Secret Lab |
![]() http://glish.com/css/9.asp |
Bipolar (III) Inmate From: the oceanic antipodes |
![]() wow, thanks Daniel .. |
Maniac (V) Mad Scientist From: Azylum's Secret Lab |
![]() Hey hey hey!! |
Maniac (V) Mad Scientist with Finglongers From: Cell 53, East Wing |
![]() Wakkos: Being another Daniel I suspect you are trying to steal my praise (or was ir directed towards WarMage?). |
Maniac (V) Mad Scientist From: Azylum's Secret Lab |
![]() Do you know what is funny? Now I see that the URL that I posted, was the same than Emps Posted before!! hehehe |
Maniac (V) Mad Scientist From: the west wing |
![]() Why do you have tables intersperced with stylesheet divs? And why do you declare table { border: 0px } then declare <table border="1"> later? And same with <td> CSS and HTML declarations... you're confusing me. |
Paranoid (IV) Inmate From: us |
![]() I was using http://glish.com/css/9.asp but it doesn't work right if there is more content on the right than the left. The right will move left once it's below the left content. quote:
quote: I was just changing border sizes to see what it does. Using the stylesheet makes a different border than in the table tag. |
Maniac (V) Mad Scientist with Finglongers From: Cell 53, East Wing |
![]() JakeB: You said: quote:
|
Maniac (V) Inmate From: there...no..there..... |
![]() See if this is something like you are looking for: code: <html>
|
Maniac (V) Mad Scientist with Finglongers From: Cell 53, East Wing |
![]() Try this: code: <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "DTD/xhtml1-transitional.dtd">
|