Jump to content

Help With Dreamweaver And Hosting Like


TomN

Recommended Posts

Right I have finish off a site for my mates on dreamweaver and have not used photoshop as i search before and some people said slicing?? Not sure about that but any ways when i get the html code and host it, it doesn't come out how dreamweaver shows me as i have frames around the middle bit ie this HERE. But when i host it on freewebs just to test it i get this HERE oh yeah also when i started it and saved it since i have frames i have six files?? HERE So can anyone help me to keep the frames around the middle one??

Thanks

Link to comment
Share on other sites

Why on earth are you doing it like that? That's so il-logical, hell, i don't know anyone thats thought of doing it like that. At a guess, you don't have a clue about HTML, as if you did, you would know about center and valign values.

For example, put everything in a table:

----------------------------
|   ___________________   |
|   |                 |   |
|   |                 |   |
|   |    content in    |   |
|   |          table    |   |
|   |                 |   |
|   |__________________|   |
___________________________|
(Ok, drawning turned out shit, but you get the idea) or
<table align="center" width="100%" height="100%">
  <tr>
    <td valign="middle">
    content goes here
    </td>
  </tr>
</table>

Link to comment
Share on other sites

Why on earth are you doing it like that? That's so il-logical, hell, i don't know anyone thats thought of doing it like that. At a guess, you don't have a clue about HTML, as if you did, you would know about center and valign values.

Of course I don't know my HTML stuff.

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...