HTML Forums | An HTML and CSS Coding Community

Welcome to HTMLForums; home of web development discussion! Please sign in or register your free account to get involved. Once registered you will be able to connect with other members, send and receive private messages, reply to topics and create your very own. Our registration process is hassle-free and takes no time at all!

Search results

  1. cittybb24356

    Force a table to rezise to fill screen

    You have this on your computer already? If you want to view this on the iPhone or some sumsung pantech android cell phone, it is programmed automatically by Java programming methods. Not need to go into that here. But easily done using parameters. screen size. So this is seen automatically...
  2. cittybb24356

    Design to Html

    You are in the wrong topic to do those things. C# programming or Java programming does those things. Software programming.
  3. cittybb24356

    Some old code stopped working, trying to get it going again.

    The administrator is using C# programming. She disabled your function to view it. Using C# programming methods. This is not associated to html. Html only handles markup language to mark up or alter the contents of a web page.
  4. cittybb24356

    Images are not uploaded

    What is the link to the class? href=" ". You cannot alter html content to affect functions of the computer. Just the design or layout of the content is associated with html. Mark up language.
  5. cittybb24356

    Newbie - Need Help

    Not from the html. When ever you burn a CD you are moving or copying to another file or location. No longer exist because the program is not meant to do that function. This is a function. Like Macntosh. Drag and drop method. Again the software has been altered. Application. You're on C#...
  6. cittybb24356

    Video Element Doesn't Find Local Video

    You need a server. LIke http:// then what ever your URL is. Called a Domain name. This server anchors pictures to your own screen. So you can see it while editing or doing some thing else to it. For example, uploading a video on your own screen to see and play.
  7. cittybb24356

    Help with Contact Form

    Are you building it now on dream weaver? You view your website on view. But first you need to publish it. So every one sees it on the internet. But set everything up first. In DreamWeaver then save it. View it. Then publish it. You can edit it any time. Where it says publish ? Press...
  8. cittybb24356

    Images not aligned with text

    html coding. It is set differently now. But you will need to add CSS along with some html mouse codes to get this done. What did you do this on? Word or word perfect application? It's the way the program is made. px arrangements. Different screens to each screen or application use.
  9. cittybb24356

    My Website is not playing any of my videos

    Would like to see your video layout? In form. Just like youtube. Nice design your website. It works. The video from my computer. Nothing to worry about. Do you have a server on your computer? Or just buying one from the company? You need most time a server to view the videos. This is...
  10. cittybb24356

    Cant show/hide within <details>

    You mean hide or show a content within the html document? Add this to the html div <div id="myDiv"> Toggled div </div> This goes in your javascript function evaluateBoolean() { const div = document.querySelector("#myDiv"); if (location.hostname.indexOf("someval" > 0) { //you would add the...
  11. cittybb24356

    Div wont expand with content

    div tags are just used to define a section or section of an html document. You'll have to add your own border layouts to each section of the document then you can get what you specifically want on how a document should look. l Is the CSS fitted to the html document? By that I mean the class...
  12. cittybb24356

    I do not see an option to delete this post.

    <del> What's up? </del> Try it out. See how it looks. we're on bulletin board codes. So different markup language. It was created in 1998.
  13. cittybb24356

    Help with bookshelf.

    This requires lots of work in CSS and html. onMouse() methods used. So you can click on an item and it will come up as a new page. Of which only you can start this project off.
  14. cittybb24356

    Default browser zoom to 100%

    What kind of computer do you have and the browser you're on? Every browser is different. There should be a browser option that is for save, screen shot, settings, etc. Also one for screen shot size as in 100%. Set that to 100 % using your mouse buttons.
  15. cittybb24356

    Application runtime doesn't load images, and shows an error

    You're using a specific screen. Most screens or programs are made to refit the page you are on. If the picture is not loading probably your computer is not programmed to check to see if the right pictures are there. As a server then, make sure the correct settings to a specific screen is set...
  16. cittybb24356

    Frustrated newbie, am I in the right place for basic advise why mine won't work?

    You want to add links to a page? Here is how the syntax is <a href=" ( website url to link to )"> describe your link </a>
  17. cittybb24356

    No white spaces between images

    border-style: is used in the header area of the html document. Very specific alignment. dashed or solid line around your pictures. Spaced out. When you place the picture in an <img src=" "> tag, it will show up as a border around those images. Though it will be a dashed or solid lines. But...
  18. cittybb24356

    Why did the videos disappear

    Have you ever used imageBam.com on any website blog? They add a link to add your pictures to the website. Where as before only text to be added to the text area. Now, you can see pictures or gifs to it. The link is attached to the page you were on. Sent back to you. HTML will work even...
  19. cittybb24356

    Why did the videos disappear

    No. The administrator blocked you off to that site you were once on. Class files were used. Those are java scripts they used to accomplish this. Some thing like how they use javascript to ban a forum goer. Same thing. Not actually class files. They use a link to redirect your videos and...
  20. cittybb24356

    How to remove the thin line between header, body and footer?

    On the developer's tool? This will automatically change the layout of the web page I'm on? I've never tried that before/
Back
Top