473,406 Members | 2,369 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,406 software developers and data experts.

getting rid of html table

hey all,

imagine this 1 row 2 col html table1. in that table1 col 2 has another html
table2 with 3 rows and 1 col. for table1 col1 i have a picture bound to it
and the 3 rows just has text stuff. i have this inside an item template of a
datalist? is this effiecient as it can get for getting things to line up?

thanks,
rodchar
May 1 '06 #1
3 879
1 column , multi row table ? what is the point in using a table ?

text1<br/>
text2<br/>
text3

-or-

<div>text1</div>
<div>text2</div>
<div>text2</div>

-or-

<ul>
<li>text1</li>
<li>text1</li>
<li>text1</li>
</ul>

or for the whole thing with no tables :

<html>
<head>
<style type='text/css'>
div {
border:solid 1px blue;
width:100px;
height:100px;
float:left;
}
</style>
</head>
<body>
<div>left</div>
<div>
text1<br/>
text2<br/>
text3
</div>
</body>
</html>

Gerry
"rodchar" <ro*****@discussions.microsoft.com> wrote in message
news:0A**********************************@microsof t.com...
hey all,

imagine this 1 row 2 col html table1. in that table1 col 2 has another html table2 with 3 rows and 1 col. for table1 col1 i have a picture bound to it and the 3 rows just has text stuff. i have this inside an item template of a datalist? is this effiecient as it can get for getting things to line up?

thanks,
rodchar

May 2 '06 #2
but it is ok for table1 right? because i have an image in column1 and in
column2 i have the 3 rows centered on the pic.

"gerry" wrote:
1 column , multi row table ? what is the point in using a table ?

text1<br/>
text2<br/>
text3

-or-

<div>text1</div>
<div>text2</div>
<div>text2</div>

-or-

<ul>
<li>text1</li>
<li>text1</li>
<li>text1</li>
</ul>

or for the whole thing with no tables :

<html>
<head>
<style type='text/css'>
div {
border:solid 1px blue;
width:100px;
height:100px;
float:left;
}
</style>
</head>
<body>
<div>left</div>
<div>
text1<br/>
text2<br/>
text3
</div>
</body>
</html>

Gerry
"rodchar" <ro*****@discussions.microsoft.com> wrote in message
news:0A**********************************@microsof t.com...
hey all,

imagine this 1 row 2 col html table1. in that table1 col 2 has another

html
table2 with 3 rows and 1 col. for table1 col1 i have a picture bound to

it
and the 3 rows just has text stuff. i have this inside an item template of

a
datalist? is this effiecient as it can get for getting things to line up?

thanks,
rodchar


May 4 '06 #3
sure it is - but you can always add a background image to the left div as
well
or use an IMG tag

"rodchar" <ro*****@discussions.microsoft.com> wrote in message
news:F0**********************************@microsof t.com...
but it is ok for table1 right? because i have an image in column1 and in
column2 i have the 3 rows centered on the pic.

"gerry" wrote:
1 column , multi row table ? what is the point in using a table ?

text1<br/>
text2<br/>
text3

-or-

<div>text1</div>
<div>text2</div>
<div>text2</div>

-or-

<ul>
<li>text1</li>
<li>text1</li>
<li>text1</li>
</ul>

or for the whole thing with no tables :

<html>
<head>
<style type='text/css'>
div {
border:solid 1px blue;
width:100px;
height:100px;
float:left;
}
</style>
</head>
<body>
<div>left</div>
<div>
text1<br/>
text2<br/>
text3
</div>
</body>
</html>

Gerry
"rodchar" <ro*****@discussions.microsoft.com> wrote in message
news:0A**********************************@microsof t.com...
hey all,

imagine this 1 row 2 col html table1. in that table1 col 2 has another

html
table2 with 3 rows and 1 col. for table1 col1 i have a picture bound to
it
and the 3 rows just has text stuff. i have this inside an item
template of a
datalist? is this effiecient as it can get for getting things to line

up?
thanks,
rodchar


May 4 '06 #4

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

0
by: Jim | last post by:
I need some help getting started with a .NET web project for a commercial site. I am new to .NET and my understanding of some (but not all) of its concepts is a little sparse. I apologize for the...
0
by: Jim | last post by:
This si a repost, I apologize but perhaps my original inquiry got buried under all the usenet spam... I need some help getting started with a .NET web project for a commercial site. I am new to...
0
by: Jim | last post by:
I need some help getting started with a .NET web project for a commercial site. I am new to .NET and my understanding of some (but not all) of its concepts is a little sparse. I apologize for the...
0
by: Jim | last post by:
This si a repost, I apologize but perhaps my original inquiry got buried under all the usenet spam... I need some help getting started with a .NET web project for a commercial site. I am new to...
2
by: romepatel | last post by:
Hello, I am adding a row dynamically to the table , var table = document.getElementById('example'); var rowCount = table.rows.length; var row = table.insertRow(rowCount); now i want to...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each...
0
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing,...
0
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.