PDA

View Full Version : 3 html objetcts in 1 row


Garlicoon
06-14-2008, 04:15 PM
Hello,

I created a social Food and Wine Network (www.garlicoon.com (http://www.garlicoon.com)) and added 3 banner ads to a page. I want these 3 adds to appear in one row instead of 3.

Here are is the link: http://www.garlicoon.com/video/video/show?id=2030520%3AVideo%3A6991

The ads are underneath the video.

What do I need to change in the following html code to make the ads appear in 1 row?

<a href="http://www.jdoqocy.com/click-2950251-10365020" target="_blank">
<img src="http://www.tqlkg.com/image-2950251-10365020" width="120" height="60" alt="" border="0"/></a><a href="http://www.anrdoezrs.net/click-2950251-10409041" target="_blank">
<img src="http://www.awltovhc.com/image-2950251-10409041" width="120" height="60" alt="" border="0"/></a><a href="http://www.jdoqocy.com/click-2950251-10362992" target="_blank">
<img src="http://www.awltovhc.com/image-2950251-10362992" width="120" height="60" alt="Click here for cheap hotels" border="0"/></a>

Thanks for your help.

Carsten

BonRouge
06-14-2008, 04:50 PM
Try this:p.description a {
float:left;
}
p.description {
overflow:auto;
}

Garlicoon
06-14-2008, 04:54 PM
thanks for the answer.
unfortunately i have not much html exerience.
would you mind to do the changes in this code?


<a href="http://www.jdoqocy.com/click-2950251-10365020" target="_blank">
<img src="http://www.tqlkg.com/image-2950251-10365020" width="120" height="60" alt="" border="0"/></a><a href="http://www.anrdoezrs.net/click-2950251-10409041" target="_blank">
<img src="http://www.awltovhc.com/image-2950251-10409041" width="120" height="60" alt="" border="0"/></a><a href="http://www.jdoqocy.com/click-2950251-10362992" target="_blank">
<img src="http://www.awltovhc.com/image-2950251-10362992" width="120" height="60" alt="Click here for cheap hotels" border="0"/></a>

thanks again
carsten

BonRouge
06-14-2008, 05:00 PM
This is CSS.
Make a new file and put that code in it.
Save the file as 'garlicoon.css' and link to it in your head like this:
<link rel="stylesheet" type="text/css" href="garlicoon.css">

http://bonrouge.com/~externalfiles