Jump to content

Maggy

Members
  • Posts

    6
  • Joined

  • Last visited

Posts posted by Maggy

  1. It would be easier with css but it's your choice so..this will work and you wont have any problems when you put too much content in 4

    <table border=1 width="500px;"><tr valign="top"><td>		<table border=1 width="100%;">	<tr valign="top">	<td>1</td>	</tr>	<tr>	<td>2</td>	</tr>	<tr>	<td>3</td>	</tr>	</table>		</td>  <td>4</td></tr></table>

  2. Hi, line 'src="C:/...."' works only locally and it won't work if you upload your site via server. What you have to do is to create a folder and store your html file(s) and all images you want to assign.This way the source paths will be ' src="./image_name.jpg" ' for example.Then you have to upload the whole folder to server.good luck

  3. Hello. I'm quite new to HTML, so don't be mad at me for asking you guys this newbie question. I want to move an image, but the alligning tool in Dreamweaver doesn't get the image to where I want it. Does anyone know how I can move an image without using "Allign"?Thank you.
    I'm not sure that I've understand what you wanna do but if you want to place an image or a text without using align you can create a table with the dimantion of your choice and place your image as a content in the table.For example:<table width="100" heigth="100"><tr><td width="10"></td><td width="50"><img src="..." /></td><td width="40"></td></tr></table>it might seem stupied but it works :)
×
×
  • Create New...