Jump to content

1 document with image and text?


eduard

Recommended Posts

I like to have 1 document with an image on the left side (from the internet) and on the right side text (copy/paste)!How do I do this?

Link to comment
Share on other sites

Just specify the corresponding address of both images. Images can be linked regardless of whether they're on the same domain or not.

Link to comment
Share on other sites

what have you got so far?just to save you some troubles, just use the box model. don't get in the bad habit of using positioning. Put an image and a p tag in a div, and use margins, paddings, and floats to move them around.

Link to comment
Share on other sites

just to save you some troubles...
Don't!It seems every time we try saving him some trouble, we're instead creating more than one trouble for both him and ourselves.Bonus tips are for those who can carry them out.
Link to comment
Share on other sites

what have you got so far?just to save you some troubles, just use the box model. don't get in the bad habit of using positioning. Put an image and a p tag in a div, and use margins, paddings, and floats to move them around.
<html><body><img src="http://www.aquaculture.ugent.be/_img/database.jpg"alt="img database" width="40%" height="40%"/>A database is a collection of information that is organized so that it can easily be accessed, managed, and updated. In one view, databases can be classified according to types of content: bibliographic, full-text, numeric, and images.In computing, databases are sometimes classified according to their organizational approach. The most prevalent approach is the relational database, a tabular database in which data is defined so that it can be reorganized and accessed in a number of different ways. A distributed database is one that can be dispersed or replicated amongComputer databases typically contain aggregations of data records or files, such as sales transactions, product catalogs and inventories, and customer profiles. </body></html>Can I put on this page also examples of functions of a database?
Link to comment
Share on other sites

umm.... you're not just taking this content from someone else site/book/tutorial/etc are you? People typically request that you ask them first, or at the very least it's necessary to cite the source of the information.Ok, so why not trying putting this "content" in semantic tags, like a p tag. You may want to put all that in a container div so that you can put those elements in a, well, container, and then you can position the elements a little better within the container and on the page.but seriously, ripping off people's content is very questionable and highly unethical.edit: if it's properly cited or of original thought and mind, you can put whatever content you want on any page you make.

Link to comment
Share on other sites

agreedI have seen too many people use other people's content - especially images without permission or credit. Many people think it is ok until it happens to them.as for your question, if you want the text to be BESIDE the image, just float the image left:

<img style="float:left" src="ht.....

then your text on the right needs to be wrapped in P tags so you get spacing, formatting, etc.

Link to comment
Share on other sites

agreedI have seen too many people use other people's content - especially images without permission or credit. Many people think it is ok until it happens to them.as for your question, if you want the text to be BESIDE the image, just float the image left:
<img style="float:left" src="ht.....

then your text on the right needs to be wrapped in P tags so you get spacing, formatting, etc.

Ok, thanks!
Link to comment
Share on other sites

well, I'm not sure if you're going to bother citing your work or not (you really should, also I don't think you really know what it means, but that's besides the point), but the image you are using is huge (both in filesize and dimensions). If you are going to display it at reduced image size, you should just use an image editing program to resize it permanently, which will makes it's file size much smaller because 114.39KB is much too large for a simple clip art image.

Link to comment
Share on other sites

well, I'm not sure if you're going to bother citing your work or not (you really should, also I don't think you really know what it means, but that's besides the point), but the image you are using is huge (both in filesize and dimensions). If you are going to display it at reduced image size, you should just use an image editing program to resize it permanently, which will makes it's file size much smaller because 114.39KB is much too large for a simple clip art image.
Ok, thanks!
Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...