HTML - How To Do Different Format Style Command?
I use this command on one of my pages to enable the text to 'float' over the background:
<style type="text/css"> body { background-image:url("pinkflower.gif"); background-attachment:fixed} </style> And I would like to use it on another page. But this other page has lines of code like this: <body style="background-image: url(paper.gif);"> <table style="text-align: left; width: 905px; height: 803px;" border="1" cellpadding="2" cellspacing="2"> <tbody> and so on..... a whole swag of things inside the 'body' tags. So I guess I can't just paste that original thing into there (though I should try it shouldn't I? Hang on............ Woops... it worked fine just pasting it in there... right after the <body style.... line. But I'll leave the question out here, because it's not very tidy and wouldn't be right to have the 'background image' in there twice... So I'll change my question to become: "What's the 'proper' way to do this?" regards, ab Similar TutorialsHi. I am begginer in HTML. I need a HTML code, which converts all capital letters in text into small leters. Help me. Hi, I shall be much obliged if you tell me how do i use 2 name attributes in single <input> command. Cause i made a register form that will register user on both site & forums, So i need to put them. Thanks in advance : ) Hi, I'm pretty new to HTML coding. After googling for a long time, I am unsuccessful at finding the answer I am looking for. I want to create an intranet page for server administrators. Most of the admins run Windows on their own machines, but they do administer unix and linux boxes as well as Windows servers. For unix/linux boxes, we use putty as an ssh client, and this is where the html admin page comes into play. Rather than each user having their own profiles for each machine they are going to log into, I want to administer this centrally. Each client has a copy of putty.exe on their windows box, but I want to use a central repository for all the machines you can log onto on a web server. In other words, I want to specify in URL which client application, and which host to connect to. So far I have : file:///c|/temp/putty.exe What I want to do is this: putty.exe -l <loginname>@<hosttoconnectto> example : putty.exe -l admin@1.2.3.4 I have tried multiple times to add arguments, but can't get it working. file:///c|/temp/putty.exe -P 22 -l admin 1.2.3.4 For instance, I have tried to substitute whitespaces with %20, but with no luck... I can get this to run from a command line (substituting the / with \), and removing file, ie : c:\temp\putty.exe -P 22 -l admin 1.2.3.4 How do I pass arguments to the file URI? Please help.... Simon. First off I'm a total newb as far as websites go.I don't have any training whatsoever. I'm building my first website click.balloonmaster.com. My problem is using the mailto command. I have tried making a form using it so that visitors of my site can send me an email using a form with text fields and a submit button. It works properly, but it opens up my mailing program when I test it, so I'm sure it will do the same for my visitors. My question is "Is there another command/tag/whatever that can make it so the text entered in the field, upon submission, will go to my email without trying to open a mailing program"? I am trying to do a Firefox add-on that should simplify web surfing. But I encountered a problem : There is a link that isn't keeping the same path by changing the URL (it changes a number at the end of the URL) so every time the program meets this link, it stops. The Macros of the software I am using looks like this (with a single link) : ex: VERSION BUILD=6060801 RECORDER=FX TAB T=1 URL GOTO=http://www.htmlforums.com/newthread.php?do=newthread&f=4 but let's suppose, next time I want to enter http://www.htmlforums.com/newthread....=newthread&f=4 the URL changes into http://www.htmlforums.com/newthread.php?do=newthread&f=19 My question is : How can I rewrite the code of the macros so that the software can auto detect the correct URL between many URLs ? Is there a possibility of entering URL GOTO : the range of the URL ? Thank you in advance ! Is it possible to use the onload command outside of <body> tags, or is there some other way to have the same effect? I am trying to figure out how the user can click ANYWHERE on the webpage, and it will execute the 'Show Desktop' command (like in the quicklaunch -- for windows XP). The webpage will be used as the desktop background. I want the user to be able to click on the desktop background, and all other windows will become minimized. An onclick function perhaps, or something that executes "Windows key + M"? Please help, this is for my job lol Hi, I am working in Web Application Designer in SAP and it uses XHTML as the language for creating the web items. I have a toggle button which I am able to link with a web item and use the show/hide option. Can any one tell me if I can include another web item to the same toggle button and use it to hide both the Analysis items? <bi:BUTTON_GROUP_ITEM name="BUTTON_GROUP_ITEM_1" designheight="70" designwidth="300" > <bi:BUTTON_LIST type="ORDEREDLIST" > <bi:BUTTON type="COMPOSITE" index="1" > <bi:CAPTION value="Show value" /> <bi:ACTION type="CHOICE" value="INSTRUCTION" > <bi:INSTRUCTION > <bi:SET_ITEM_PARAMETERS > <bi:cmd_item_parameters type="TEXT_ITEM" > <bi:VISIBILITY value="VISIBLE" /> </bi:cmd_item_parameters> <bi:TARGET_ITEM_REF value="TEXT_ITEM_1" /> </bi:SET_ITEM_PARAMETERS> </bi:INSTRUCTION> </bi:ACTION> </bi:BUTTON> I want to add <bi:cmd_item_parameters type="ANALYSIS_ITEM" > <bi:VISIBILITY value="VISIBLE" /> </bi:cmd_item_parameters> <bi:TARGET_ITEM_REF value="ANALYSIS_ITEM_1" /> To the same Button group. Any insight into how I should combine the instructions to the same button group? is there a specific one which i should use when making my site? jpeg or gif or any other format? Thanks hey anyone who's reading this.. i'm having trouble with fleshing out a vertical menu as when i do, it either doesn't work or doesn't work the way that i had imagined. any help? trying to make submenus that shift down the other main menus from the main menu it originated from. font style won't attach; i used ideoma_SPRAY.otf for the entirety of it and both the html and css are separated in the one txt file. wasn't sure if i was supposed to post this to html or css so i'm just putting it up here for now. thank you! I need to design a webpage for selling livestock. I want to have a tabbed bar across the top with links to a page designated to each type of animal.. maybe 6 or 7 tabs in total. I also want a box at the bottom with contact information on every page. Each tab will just be a link a page with 5 or 6 pictures of animals and descriptions below them. What's the best way to do this? Should I even bother with CSS on a simple site like this. I want the home page to look like this: (tab for each of below) home our farm horses horses for sale sheep sheep for sale ************************page content******************************** John Doe 555-555-5555 jdoe@gmail.com I know html basics but really don't the easiest way to do this. First thing that comes to mind is just making a table but idk. I'm just using a text editor to make it. Thanks Hi, I created some pages using DW8. When i review the pages, IE shows them perfect without any formatting issues whereas when i see the pages in Firefox, it destroys the formatting. The tables and the forms would get big or small. How can i fix this? Thanks, How do sites like MLB.com make it so they have their background and on top of that they have a window that shows their actual site. I want to do this to my site but like I said I am relatively new to HTML Is there such a thing as an improper html file? I cant upload my new, and first site. I connect to the server and get 3 files, 2 folders and one .asp file. the folders a Stats and _dp_backup. the last file is gdform.asp when i add my html file, my site does not change. NOTE: i wrote the html in notepad and saved it as mysite.html i think its not working because the file is not a proper html? maybe.. but when i open it, it shows what i've made in a web browser. HELP! Im really confused, as this is my first site. why can't i upload anything! www.unboundstudios.net check out my link, you can see what happend to the page. ______________________________________________________ PS before i uploaded my first html file, i deleted 2 IE files (internet explorer files), basicly html files that actually showed a type of site that says SITE COMING SOON, which was there as soon as i hosted my domain. once i deleted those 2, this is what came up: www.unboundstudios.net why? can i fix it? do i need those 2 files? i think they were html but can i add my own.. and how? My Website: http://tinyurl.com/ygspuc In IE7 the content is extended to far. As you can see in the attachment. Any help greatly appreciated. How can I format the code using Dreamweaver CS4 ? I have in the same page HTML, Javascript and PHP. I would like to format all the code with the correct indentation. thanks On vettenut.com one word "Vote" is blue and I cannot see how to correct this. Code: <p align="center" class="auto-style2"><span class="auto-style3">↑</span><span class="style28"> Vote for my Site </span><span class="auto-style3">↑</span></p> For some reason my left nav in my product pages is not being displayed correctly and for the life of me I can not figure out why. On my home page there is no issue, the problem occurs when going into my webstore. There does not seem to be a probem in Firefox or Google Chrome, just Internet Explorer. Can someone please help? Here is an example page of where the problem is occurring - http://store.thebluedot.net/Items/lgvx9400verizon-aa Thanks so much in advance for any help you can provide! |