Forum: Site Layout and Usability Sep 7th, 2006 |
| Replies: 19 Views: 8,170 I'm not an expert, but I don't think it does. One thing it doesn't make clear is that the file that you want included should be stripped of the all tags except what is needed to format the page. So... |
Forum: Site Layout and Usability Sep 7th, 2006 |
| Replies: 19 Views: 8,170 It's actually pretty simple. I found a good tutorial that will help:
http://www.tizag.com/phpT/include.php |
Forum: Site Layout and Usability Sep 7th, 2006 |
| Replies: 19 Views: 8,170 The best way to do what you need is either with PHP if you are on a Linux server or ASP if you are on a WIN based server.
They both work in the same way, without using a database. You simply... |
Forum: Site Layout and Usability Sep 7th, 2006 |
| Replies: 7 Views: 4,462 You should be able to link directly to a graphic. You would define your link as http://www.yourURL.com/graphicname.png
But at this point it is only a graphic, not a "web page". You likely won't be... |
Forum: Site Layout and Usability Jun 13th, 2006 |
| Replies: 11 Views: 2,940 There is a big debate over which is better, HTML tables or CSS. It just depends on what you prefer. I would suggest you try a little of both, see which one you grasp best. Or, it could be a... |
Forum: Site Layout and Usability Jun 7th, 2006 |
| Replies: 8 Views: 2,067 Yes, you could do frames without the scrollbars, but frames are old technology that doesn't work very well. In fact, it's been so long since I've used frames in a site I can't even give you a code... |
Forum: Site Layout and Usability May 30th, 2006 |
| Replies: 4 Views: 2,836 It is best not to put text in an image if you can avoid it. But, when it is necessary you can add an "alt" tag to your image so that handicap readers can "see" the image and so crawlers can crawl the... |
Forum: Site Layout and Usability May 25th, 2006 |
| Replies: 11 Views: 2,815 No, doesn't suck. Could use a bit of a professional touch up. |
Forum: Site Layout and Usability May 22nd, 2006 |
| Replies: 11 Views: 2,815 The first is much better. It's easier to see what is available with the items listed out.
Now, let's talk about that logo... ;-) |
Forum: Site Layout and Usability May 19th, 2006 |
| Replies: 8 Views: 2,067 There are many ways to accomplish this, the easiest would be frames, although frames aren't the best way to go anymore. If you use Dreamweaver there are built in options to help you accomplish this,... |
Forum: Site Layout and Usability Dec 13th, 2005 |
| Replies: 3 Views: 2,371 typically if you want a link to pop in a new window you add "target=blank" in your code. |
Forum: Site Layout and Usability Dec 13th, 2005 |
| Replies: 12 Views: 5,693 I'm a designer. Can you show me what you have now? Maybe then I can give you a tip or two. |
Forum: Site Layout and Usability Oct 7th, 2005 |
| Replies: 4 Views: 2,383 I took a quick glance at your code and it appears that you are mixing your widths in % and absolute, i.e. if you specify your table to be 100% width, then specify your TD in %. I would suggest making... |
Forum: Site Layout and Usability Oct 3rd, 2005 |
| Replies: 4 Views: 2,590 You have to find a web host to host your new Dreamweaver site. That host can either register your URL or you can go through a site like godaddy.com to register your URL. |
Forum: Site Layout and Usability Sep 23rd, 2005 |
| Replies: 6 Views: 3,061 Your text is blurry because it is in an image that was likely compressed to optimize for the web.
It is best not to use images in place of text. All of your content inside your white box should be... |
Forum: Site Layout and Usability Sep 13th, 2005 |
| Replies: 2 Views: 6,315 That form is most likely using JavaScript to make the code disappear. I don't think this is a native function of Dreamweaver. |
Forum: Site Layout and Usability Jul 29th, 2005 |
| Replies: 2 Views: 2,042 The first thing I would suggest is not to load so much info into a page. A good rule of thumb is that your page should be no more than 2X the height of your browser window. This helps limit the... |
Forum: Site Layout and Usability Jul 8th, 2005 |
| Replies: 3 Views: 2,529 I would like to discuss this with you.
I sent a message through your contact form on your site.
Hope to hear from you soon.
rus |
Forum: Site Layout and Usability Dec 18th, 2004 |
| Replies: 8 Views: 3,260 Maybe I misunderstood the issue. Is it physically not letting you change the value in the cell? I.E. you put in a value of 10, and it defaults back to 19 (or whatever)? |
Forum: Site Layout and Usability Dec 18th, 2004 |
| Replies: 8 Views: 3,260 The trick I use is to create a 1 X 1 pixel transparent gif and place it in the cell. Then I set the height of the gif to whatever size I want and set the height of the cell to match.
DreamWeaver... |
Forum: Site Layout and Usability Dec 15th, 2004 |
| Replies: 4 Views: 2,609 There is a great beginners tutorial on CSS on WebMonkey.
The link is:
http://webmonkey.wired.com/webmonkey/authoring/stylesheets/tutorials/tutorial1.html |
Forum: Site Layout and Usability Dec 15th, 2004 |
| Replies: 4 Views: 4,054 It looks like you are using a "theme" that pre-determines the entire look of your site with/through PHP-Nuke.
I looked at the source code and the background code is as follows:... |
Forum: Site Layout and Usability Dec 14th, 2004 |
| Replies: 1 Views: 2,768 Are you trying to get ads from different companies to rotate or different images within a single ad to rotate?
If you are doing the first, your best bet would be JavaScript. You can set the length... |
Forum: Site Layout and Usability Dec 10th, 2004 |
| Replies: 9 Views: 3,716 There are a couple of things that might be causing this.
1. You are using a thin thin script font that won't reproduce well at 72 dpi. Script fonts generally don't reproduce well in low resolution... |