Tag Archives: Code Html

How do you edit a website online, without changing the html code?

I wanted to start a website, and I know that there is a way to edit your own website online, add text and stuff, without changing the code in the html file. What is that called? How do I do that? WYSWYG (What You See Is What You Get) Web Page Editors. Try www.webs.com if … Continue reading

What simple html code can put my recent wordpress blog entries on my web page, newspaper style?

What simple html code can put my recent wordpress blog entries, titles and dates, on my web page, newspaper or any other style? No html code, because HTML just sites there, it doesn’t do anything. Some Javascript to pull your blog’s RSS could do it – just look for Javascript RSS reader code. Newspaper style … Continue reading

How do I ad an HTML banner code to the top of my website?

I would like to ad a banner to my website and is seeking help in inserting the html code to my site. Can anyone help me? easiest way to do it is using your Style Sheet. In the source code (html) you create a div id for your banner. <div id="banner"></div> In your style sheet … Continue reading

What is the code to embed a picture into html?

What is the code to embed a picture into html? I would like to embed small pictures, how do I go about doing this? Please give me the code for it. If you want to make an image into a thumbnail, or small variations of the picture, you can resize them in a photo editing … Continue reading

Where can I find a good source code/html template to use as a foundation for my website?

I’ve downloaded Dream-weaver CS4 and now I want to begin creating the website of my dreams, but I have a problem. I kind of need most of the source to be written so I can just fiddle with it. Where can I find some html source website templates that will help me with this. Thanks. … Continue reading

what is the Html code that is needed to insert a banner at the top of Myspace website?

Yes i have designed an image alrady and upload to a hosting site. I just need to know the code for html banner, so image appears at the top of my page. Thank you. they have the code addthis_url = ‘http%3A%2F%2Fhtmlindex.net%2Fhtml-code%2Fwhat-is-the-html-code-that-is-needed-to-insert-a-banner-at-the-top-of-myspace-website’; addthis_title = ‘what+is+the+Html+code+that+is+needed+to+insert+a+banner+at+the+top+of+Myspace+website%3F’; addthis_pub = ”; Technorati Tags: Banner, Code Html, Hosting Site, html … Continue reading

How would I write code in Java to read a html page from the internet and execute javascript within it?

I need to connect to a web site, download the home page, then search for a particular link within. I have achieved this, however the link I require is dynamically generated when the page loads using javascript, so my html parser in Java cannot see it. If anyone knows how to load a HTML file … Continue reading

How can I keep html code out of my forms?

I’ve a mail form on my website and I’m wondering how I can validate what is put into the message part of my form so that I can keep html code out of it. Can you help me with some code to strip out html code from my form? use javascript to exclude special characters … Continue reading