Re: URL not working properly
The pink rectangles should be the background as you can see in the image I've provided.The logo should be smaller in the left top corner.Page 1, Page 2 and Page 3 sould be centered in a rectangle.There...
View ArticleTables in Dreamweaver CS6
How do you specify the thickness of an individual table cell in Dreamweaver CS6? I had a page created using CSS but our website hosting software doesn't recognize CSS, so I am back to good old HTML...
View ArticleRe: How can i apply border for fluid grid layout div
Owing to how the CSS Box Model works, borders tend to mess things up quite a bit in FluidGrid Layouts. My Advice is to add the following code to any LayoutDivs you want borders applied to:...
View ArticleRe: Tables in Dreamweaver CS6
This will put a 1px border around all table cells, is that what you mean? <style>table { border-collapse: collapse; } table td { border: 1px solid #066; }</style>
View ArticleRe: Tables in Dreamweaver CS6
Not exactly....as I said in my message, my website hosting software does not recognize CSS. It has to be straight HTML.
View ArticleRe: I am unable to center my spry menu bar
Try this:http://foundationphp.com/tutorials/sprymenu/centering.php Nancy O.
View ArticleRe: Tables in Dreamweaver CS6
Why can't you use inline styles? <table> <tr> <td style="border: 3px solid red">cell with red border</td> <td>cell with no border</td>...
View ArticleRe: Tables in Dreamweaver CS6
That is exactly what I needed! No matter what I tried I could not get it to work, and I wasn't sure what the code was. Perfect - thank you so much!
View ArticleCopy and Past File from one folder to another
Hello, I am having an issue with copy and pasting files from one folder to another. I use ctrl C and ctrl V or right click on the file and selct copy/past to the folder i want to past the file to and...
View ArticleRe: Copy and Past File from one folder to another
You simply cannot have two files with the same name in the same folder. No operating system will allow this. Remove old page1 from folder before you copy & paste the new one. Nancy O.
View ArticleRe: Tables in Dreamweaver CS6
Use cellspacing and bgcolor for the table and bgcolor for the <td> cells Example: <table bgcolor="#333333" width="510" border="0" cellspacing="1" cellpadding="0"><tr><td...
View ArticleRe: What would cause a site to NOT 'preview in browser'?
Did you validate code to identify possible errors? Code Validation Tools------------------------------------CSS - http://jigsaw.w3.org/css-validator/HTML - http://validator.w3.org/ Nancy O.
View ArticleRe: Tables in Dreamweaver CS6
ecc_ldillon wrote: That is exactly what I needed! No matter what I tried I could not get it to work, and I wasn't sure what the code was. Perfect - thank you so much! Thought you said your software...
View ArticleRe: OT: Harlem Shake
This shows why we need mothers. To stop us from acting like idiots.
View ArticleRe: How can I get my images and header to show correctly on my website?
Hi Bregent, Thanks again for all your help, I finally got it!!!! Wahooo... I can't tell you how grateful I am. Heres the "nwmacomb file looking just like it should!...
View ArticleRe: Tables in Dreamweaver CS6
It doesn't recognize CSS as in <style type="text/css"> in the head of the code, and using <div> tags within the body of the page to call the CSS codes. But inline codes seem to work....
View ArticleRe: URL not working properly
Coding errors: HTML: http://validator.w3.org/check?verbose=1&uri=http%3A%2F%2Flave0134.site 44.com%2Fdsn1568%2Ftutorial%2520layout%2Fpage1.html CSS:...
View ArticleRe: Dreamweaver CS6 missing 'border' in properties
We don't care what is HTML standard, CSS, or something else. It's the job of Adobe developers. We only need the RESULTS.If that's your attitude, you probably shouldn't be building web sites with DW....
View ArticleRe: Dreamweaver not Responding
Which version of DW do you have?Do you have all the latest updates?What happens when you launch the product? Has it always behaved this way or is this something new? Nancy O.
View ArticleRe: Radio stream
Your site is WordPress driven. Do a Google search for WordPress Audio Player player plugins. Nancy O.
View Article