It is currently Sat Dec 02, 2017 4:11 pm
Advanced search
Here you can discuss things related to HTML and the Web in general that do not fit in to other categories.
by evert » Mon Jan 24, 2011 11:09 am
Hi all,
The page:
http://hacktic.meulie.net/01/0104.htm
the code:
- Code: Select all
<TR><th align="left">#1/1989</th><TH align="center">4</TH><TH align=right>Hack-Tic</TH></TR>
How do I keep the same visual layout, but make it 100% HTML/CSS3 compatible. Does not need to be with a table, like in the current state...
Greetings,
Evert[/code]
-
evert
- <h6>
-
- Posts: 1
- Joined: Mon Jan 24, 2011 11:06 am
by JAB Creations » Mon Jan 24, 2011 4:15 pm
Should be pretty simple...
CSS
- Code: Select all
.left {float: left;}
.width_33 {width: 33%;}
.width_34 {width: 34%;
(X)HTML- Code: Select all
<div class="left width_33">left</div>
<div class="left width_34">center</div>
<div class="left width_33">right</div>
Use a nested div to align the text within in place of left/center/right text.
-

JAB Creations
- <aside>
-
- Posts: 566
- Joined: Tue Mar 13, 2007 4:48 am
- Location: Sarasota Florida, USA
Return to General Discussion
Who is online
Users browsing this forum: No registered users and 2 guests