Click to See Complete Forum and Search --> : image positioning


Taurus
09-27-2005, 08:07 AM
I need help positioning my start page image. Currently image located too close to a top navigation bar and I just want to move it a little downwards.

This same thing for a start text, I also need move it a little below. What can be adjusted?


<table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td class="title_text"></td>
<td rowspan="2" valign="top" align="right"><img src="http://demo.webserver.com/site/images/data/index_splash.jpg" alt="" width="365" height="319" border="0" /></td>
</tr>
<tr><td valign="top">Text text Text text Text textText textText textText text </td></tr>
</table>

tufferal
09-27-2005, 10:20 AM
2 things you can do that i can see,

you can either add some white space tothe top and bottom of the actual image for a quick fix, or delve into CSS and position your elements that way!

Taurus
09-27-2005, 11:39 AM
I dont want change CSS, how it will look in quick fix via image attributes?

lexanew
09-27-2005, 01:49 PM
Have you tried adding a line break just before the image tag?

<BR><IMG height=319 alt="" src="http://demo.webserver.com/site/images/data/index_splash.jpg" width=365 border=0>