Forum: HTML and CSS Jul 31st, 2009 |
| Replies: 10 Views: 656 Just add scrolling="no" to the iframe, that should work |
Forum: HTML and CSS Jul 30th, 2009 |
| Replies: 10 Views: 656 if you have the width and height set in the peramiters
<iframe width="300px" height="400px"> etc.
Then it should not change size. You may however need to specify that in the style E.G.
<iframe... |
Forum: HTML and CSS Jul 30th, 2009 |
| Replies: 10 Views: 656 You create a link in HTML with
<a href="somewhere.html">Link</a>
But you have to tell it that you want it to change the location (Page) in the frame by giving it a target like this
<a... |
Forum: HTML and CSS Jul 30th, 2009 |
| Replies: 10 Views: 656 This can be achieved using IFrames (Inline Frames or Framesets)
basicaly its a window within a page that can display another page. You could set it up like this
<iframe name="Frame" width="400px"... |
Forum: HTML and CSS Jun 10th, 2009 |
| Replies: 2 Views: 418 aspell (http://aspell.net/) can be used for spell checking but I have never used it |
Forum: HTML and CSS Nov 20th, 2008 |
| Replies: 1 Views: 1,759 Hi,
I have a website and I want to have a background that is 200 pixles down but 100% of the width of the page. I do not want the background to repeat. I use photoshop for my image so if there is... |