English Deutsch Français Italiano Español Português 繁體中文 Bahasa Indonesia Tiếng Việt ภาษาไทย
All categories

I know you can't use the align tag when using strict but was wondering how do i align images in this format. I am designing a simple webpage with paragraphs but want images on the left and right of the paragraphs. All information would be great. I am using css also, so if i can align through this method information would be great. :)

2007-07-18 04:06:03 · 3 answers · asked by Kit 1 in Computers & Internet Programming & Design

3 answers

Using css the manner is either inline (

or in the ...
section of your file


then down there in the code, place


...or better yet, in an external style sheet, place
img#this { float: left; }

with the same img item in the html code

then in the ... section of your html file you'd place


where "mystyle" identifies the style sheet file

In either case, you may have to add margin-left to the img because a float will take the img out of the flow and move the img all the way over to the left! and wrap the text around the right edge. There are other methods in css to align text to align an img to the left, all I meant to show is, where you'd place the css...

2007-07-18 04:30:25 · answer #1 · answered by fjpoblam 7 · 0 0

it must be each and every of the tables you're using for layout components, this is a few distance old and doubtless not designed for layouts. i'd propose looking into divs to establish the unquestionably layout, then use tables to reveal archives.

2016-09-30 06:16:50 · answer #2 · answered by merkl 4 · 0 0

Floats :)

http://css.maxdesign.com.au/floatutorial/

2007-07-18 04:10:56 · answer #3 · answered by thedeplorableword 2 · 0 0

fedest.com, questions and answers