Tag Archives: Html Source

Weird Rollover Tables

I used to be just wondering how I could do something like the menu at the top of livejournal. com. I’d like to know how to set it up so when you rollover the top bar it masses another menu into the second… Is this specific something in CSS or even what It really is CSS, and you can view it making use of your ‘view’, ‘source’ feature together with your browser. View the HTML PAGE source and see where the. css files tend to be loaded at the beginning. Here’s the website: http: //stat. livejournal. com/xc/menu-normal. css Which is the. css which handles the author’s menu bar. Then see in the HTML source where the. css items tend to be used in addition to called as essential. –max–.

Posted in Web Design | Tagged , , , , , , , , , , , | Leave a comment

Edit pages through online interface

Is there methods to edit a site while it is online with the browser rather as compared with edit the raw script I know associated with portal and blog but at this time I don’t have a MySQL database spare that may cause a difficulty. You can change your webpage inside your browser, but your the only one who can notice the output. Mage, that’s not true. You will use PHP to open, edit, and save any files on your webspace. What do you think you’re using this for this will determine the script you need to look for. I just want an easier method of editing my HTML pages it doesn’t need offline script editors. You mean like a web based editor Some contains (http: //brinkster. com) is one who have a internet editor, which offers the chance to manually edit the HTML/source of your pages. Also, most free types (yahoo/geocities, angelfire) also have similar. Is niagra what you indicate As I believe bfsog was having at… do you wish a WYSIWYG editor or to the source Basically I want it to be built in to the actual website. So I log on also it will give me an … Continue reading

Posted in Web Design | Tagged , , , , , , , , , , , , , , , , , , | Leave a comment

How to add flash

Ok, I’m very brand new at this. MY PARTNER AND I added my pen in dreamweaver, along with saved it. MY PARTNER AND I viewed the web coding file on the harddrive offline, as well as flashplayed fine. I sent the actual html through file transfer protocol to my host. Now when my partner and i view my internet site, there is a white box where my flash need to be. Here is a link to my site mydadletsmedrink. fcpages. com sorry around the bad language on this site, it’s fiction for me and my pals. Maybe you should review your site after which you can realize the audience you’re asking for support here. While you come here trying for help with a niche site that says " I don’t discover how to code that well, and that it’s not necessary to give a f#*"……. most likely won’t get a great deal help. Destroy open your Dreamweaver guide or a Expensive book. Who knows Maybe you will start caring with regards to what you released and become a superb designer. Best of luck…… Um, I said it was for my pals, and I requested help, I don’t value the audience … Continue reading

Posted in Web Design | Tagged , , , , , , , , , , , , | Leave a comment

WHAT THE HECK is HAPPENING!.. IE Explorer, Spry

MY PARTNER AND I use dreamweaver plus the following looks best in firefox. In case you hit reunions, look when there is!… please assist.. with thanks kindly http: //www. sanfele. org/index3. html Not that you will find anything wrong using the menu you are choosing… But check out the over 200 plus the various CSS menus here: http: //www. cssplay. corp. uk/menu/ Find one that suits you and view that HTML/CSS coding as it. I think this might help you along. They seem to figure well with all browsers. Where do i get the code to this How could i use these examples Will not see the code. ps.. i still dont realize how to fix my present problem Im having when using the spryy menu. Inside examples, you use your browser to examine the HTML reference. It requires way too extended to duplicate ones page on my own server. No way to troubleshoot without playing various things. don’t you mean just struck view source… then within watch source what does someone look for isnt it the method to obtain the entire page, just not illustration This is basically the URL with all the current CSS menus… one I gave … Continue reading

Posted in Web Design | Tagged , , , , , , , , , , , , , , , , , , , | Leave a comment

What slideshow application is this site using?

Choose to add this slideshow use to my web site. Can anyone explain to what was employed to create it. It is a site: http: //microarcwelding. com/index. htm Thanks Serta Here will be the actual page containing the gallery: http: //microarcwelding. com/laser_showcase/index. php View the HTML PAGE source (using your broswer) to watch the HTML after which you can manually view all of their Javascript in addition to CSS files. Thanks with the info. I in this way slideshow. But am very new to style. Our there better alternatives versus the one being used here Thanks Serta Dan… There are some nice Flash slideshows. Use Google to look for some. You should find a Adobe flash programmer to customize one for yourself.

Posted in Web Design | Tagged , , , , , , , , , , | Leave a comment

My design is all messed

Hello i made the css valid so when i tryed to create my html good it messed the site up now its on the left of the screen and never center http: //www. carclublinks. com/ i highly recommend you help thanks. Your HTML scripting has been saved without almost any carriage returns. More or less impossible to troubleshoot. Open your blog with your browser and view that HTML source. : s is there no way of fixing this I believe there is, but did you evaluate the HTML source Not trying to become wise-guy here, but evaluate the attached impression. How will anyone manage to pick-out the CSS tags plus troubleshoot the problem You might want to re-install your website (the original files) plus start over. That is my advice. what if i post any tidy version of my source here Sure, should you be able… or help it become a. txt file and attach it to your post. The HTML Nice and clean for linux compresses all the code into a single huge block. For those who have your original files which have no yet been put through the Tidy Attribute, try using these.

Posted in Web Design | Tagged , , , , , , , , , , | Leave a comment

Navigatiom bars are always the hardest part…

Lol. Not kidding around Regardless, here’s the site use: http: //shovenose. com/clients/nhsafjrotc/index. php Basically I do not know how to make a sort of move down menu exactly where you hover over it plus it shows more optinos. Specifically I want other resources one to become a drop down palate. Bless you! Go these: http: //www. cssplay. co. uk/menus/ View numerous example menus. While viewing them, anyone view the HTML PAGE source and find how it’s accomplished. And i can agree, you copy the actual HTML source for you to use. That’s what their site is all about. Have confidence in me, you’ll find each possible menu system that exists for this one site.

Posted in Web Design | Tagged , , , , , , , , , | Leave a comment

Line break using php

Is there much difference in implementing < br> and \n at the end of an indicate statement. The simplest way to explain it truly is to test the item out. Run this test… telephone this " experiment. php"… PHP: < phpecho  “< div  id=’test’> this  is  a  test< /div> \n”; echo  “< div  id=’test’> this  is  a  test< /div> \n”; echo  “< div  id=’test’> this  is  a  test< /div> \n”; echo  “< div  id=’test’> this  is  a  test< /div> < br> “; echo  “< div  id=’test’> this  is  a  test< /div> < br> “; echo  “< div  id=’test’> this  is  a  test< /div> < br> “; > Now view this HTML source (on your browser) in the resulting script: < div id=’test’> that is the test< /div> < div id=’test’> that is the test< /div> < div id=’test’> that is the test< /div> < div id=’test’> that is the test< /div> < br> < div id=’test’> that is the test< /div> < br> < div id=’test’> that is the test< /div> < br> The \n is often a " literal" linefeed for any actual HTML, also it reflects that inside the output. That < br> outputs the linefeed to the … Continue reading

Posted in Web Design | Tagged , , , , , , , , | Leave a comment

Homepage design tips wanted

Suggestions my site: http: //barkinanime. site50. net/ Please give me any suggestions on making the homepage or maybe other pages additional visually appealing Look for a better WordPress concept. That one just isn’t very flattering. It is possible to upload a different theme and test that out without wrecking your existing concept. Are there virtually any specific things that make it bad Because i will not want a theme somebody else made. If you tell me i could truthfully fix it me personally It’s look kind of " dated", like the borders, grayish colorings, etc. The content looks more exciting compared to site design. I’m not just a graphic designer, therefore I probably should not even say anything at all. To be able to change stuff (CSS), first display a page on your own browser, view your HTML source, and appearance for the " id" as well as " class" tags that trapp the part you need to change. Evaluate the various. css files inside your theme’s CSS folder… locate those " id" as well as " class" houses, and you’ll view what the style properties are. Walking contradiction… What Change your fonts and populate the empty places. You can … Continue reading

Posted in Web Design | Tagged , , , , , , , , , , , , , , , , , | Leave a comment