Re: Site looks fine in Design View but not Browser
Hi John and Magi, Many thanks for replying so quickly. I really appreciate this. Apologies for the delay in my reply. I have registered with a company to host my site but it is currently down for...
View ArticleRe: Site looks fine in Design View but not Browser
Hello,I can give some ideas for it.Check if there is scroll bar present or not.may be your division exceeding d screen size. And also check you have properly closed the division.If its nested division.
View ArticleRe: Opacity screws up font in IE
Nancy O. , rgba <div style="background: rgba(255, 0, 0, 0.25);"> is cool, but... cross browser syntax ? cross browser text wipout ? opacity: 0.50; /* Firefox ab 3...
View ArticleCreating two columns using tables in Dreamweaver
I use Dreamweaver to create a daily eblast. I create in a table, save, then upload to my server. From there, I take an URL and export, via html, in my mail server (iContac) I'd like to format it in two...
View ArticleRe: Creating two columns using tables in Dreamweaver
<table width="900" border="0" cellspacing="5" cellpadding="5"> <tr> <td width="650"> </td> <td> </td> </tr></table>
View ArticleRe: Creating two columns using tables in Dreamweaver
Actually, I left one key part out. I want to make THREE separate blocks. ONE full width on top (900) and TWO columns below it at 650 and 250. The top is the header, bottom left is current news, the one...
View ArticleRe: Creating two columns using tables in Dreamweaver
Hi Don, do you think about something like that? <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"><html...
View ArticleRe: Creating two columns using tables in Dreamweaver
Yes Don, you would paste the table code in code view wherever you want the table to appear. Read here on various types of table exampleshttp://www.w3schools.com/html/html_tables.asp
View ArticleRe: Creating two columns using tables in Dreamweaver
Thanks so much. One thing that happens when I paste my RECENT NEWS into the column at right is that there's a lot of white space at the top of this column which I can't seem to erase.
View ArticleRe: Creating two columns using tables in Dreamweaver
Thanks so much. One thing that happens when I paste my RECENT NEWS into the column at right is that there's a lot of white space at the top of this column which I can't seem to erase.
View ArticleNeed TUTOR to Help Me With CS3 and phpMyAdmin
Hi All, I am interested in working with a Dreamweaver guru (preferrably CS3) to build a database driven website using CS3 and phpMyAdmin. Alternatively, if there is a very good book I can purchase that...
View ArticleRe: Creating two columns using tables in Dreamweaver
add valign="top" to tr tag <table width="900" border="0" align="center" cellpadding="5" cellspacing="5"> <tr> <td colspan="2"><div align="center">Header...
View ArticleRe: Need TUTOR to Help Me With CS3 and phpMyAdmin
How much do you know about creating websites and in particular how much do you know about HTML? If you know nothing about HTML then CSS of any flavors is not going to help you. To get started with...
View ArticleCannot add browser to the preview list
I'm using DW CS6 Cloud on Mac OSX 10.8.2 and having a problem adding browsers for preview.Preferences > Preview in Browser I click [+] and choose the application such as Firefox, Chrome, check...
View ArticleRe: Help! Dreamweaver keeps automatically 'putting' my template onto the...
Welcome to the Forum Catherine - I don't have your version, but while having a copy your template is not required for functionality,It's a good idea to have a backup copy on the server in case you lose...
View ArticleEditing window problems
I'm trying to rebuild my page using css layout. Everything was going fine until I saved the page. All I did was edit some text. No formatting or adding tags. Suddenly the page went blank in the design...
View ArticleRe: Cannot add browser to the preview list
Is/are the desired browsers installed on this machine?
View ArticleRe: Home page opening at bottom of the page
Forgot to mention I was viewing it with Chrome. Nancy -- which browser are you using? Thanks! Cedar
View ArticleRe: Correct method to set text properties for a CSS
I think this tutorial is what you're looking for: Using DW Page Properties to create a basic CSS style sheet http://kb2.adobe.com/community/publishing/505/cpsid_50576.html Nancy O.
View Article