Print brain trying to become html brain

duh.... OK, I know this is probably a pretty broad question,
but I cannot seem to wrap my brain around this. I have my page set
up using CSS, now I don't know how to add the additional items and
have them where I want them to be. Am I suppose to use tables
within the div?
Example: this is to be a portfolio site, so I want to list
images with small description to the right, next to them. I've got
a main content div and a side bar div, but as I add items (some
horizontal, some vertical) how to I add images and line up the two
columns? Here is link to preliminary files
http://www.montereystreet.com/MSD/
Did I go about this the wrong way?
Any help is much appreciated.
Thanks
Denise

Good tutorials here
http://www.w3schools.com/default.asp

Similar Messages

  • Upgrading to V4 has lost all of my Bookmarks, I still have the restore files in my profile data but they will not load, I have tried importing the html backup file too but it didn't work either. How can I get them back?

    Upgrading to V4 has lost all of my Bookmarks, I still have the restore files in my profile data but they will not load, I have tried importing the html backup file too but it didn't work either. How can I get them back?

    Ok this is bizzare!
    Thank you for your response, I went throught each and every step without any luck, even got the recovery programme, and painstakingly tried to sift through all that mumbojumbo to find what i needed. finally found the bookmark bit, but it had been fully overwritten :(, so on reading about previous ff versions, found the sqlite thingys, and they were relatively unscathed(partly written over, but saveable apparently TG), saved them to adiff drive, amongst other possibly good folders. Then looked up how to install them, and it said to close FF, and install to profile folder.
    So i tried to close FF, and the original problem from a few days ago, where it asked me if 'i was sure i wanted to close this window as it has X tabs open', popped up again. This is where 'open blank page' selection was set, over 'open previous tabs'. Wanting to save that info on how to sort out these friggin files, I reset the Option to 'open previous tabs', and closed FF. After unsucessfully searching for the profile folder on my laptop, i opened FF intending to search online for where i could find said folder.
    AND BANG, surprise surprise, the FF I had just closed with only tabs open about finding out what the heck to do, had disappeared, and instead my original saved tabs were up, and my bookmarks are there..... I am gobsmacked! what the heck just happened there???
    I have made 3 back up in different folders now, of those friggin bookmarks. I am weary now tho of shutting it all down.... what if its back to the other pages I had with no bookmarks, tomorrow :(

  • I just purchased by MacBook Pro and I need to connect it to my HP officejet 6500 wireless printer, I tried putting the disk from the printer and I was not able to connect the two can you help me.

    I just purchased my Mac Book Pro and I need to connect it to my hp officejet 6500 wireless printer, I tried using the CD that came with the printer and it will not connect

    Very glad you added that bit of information because I see different problems similar to this.  I want to share with them what you did and hopefully you not only fixed your specific problem but you can lend some more advice to others with problems like this. Thanks!
    Don't forgot to say thanks by giving "Kudos" if I helped solve your problem.
    When a solution is found please mark the post that solves your issue.
    Every problem has a solution!

  • When I try to print anything in Firefox, email or internet, I get a message that says printer error and nothing prints. Tried printing same stuff from Internet

    When I try to print anything in Firefox, email or internet, I get a message that says printer error and nothing prints. Tried printing same stuff from Internet Explorer it works fine.

    hello bdoolen, please try to [[Reset Firefox – easily fix most problems|reset firefox]] and see if this can address the issue...

  • Ever seen this error message? You tried to use HTML or other restricted code. We, currently, do not allow HTML or other types of code in our message board posts or signatures. Try again with simple text only.

    Trying to load this site
    http://southcarolina.247sports.com/
    and it redirects me to this address
    http://media.247sports.com/Oops.html?aspxerrorpath=/
    and gives me the error message. "You tried to use HTML or other restricted code. We, currently, do not allow HTML or other types of code in our message board posts or signatures. Try again with simple text only. "
    Thanks for your help

    Clear the cache and the cookies from sites that cause problems.
    * "Clear the Cache": Tools > Options > Advanced > Network > Offline Storage (Cache): "Clear Now"
    * "Remove the Cookies" from sites causing problems: Tools > Options > Privacy > Cookies: "Show Cookies"
    Start Firefox in [[Safe Mode]] to check if one of the add-ons is causing the problem (switch to the DEFAULT theme: Tools > Add-ons > Themes).
    * Don't make any changes on the Safe mode start window.
    See:
    * [[Troubleshooting extensions and themes]]

  • I'm trying to become an Affiliate and I am on the Affiliate page but there is no sign up form

    I'm trying to become an Affiliate and I am on the Affiliate page but there is no sign up form, Also the Persona window opened and asked me to enter my email in which I did and clicked enter and it said I need to confirm my email but I never received any confirmation email and I tried this a number of times.
    The email I'm using is [email protected] ''(email removed by Moderator)''
    Thanks,
    Al Silva

    Hi Al, have you ever used Persona before? If not, it might be easier to set up your Persona account here: https://login.persona.org/
    After setting it up, what will happen when you sign in with a Yahoo account, at least for me, is that a Yahoo window opens and you sign in on Yahoo's form. Then you are sent back to the Persona window.

  • Why do I get print error trying to print pdf?

    why do I get print error trying to print pdf?

    Assuming you are having a problem printing one PDF, and not every PDF, If you have Acrobat, you can try Tools> Print Production> Preflight> PDF/X Compliance> Convert to PDF/X-1a. You can also look in your printer settings and see if you have the option to "print as image".

  • Printer keeps trying to calibrate

    The printer keeps trying to calibrate.   It will stop for awhile then start up unexpectedly.  I cannot send docs to the printer.  Why is it doing this?

    Hi mary-jma, Sorry to hear that you are having issues with your printer calibrating. I have had this issue myself and I was able to get it resolved by simply plugging the power cable directly to a wall outlet. If you have the printer connected to a Power Bar/Strip, the printer will not get all the power needed to function properly due to the fact that it has it's own surge protector. Here is a document that shows the Issues when Connected to an Uninterruptible Power Supply/Power Strip/Surge Protector. If this does NOT resolve the issue, please feel free to write back.
    Thank you.
    Click the “Kudos Thumbs Up" at the bottom of this post to say “Thanks” for helping!
    Please click “Accept as Solution ” if you feel my post solved your issue, it will help others find the solution.
    W a t e r b o y 71
    I work on behalf of HP

  • Problem with printing multiple Embedded PDF in HTML page

    I have a list of embedded pdf in a html page to be printed in particular order. Using following java script i am trying silently print the pdf one by one. <br /><br />var objectList=document.getElementsByTagName("object");<br /><br />for(i=0;i<objectList.length;i++){<br />   priobj=document.getElementById(objectList[i].id);<br />   priobj.printAll();<br />}<br /><br />Actually the order of call to the printAll methods works correctly.  But the printing of PDF are not is correct order of call. <br /><br />Any Inputs or directions or workarounds on this issue will be really appreciated.<br /><br />Thanks a lot<br /><br />Prem

    HI,
    wat i understand is u r trying to loop at a variable window .but tht is not suggestable.
    write a loop in program lines. read the values in to different variables and the try printing them as text elements that will solve the problem.
    or else in other way use a template and that can also solve the problem.

  • Problem while printing from SAP GUI for HTML

    Hello,
    We are trying to print a delivery confirmation from the portal using SAP GUI for HTML. We have followed note 771683 to do this. However we are facing the following problems:
    1) The print action(PDF creation) is not triggered until the user performs some action
    2) the PDF that is created is corrupted(does not open)
    In order to correct this we tried to implement note 957292. However, the changes to the object FRONTEND_PRINTPOLL_FRONT_REQUEST.HTM mentioned in this note created problems. So we decided to do the changes to this object manually. But we see that the SAP note doesn't contain any information on changes that should be implemented for this object.
    Question:
    Is the note 957292 only way to solve the printing(PDF) problem? If not, how can we trigger the automatic creation of the PDF and remove the error from the PDF file?
    If yes, any idea what is causing the problem during the note implementation?
    We are on NW2004s - EP7.0 SP10
    ITS 7.0
    Thanks in advance.
    Regards,
    Reena

    Hi,
    configure printer in SPAD  , no setting for JAVA GUI
    check note
    605467:SAPscript/Smart Forms: Print preview in SAP GUI for Java
    634158      SAPscript/Smart Forms: Print preview in SAP GUI for Java (2)
    1024624 SAPscript/Smart Forms: Print preview in SAP GUI for Java (3)       
    regards,
    kaushal
    regards,
    kaushal

  • Trying to acess html code in slideshow

    I am trying to access the html code that makes up a slideshow/splash on a site. I need to change the names of some image files in the html code.
    it's a wordpress site. I have looked thought the file directories and everywhere else but can't find the file with the code. I can see it using view source from a browser. just can't find it anywhere to make the edits.
    I don't know wordpress very well or php. I have a limited understanding that php actually generats the html code when a page is loaded? If so do I need to edit a php file ? Any help or advice much appreciated. I know this is not a wordpress forum but I asked about this on the wordpress forum and got no response.
    I downloaded and installed the trial Themedreamer but that doesn't seem to giet me to the html that I need to access.
    Here's the site
    http://www.helitrax.com/

    How do I access that html?
    You don't.  WordPress is Dynamically driven.  There really isn't much in the way of HTML to edit.  Content is created on the server with code calls to content in databases,  folders and include files.
    There is no plug in there that controls this slideshow.
    Yes there is. It's possible this is attached to the Theme or a Widget.  In any case, it uses the jQuery Cycle Lite script and this is the PHP code that inserts it into the first page.
    <div id="splash" class="container_12">
        <?php if (is_front_page()): ?>
          <?php for ($i = 1; $i <= 5; $i++): ?>
              <img src="<?php bloginfo('stylesheet_directory') ?>/css/img/splash/h<?php echo $i ?>.jpg" alt="" />
            <?php endfor ?>
    From the WPress Dashboard, click on Pages.
    Edit the opening site page (probably called Home but maybe not). Can you see an indicator for the slideshow?  How about in HTML view?  What do you see there?
    Nancy O.
    Alt-Web Design & Publishing
    Web | Graphics | Print | Media  Specialists
    http://alt-web.com/
    http://twitter.com/altweb

  • Printing problem - printout that become garbage characters

    I am having problems printing - not everything and not all of the time.
    But to often I will print something and it will start printing garbage characters page after page. - Wastes a lot of clean paper.
    It happens with different applications - including web pages, pdf files, Movie magic Screenwriter. No rhyme of reason to it.
    I have a Brother hl-6050 printer. The correct driver is correct.
    I should also say this does not happen from Windows (either in a virtual window from my MAC or booting directly to windows) ever.
    Last but not least - We print thru a little print server made by Trendnet. It has the lastest firmware. Again only a problem on the MAC. I've tried connecting thru the ip as well as the server name.
    Any ideas?
    Thanks
    Paul

    I'll see if I can provide some of that -
    Model Trendnet: TEW-P1UG, Wireless print server (802.11g). (Server Name:PS-705EF8)
    Adding a new printer in the default options - the systems finds the print server and Lists it twice - Once with Appletalk and the other Bonjour.
    The local comes up as Local Zone. I select the Driver for this printer: HL-6050DN series CUPS. -- The Queue name defaults to PS-705EF8-U1.
    Using Appletalk made no sense
    Using IP - Default to LPD. The queue becomes the IP address.
    Using LPP or LPD: neither work. Can't even print a test page.
    I'm less familiar with these particular variations. More use to Windows printing setup which is a little more straight forward. Go figure.
    Thanks
    Paul

  • "Print Error Whilst Printing" when trying to print or save as PDF

    I don't understand why i can't just print - everytime it says Print error whilst printing whether i'm actually trying to save it or print it. I'm very new to using Macs - 3 days now so not used to how they work yet but i'm running Tiger 10.4.8 on an Intel Mac if anyone can help me please!

    Hello Dorin and thank you for your answer.
    Yes page 5 is a double page spread and this is not the only one in my book! I will modify the page 5 to see if the error message will appear at the next double page spread....
    Thanks again
    Richard

  • After downloading Yosemite, my HP Photosmart D110 printer will no longer work. The wireless connection is fine but says it cannot find my printer when trying to print.

    After downloading Yosemite my printer, a HP Photosmart D100 will no longer print. The wireless connection is fine, and a test page printed perfectly directly from my printer. When trying to print from my computer, it says it cannot connect or find the printer. I tried downloading the most updated software from HP website but it doesn't appear to be helping.

    Try resetting the printing system.
    OS X Mavericks: Reset the printing system
    If you have the printers IP address open Terminal (applications/Utilities) and at the prompt type: ping {printerIP}. You will get a reply or failure.
    Network Printer Troubleshooting
    HP – Wireless Printing Center
    HP – Printer Not Found During Wireless Installation

  • Print HTML using JPS API.. How to configure printer MIME-TYPE as text/html

    Hi All,
    I have to print the HTML pages.. for this i have used JPS API , but i found that my printer doesnt supoort Mime-type(Flavour) text/html.
    Can someone help me in this ...
    i) Can i configure my printer for this Mime-type , if yes then HOW?
    ii) Is there any work around ?
    Thank you all in advance :)

    I reposted this question in the Database forum. Admin can feel free to delete this thread.
    The answer is to add this at the top: htp.addDefaultHTMLHdr(false);
    Thanks,
    T.
    Edited by: 855677 on May 3, 2011 9:35 AM

Maybe you are looking for

  • Can I upgrade the video card in my 2009 iMac with the new ATI 2 GB VRAM card?

    I am looking for more video RAM for video, CGI and animation work in Blender. I may purchase Final Cut Pro X in the near future and I need to make sure there is enough video RAM to be able to work with this version of FInal Cut. I, currently, use Fin

  • PL/SQL function - unix shell script

    Hello, I have an application that calls a unix shell script This unix shell script calls a oracle function in the PL/SQL package. For example, In package pkg_test, there is function f_test. This function returns pls_interger. How can I write a unix s

  • Another 7110 CIF problem!

    I'm exporting the same file system as a CIF and NFS share. I have created a file on the CIF share, I can read, write, modify fine. I get permission denied with trying to modify the same file on the NFS mount. I can see the file, but when I try and do

  • Why can't I empty the trash (an error code 8003 comes up)

    My computer is down to running slow on only 7 gbs. but I can't empty the trash because of error code 8003.

  • Canon CR2 custom settings not transferring to converted DNG file

    Hi, First post & using 8.6 on Mac OSX 10.9.4 shooting Canon 1Dx. After years of sucessfully converting Canon CR2 files with custom settings to DNG for archiving, just recently I've been having an issue where the actual settings aren't transferring or