Jump to content

Maggy

Members
  • Posts

    6
  • Joined

  • Last visited

Maggy's Achievements

Newbie

Newbie (1/7)

0

Reputation

  1. Maggy

    html and tables

    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. Maggy

    centralized webpage

    what you need is a css... body{border-style:solid;margin-left:300px;margin-right:300px;} try this one..
  4. Hello,i've tested your piece of code in DreamweaverMX and it works fine..check the code placed before footer, you may have forgotten to close some tabs or something like that.If it's all good and still doesn't work let me know.Good luck!
  5. 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...