HTML Help!

G

Guest

I have a webpage that has a pic to the left top, and i want text a ways off
on that same line. I use dreamweaver to design and i cant space or tab it
over. I dont want to have to use frames. How to people get text and a pic on
the same line without having them be side by side. I notice sometimes that
dreamweaver wont even let me type text on the same line.

-Thanks
 
J

Jim PKP

msk111 said:
I have a webpage that has a pic to the left top, and i want text a ways off
on that same line. I use dreamweaver to design and i cant space or tab it
over. I dont want to have to use frames. How to people get text and a pic on
the same line without having them be side by side. I notice sometimes that
dreamweaver wont even let me type text on the same line.


Use tables?
 
S

Sid Ismail

: I have a webpage that has a pic to the left top, and i want text a ways off
: on that same line. I use dreamweaver to design and i cant space or tab it
: over. I dont want to have to use frames. How to people get text and a pic on
: the same line without having them be side by side. I notice sometimes that
: dreamweaver wont even let me type text on the same line.


Try:
<img src="cow.gif" width=200 height=300 alt="cow jumping over moon"
hspace=20 vspace=10 align=left>The text on the right of the image goes
here...
<br clear="all">

Sid
 
W

William Tasso

I have a webpage that has a pic to the left top, and i want text a
ways off on that same line.

loads of ways to achieve this. have you considered:

<div style="text-align:right;">
<img src="pic.gif" alt="good stuff" style="float:left;">
<span>some text over on the right</span>
</div>

or similar.

/aside: is that better? /
I use dreamweaver to design and i cant
space or tab it over.

we're talking about HTML (and CSS). xXPs noted but the choice of tool is
irrelevant in this instance.
I dont want to have to use frames.
Correct.

How to
people get text and a pic on the same line without having them be
side by side. I notice sometimes that dreamweaver wont even let me
type text on the same line.

Every problem looks like a nail when you only have a hammer.
 
G

Guest

How would you choose how much the text moves over? I havent studied into
HTML a whole bunch.
-Thanks
 
J

Johan

I have a webpage that has a pic to the left top, and i want text a ways off
on that same line. I use dreamweaver to design and i cant space or tab it
over. I dont want to have to use frames. How to people get text and a pic on
the same line without having them be side by side. I notice sometimes that
dreamweaver wont even let me type text on the same line.

-Thanks

<!-- position change pixels (px)-->
<DIV STYLE="position:absolute; left:25px; top:410px; ">
<img src="your text or image .gif" border="0" alt="">
</DIV>
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
473,812
Messages
2,569,694
Members
45,478
Latest member
dontilydondon

Latest Threads

Top