Preserved Topic: div's and style sheets (Page 1 of 1) |
|
---|---|
Paranoid (IV) Inmate From: us |
posted 10-29-2001 03:03
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 |
posted 10-29-2001 03:11
JakeB: That isn't a problem: |
Maniac (V) Mad Scientist From: Azylum's Secret Lab |
posted 10-29-2001 03:33
http://glish.com/css/9.asp |
Bipolar (III) Inmate From: the oceanic antipodes |
posted 10-31-2001 11:55
wow, thanks Daniel .. |
Maniac (V) Mad Scientist From: Azylum's Secret Lab |
posted 10-31-2001 15:00
Hey hey hey!! |
Maniac (V) Mad Scientist with Finglongers From: Cell 53, East Wing |
posted 10-31-2001 16:36
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 |
posted 10-31-2001 23:24
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 |
posted 10-31-2001 23:48
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 |
posted 11-11-2001 19:53
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 |
posted 11-12-2001 14:15
JakeB: You said: quote:
|
Maniac (V) Inmate From: there...no..there..... |
posted 11-12-2001 17:04
See if this is something like you are looking for: code: <html>
|
Maniac (V) Mad Scientist with Finglongers From: Cell 53, East Wing |
posted 11-12-2001 19:39
Try this: code: <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "DTD/xhtml1-transitional.dtd">
|