Ask a Question related to HTML & CSS, Design and Development.
-
Xclusive #1
HTML Help
I am learning HTML in Dreamweaver MX.
I am having problems adding a nested table next to an image inside the main table.
When I try, the table goes "UNDER" the image, or creates a new table at the other end of the table. So in other words I am trying to put a table next to an image (like wrapping)
Here is my code below:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<title>Untitled Document</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
</head>
<body>
<table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td bgcolor="#FF99CC"> </td>
</tr>
</table>
<table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td><img src="emma-text.png" width="220" height="126">
</tr>
</table>
<table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td bgcolor="#FF99CC"> </td>
</tr>
</table>
</body>
</html>
I would be greatful if any one could help me
Emma Hobbins.
Xclusive Guest
-
Flash .html Plays on Server but NOT on html page
Sorry for being so green. Running IIS Microsoft Server 1. Installed FMS 2. Installed Player 8 and 9 Uploaded .flv and .swf files to server.... -
HTML <Href Link inside a form (HTML text box)
Hello, I am using a standard HTML Form to gather information from users and one of the elements within the form is a text box that users will paste... -
html character enities and other html tags in Contribute3.x
If you need support/integration of additional html character entities and other html tags in Contribute 3.x, please let Macromedia know that you are... -
textArea's and external html files> linking in the html to a new file
Is it possible to have a link like an <a href... in a html file loaded into a textArea which then if clicked loads a new html into the same... -
How to use HTML::Parser to remove HTML tags and print result
I am trying to use HTML::Parser to parse an HTML file, remove all HTML tags (including comments, etc.), replace all ENTITIES (e.g. &), and put... -
Murray *TMM* #2
Re: HTML Help
Nest a two column single row table in the cell. Put your image in the left
cell, and make its valign be top. Do whatever you want in the right cell.
--
Murray --- ICQ 71997575
Team Macromedia Volunteer for Dreamweaver MX
(If you *MUST* email me, don't LAUGH when you do so!)
==================
[url]news://forums.macromedia.com/macromedia.dreamweaver[/url] - THE BEST WAY TO GET
ANSWERS
==================
[url]http://www.dreamweavermx-templates.com[/url] - Template Triage!
[url]http://www.projectseven.com/go[/url] - DW FAQs, Tutorials & Resources
[url]http://www.DreamweaverFAQ.com[/url] - DW FAQs, Tutorials & Resources
[url]http://www.macromedia.com/support/search/[/url] - Macromedia (MM) Technotes
==================
"Xclusive" <emmaforever16@hotmail.com> wrote in message
news:bemr2g$avl$1@forums.macromedia.com...main table.> I am learning HTML in Dreamweaver MX.
> I am having problems adding a nested table next to an image inside thethe other end of the table. So in other words I am trying to put a table> When I try, the table goes "UNDER" the image, or creates a new table at
next to an image (like wrapping)> Here is my code below:
> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
> <html>
> <head>
> <title>Untitled Document</title>
> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
> </head>
>
> <body>
> <table width="100%" border="0" cellspacing="0" cellpadding="0">
> <tr>
> <td bgcolor="#FF99CC"> </td>
> </tr>
> </table>
>
> <table width="100%" border="0" cellspacing="0" cellpadding="0">
> <tr>
> <td><img src="emma-text.png" width="220" height="126">
> </tr>
> </table>
>
> <table width="100%" border="0" cellspacing="0" cellpadding="0">
> <tr>
> <td bgcolor="#FF99CC"> </td>
> </tr>
> </table>
> </body>
> </html>
>
> I would be greatful if any one could help me
> Emma Hobbins.
>
>
Murray *TMM* Guest
-
walkerwe #3
HTML Help
I'm new to Coldfusion and I have developed a Robohelp xpj project. I've created the map ids and I need to know how to call the context sensitive help in coldfusion
walkerwe Guest
-
AndrewDG-MMTS #4
Re: HTML help
Hello,
If you own Studio 8, you can create the nav bar in Fireworks and export if.
After exporting the nav bar, import it in Dreamweaver. If you do not have
Fireworks, you can use DW's show pop-up menu behavior.
Show Pop-Up Menu:
[url]http://livedocs.macromedia.com/dreamweaver/8/using/19_jsb31.htm[/url]
Hope this helps.
AndrewDG-MMTS Guest
-
Murray *ACE* #5
Re: HTML help
I don't recommend that anyone use the DW/FW nav bar, or the DW/FW pop-up
menu. They are poorly implemented and will cause you grief.
There are much better ways to do these things.
--
Murray --- ICQ 71997575
Adobe Community Expert
(If you *MUST* email me, don't LAUGH when you do so!)
==================
[url]http://www.dreamweavermx-templates.com[/url] - Template Triage!
[url]http://www.projectseven.com/go[/url] - DW FAQs, Tutorials & Resources
[url]http://www.dwfaq.com[/url] - DW FAQs, Tutorials & Resources
[url]http://www.macromedia.com/support/search/[/url] - Macromedia (MM) Technotes
==================
"AndrewDG-MMTS" <webforumsuser@macromedia.com> wrote in message
news:ef1o27$o2m$1@forums.macromedia.com...> Hello,
>
> If you own Studio 8, you can create the nav bar in Fireworks and export
> if.
> After exporting the nav bar, import it in Dreamweaver. If you do not have
> Fireworks, you can use DW's show pop-up menu behavior.
>
> Show Pop-Up Menu:
> [url]http://livedocs.macromedia.com/dreamweaver/8/using/19_jsb31.htm[/url]
>
> Hope this helps.
>
>
>
Murray *ACE* Guest



Reply With Quote

