<?xml version="1.0" encoding="utf-8"?>
<!-- If you are running a bot please visit this policy page outlining rules you must respect. https://www.livejournal.com/bots/ -->
<feed xmlns="http://www.w3.org/2005/Atom" xmlns:lj="https://www.livejournal.com">
  <id>urn:lj:livejournal.com:atom1:webtech</id>
  <title>Web Techology</title>
  <subtitle>All web, all the time...</subtitle>
  <author>
    <name>Web Technology Discussion Board</name>
  </author>
  <link rel="alternate" type="text/html" href="https://webtech.livejournal.com/"/>
  <link rel="self" type="text/xml" href="https://webtech.livejournal.com/data/atom"/>
  <updated>2010-01-17T16:00:08Z</updated>
  <lj:journal userid="1255470" username="webtech" type="community"/>
  <link rel="service.feed" type="application/x.atom+xml" href="https://webtech.livejournal.com/data/atom" title="Web Techology"/>
  <entry>
    <id>urn:lj:livejournal.com:atom1:webtech:7139</id>
    <author>
      <name>dockazak2</name>
    </author>
    <lj:poster user="docka3ak" userid="18316210"/>
    <link rel="alternate" type="text/html" href="https://webtech.livejournal.com/7139.html"/>
    <link rel="self" type="text/xml" href="https://webtech.livejournal.com/data/atom/?itemid=7139"/>
    <title>Создание сайта, Site creation</title>
    <published>2010-01-17T16:00:08Z</published>
    <updated>2010-01-17T16:00:08Z</updated>
    <content type="html">Создать сайт, создание сайта - очень сложный этап в жизни каждого сайтдевелопера.&lt;br /&gt;Я помогу создать сайт для вашей компании, или сайт для вас. Создание сайта и веб-дизайн сайта обойдется вам у меня недорого.&lt;br /&gt;Я работаю на портфолио, поэтому создание сайта, верстка макета, и веб дизайн обойдется вам дешевле, чем в веб-студиях.&lt;br /&gt;Site creation is a very difficult step in the life of a webdeveloper.&lt;br /&gt;I will help you to create a site for your company or your personal site. Site creation and web design  will not cost you much.&lt;br /&gt;I work for portfolio, so the site creation, layout  makeup and web design will be cheaper than in web studios.</content>
  </entry>
  <entry>
    <id>urn:lj:livejournal.com:atom1:webtech:6748</id>
    <author>
      <name>dockazak2</name>
    </author>
    <lj:poster user="docka3ak" userid="18316210"/>
    <link rel="alternate" type="text/html" href="https://webtech.livejournal.com/6748.html"/>
    <link rel="self" type="text/xml" href="https://webtech.livejournal.com/data/atom/?itemid=6748"/>
    <title>free site creation</title>
    <published>2010-01-05T23:37:55Z</published>
    <updated>2010-01-05T23:37:55Z</updated>
    <content type="html">reasonable price, high quality, short terms. Working for portfolio.&lt;br /&gt;&lt;a style="color:black; text-decoration:none;" href="http://dockazak2.livejournal.com/25182.html" target="_blank"&gt;free site creation - dockazak2&lt;/a&gt;</content>
  </entry>
  <entry>
    <id>urn:lj:livejournal.com:atom1:webtech:6404</id>
    <author>
      <name>Kristen</name>
    </author>
    <lj:poster user="kritof" userid="283426"/>
    <link rel="alternate" type="text/html" href="https://webtech.livejournal.com/6404.html"/>
    <link rel="self" type="text/xml" href="https://webtech.livejournal.com/data/atom/?itemid=6404"/>
    <title>Drop-Down Menu in GoLive Component Page</title>
    <published>2009-01-08T16:21:16Z</published>
    <updated>2009-01-08T16:21:16Z</updated>
    <content type="html">I'm creating a website in GoLive, using a component page for the menu, which will appear on every content page. There will be at least 50 pages. So when the menu needs editing, making changes to each page separately is not an option. Creating and customizing the menu in the component page is easy enough. I am using a found javascript to create drop-downs as well.&lt;br /&gt;&lt;br /&gt;The problem I'm having is when using the menu as a GoLive component. When I edit the component, save and go back to the index page, the menu acts strangely and duplicates itself, putting an extra one at the bottom of the page. I don't know why it's doing this, and the problem is very frustrating. Could the component menu be too complicated? Could there too many nested div's and GoLive is getting confused? I have done this successfully many times before, but never with javascript drop down's. Could that be causing my error?&lt;br /&gt;&lt;br /&gt;Please let me know if you've had any similar problems. I really need help with this issue. Thanks!&lt;br /&gt;&lt;br /&gt;(Also, I know code, but not enough to build a website without using the help of GoLive.)</content>
  </entry>
  <entry>
    <id>urn:lj:livejournal.com:atom1:webtech:6302</id>
    <author>
      <name>Kristen</name>
    </author>
    <lj:poster user="kritof" userid="283426"/>
    <link rel="alternate" type="text/html" href="https://webtech.livejournal.com/6302.html"/>
    <link rel="self" type="text/xml" href="https://webtech.livejournal.com/data/atom/?itemid=6302"/>
    <title>2 different link styles????</title>
    <published>2007-03-23T13:29:36Z</published>
    <updated>2007-03-23T13:29:36Z</updated>
    <content type="html">I want my page to have two different looking links. For simplicity, let's just say I want half of them to be blue and underlined and the rest to be red and not underlined. I don't know how to set up two distinct url styles.&lt;br /&gt;&lt;br /&gt;My current in-page CSS (to make the links red and not underlined) looks like this: &lt;br /&gt;&lt;br /&gt;[STYLE TYPE="text/css"]&lt;br /&gt;[!--&lt;br /&gt;		a:link {text-decoration: none; color: red;}&lt;br /&gt;		a:active {text-decoration: none; color: red}&lt;br /&gt;		a:visited {text-decoration: none; color: red}&lt;br /&gt;		a:hover{text-decoration: none; color: red}&lt;br /&gt;--]&lt;br /&gt;[/STYLE]&lt;br /&gt;&lt;br /&gt;***where ] and [ mean &amp;gt; and </content>
  </entry>
  <entry>
    <id>urn:lj:livejournal.com:atom1:webtech:6033</id>
    <author>
      <name>vocalstud69</name>
    </author>
    <lj:poster user="vocalstud69" userid="10580932"/>
    <link rel="alternate" type="text/html" href="https://webtech.livejournal.com/6033.html"/>
    <link rel="self" type="text/xml" href="https://webtech.livejournal.com/data/atom/?itemid=6033"/>
    <title>webtech @ 2006-10-22T15:50:00</title>
    <published>2006-10-22T19:50:21Z</published>
    <updated>2006-10-22T20:06:53Z</updated>
    <content type="html">Okay, I need some help.  I need to figure out how to make a website where a customer can be given an username and password, then sign in, and change things for their advertisement on my site.  All they need to change are numbers on an ad for their hotel.  For example, just a text box where they type the new rate, "89.95", and then it shows up on the ad in the correct font and color.  Like the numbers that are circled in blue on this pic.&lt;a href="http://photobucket.com/" target="_blank" target="_blank" rel="nofollow"&gt;&lt;img src="https://i98.photobucket.com/albums/l246/bobthemagictoad/3.gif" border="0" alt="Photobucket - Video and Image Hosting" fetchpriority="high"&gt;&lt;/a&gt;  I need to know if there are any books or websites that tell me exactly how to do this.  Thanks.</content>
  </entry>
  <entry>
    <id>urn:lj:livejournal.com:atom1:webtech:5673</id>
    <author>
      <name>Kristen</name>
    </author>
    <lj:poster user="kritof" userid="283426"/>
    <link rel="alternate" type="text/html" href="https://webtech.livejournal.com/5673.html"/>
    <link rel="self" type="text/xml" href="https://webtech.livejournal.com/data/atom/?itemid=5673"/>
    <title>GoLive menu rollovers</title>
    <published>2006-10-09T19:20:44Z</published>
    <updated>2006-10-09T19:20:44Z</updated>
    <content type="html">Before anyone chastises me for using GoLive...I do know html and javascript. I choose to use GoLive to organize and make my life easier (and this is the case 99% of the time). &lt;br /&gt;&lt;br /&gt;The menu I'm working on here: &lt;a target='_blank' href='http://www.888windsearch.com/main.html' rel='nofollow'&gt;http://www.888windsearch.com/main.html&lt;/a&gt;&lt;br /&gt;has a semi-complicated roll-over system. For some inexplicable reason, the last menu item (Employment) does not show up. The roll-over works, but the image does not appear. It shows up when I preview it on my local machine, and in the GoLive layout. Any advice? Thanks!!!</content>
  </entry>
  <entry>
    <id>urn:lj:livejournal.com:atom1:webtech:5381</id>
    <author>
      <name>Kristen</name>
    </author>
    <lj:poster user="kritof" userid="283426"/>
    <link rel="alternate" type="text/html" href="https://webtech.livejournal.com/5381.html"/>
    <link rel="self" type="text/xml" href="https://webtech.livejournal.com/data/atom/?itemid=5381"/>
    <title>Form question</title>
    <published>2006-08-09T13:14:00Z</published>
    <updated>2006-08-09T13:14:00Z</updated>
    <content type="html">I have a fairly straightforward form with text input box entries for name, address, city, state, etc. When an automated form filler is used, such as Google Tool Bar Auto-Fill Option, the phone number is inserted into the name field. Phone number doesn't even show up at all in the form. &lt;br /&gt;&lt;br /&gt;The names of the input text boxes are correct and logical. "name" for name, "address" for address, etc. Any ideas on what the problem could be?</content>
  </entry>
  <entry>
    <id>urn:lj:livejournal.com:atom1:webtech:5248</id>
    <author>
      <name>Kristen</name>
    </author>
    <lj:poster user="kritof" userid="283426"/>
    <link rel="alternate" type="text/html" href="https://webtech.livejournal.com/5248.html"/>
    <link rel="self" type="text/xml" href="https://webtech.livejournal.com/data/atom/?itemid=5248"/>
    <title>GoLive help</title>
    <published>2006-07-12T14:23:53Z</published>
    <updated>2006-07-12T14:23:53Z</updated>
    <content type="html">I'm trying to add a javascript function to an existing webpage in GoLive. It's supposed to work with a form that has already been set up. GoLive keeps deleting the code I insert every time I save. It doesn't matter if I try to add directly to the code or in the javascript editor. Any idea on how to prevent it from doing that? Thanks!</content>
  </entry>
  <entry>
    <id>urn:lj:livejournal.com:atom1:webtech:5058</id>
    <author>
      <name>Togo of Grand Smials</name>
    </author>
    <lj:poster user="hfx_ben" userid="839066"/>
    <link rel="alternate" type="text/html" href="https://webtech.livejournal.com/5058.html"/>
    <link rel="self" type="text/xml" href="https://webtech.livejournal.com/data/atom/?itemid=5058"/>
    <title>XML and CSS</title>
    <published>2005-11-24T19:41:51Z</published>
    <updated>2005-11-24T19:41:51Z</updated>
    <content type="html">Using &lt;a href="http://feeds.feedburner.com/rudyrucker" target="_blank" target="_blank" rel="nofollow"&gt;Rudy Rucker's FeedBurner&lt;/a&gt; as an example ... I thought I had at least a basic understanding of what's what, but how do those background images get in there?&lt;br /&gt;&lt;br /&gt;I have a workable version of his page on disk ... looks fine ... but it's still fetching the images from the Feedburner site and I can't see why.&lt;br /&gt;&lt;br /&gt;see &lt;a href="http://feeds.feedburner.com/~d/styles/rss2enclosuresfull.xsl" target="_blank" target="_blank" rel="nofollow"&gt;feeds.feedburner.com/~d/styles/rss2enclosuresfull.xsl&lt;/a&gt; and &lt;a href="http://feeds.feedburner.com/~d/styles/itemcontent.css" target="_blank" target="_blank" rel="nofollow"&gt;feeds.feedburner.com/~d/styles/itemcontent.css&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;I /know/ I'm missing something simple ... &lt;br /&gt;&lt;br /&gt;X-posted to &lt;span  class="ljuser  i-ljuser  i-ljuser-type-C     "  data-ljuser="web_design" lj:user="web_design" &gt;&lt;a href="https://web-design.livejournal.com/profile/"  target="_self"  class="i-ljuser-profile" &gt;&lt;img  class="i-ljuser-userhead"  src="https://l-stat.livejournal.net/img/community.png?v=556&amp;v=922" /&gt;&lt;/a&gt;&lt;a href="https://web-design.livejournal.com/" class="i-ljuser-username"   target="_self"   &gt;&lt;b&gt;web_design&lt;/b&gt;&lt;/a&gt;&lt;/span&gt; and &lt;span  class="ljuser  i-ljuser  i-ljuser-type-C     "  data-ljuser="webdesign" lj:user="webdesign" &gt;&lt;a href="https://webdesign.livejournal.com/profile/"  target="_self"  class="i-ljuser-profile" &gt;&lt;img  class="i-ljuser-userhead"  src="https://l-stat.livejournal.net/img/community.png?v=556&amp;v=922" /&gt;&lt;/a&gt;&lt;a href="https://webdesign.livejournal.com/" class="i-ljuser-username"   target="_self"   &gt;&lt;b&gt;webdesign&lt;/b&gt;&lt;/a&gt;&lt;/span&gt;</content>
  </entry>
  <entry>
    <id>urn:lj:livejournal.com:atom1:webtech:4825</id>
    <author>
      <name>Kristen</name>
    </author>
    <lj:poster user="kritof" userid="283426"/>
    <link rel="alternate" type="text/html" href="https://webtech.livejournal.com/4825.html"/>
    <link rel="self" type="text/xml" href="https://webtech.livejournal.com/data/atom/?itemid=4825"/>
    <title>Simple html question...</title>
    <published>2005-11-14T17:18:52Z</published>
    <updated>2005-11-14T17:18:52Z</updated>
    <content type="html">I have a hyperlink to download a powerpoint show. I want users to be able to click the link and have the download start automatically. As it is right now, users have to right click it and select "download linked file". How do I do this? &lt;br /&gt;&lt;br /&gt;Thanks!</content>
  </entry>
  <entry>
    <id>urn:lj:livejournal.com:atom1:webtech:4585</id>
    <author>
      <name>Kristen</name>
    </author>
    <lj:poster user="kritof" userid="283426"/>
    <link rel="alternate" type="text/html" href="https://webtech.livejournal.com/4585.html"/>
    <link rel="self" type="text/xml" href="https://webtech.livejournal.com/data/atom/?itemid=4585"/>
    <title>Mac IE glitch</title>
    <published>2005-10-07T02:37:08Z</published>
    <updated>2005-10-07T02:37:08Z</updated>
    <content type="html">First of all, I've gotten a lot of help here, and I really appreciate it. I have yet another problem. The website I set up for a client has a glitch on the menu here: &lt;a target='_blank' href='http://www.armetta.com/portfolio/work1.html' rel='nofollow'&gt;http://www.armetta.com/portfolio/work1.html&lt;/a&gt; &lt;br /&gt;&lt;br&gt;I realize that IE is much less popular than Safari, but I would like to fix this. I also know that I have the page set up in a bit of an unusual way. I'm tempted to recode it using just tables instead of the lists. But if there is a simpler adjustment I can make to the existing code, I'd love to know. &lt;br /&gt;&lt;br&gt;Thanks again!!!</content>
  </entry>
  <entry>
    <id>urn:lj:livejournal.com:atom1:webtech:4148</id>
    <author>
      <name>Kristen</name>
    </author>
    <lj:poster user="kritof" userid="283426"/>
    <link rel="alternate" type="text/html" href="https://webtech.livejournal.com/4148.html"/>
    <link rel="self" type="text/xml" href="https://webtech.livejournal.com/data/atom/?itemid=4148"/>
    <title>CSS issues...again.</title>
    <published>2005-09-18T16:45:34Z</published>
    <updated>2005-09-18T16:45:34Z</updated>
    <content type="html">I'm having some more difficulties with this client's website: &lt;a target='_blank' href='http://www.mylbags.com/client_area/armetta/' rel='nofollow'&gt;http://www.mylbags.com/client_area/armetta/&lt;/a&gt;&lt;br /&gt; &lt;br /&gt;I'm noticing something very troubling in FireFox. The menu buttons appear at the top of the screen partially covered by the top portion. The menu buttons for the portfolio also appear at the top and behind the top portion. Go here to see what I mean: &lt;a target='_blank' href='http://www.mylbags.com/client_area/armetta/portfolio/work1.html' rel='nofollow'&gt;http://www.mylbags.com/client_area/armetta/portfolio/work1.html&lt;/a&gt;  Both of these sets of menu buttons are laid out in their own table. Is that part of the problem?&lt;br /&gt; &lt;br /&gt;Please help me! Relevant CSS code is cut below.  &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt; &lt;p style="border: 1px solid gray;padding:10px;"&gt;&lt;code&gt;body &lt;br /&gt;&amp;nbsp;&amp;nbsp;{&lt;br /&gt;&amp;nbsp;&amp;nbsp;margin: 0;&lt;br /&gt;&amp;nbsp;&amp;nbsp;padding: 0;&lt;br /&gt;&amp;nbsp;&amp;nbsp;background-color: white; &lt;br /&gt;&amp;nbsp;&amp;nbsp;}&lt;br /&gt;&lt;br /&gt;p.top &lt;br /&gt;&amp;nbsp;&amp;nbsp;{&lt;br /&gt;&amp;nbsp;&amp;nbsp;background-color: black;&lt;br /&gt;&amp;nbsp;&amp;nbsp;text-align: center;&lt;br /&gt;&amp;nbsp;&amp;nbsp;position: absolute;&lt;br /&gt;&amp;nbsp;&amp;nbsp;top: 0px;&lt;br /&gt;&amp;nbsp;&amp;nbsp;left: 1px;&lt;br /&gt;&amp;nbsp;&amp;nbsp;width: 100%;&lt;br /&gt;&amp;nbsp;&amp;nbsp;height: 324px;&lt;br /&gt;&amp;nbsp;&amp;nbsp;}&lt;br /&gt;&amp;nbsp;&amp;nbsp;&lt;br /&gt;p.main&amp;nbsp;&amp;nbsp;&lt;br /&gt;&amp;nbsp;&amp;nbsp;{ &lt;br /&gt;&amp;nbsp;&amp;nbsp;background-color: white; &lt;br /&gt;&amp;nbsp;&amp;nbsp;text-align: center;&lt;br /&gt;&amp;nbsp;&amp;nbsp;position: absolute; &lt;br /&gt;&amp;nbsp;&amp;nbsp;left: 0px; &lt;br /&gt;&amp;nbsp;&amp;nbsp;top: 324px; &lt;br /&gt;&amp;nbsp;&amp;nbsp;width: 100%; &lt;br /&gt;&amp;nbsp;&amp;nbsp;height: 50%;&lt;br /&gt;&amp;nbsp;&amp;nbsp;z-index:1;&lt;br /&gt;&amp;nbsp;&amp;nbsp;}&lt;br /&gt;&lt;br /&gt;p.description&lt;br /&gt;&amp;nbsp;&amp;nbsp;{&lt;br /&gt;&amp;nbsp;&amp;nbsp;font-family: Verdana, Arial, Helvetica, sans-serif; &lt;br /&gt;&amp;nbsp;&amp;nbsp;color: white;&lt;br /&gt;&amp;nbsp;&amp;nbsp;font-size: 10pt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;font-weight: bold;&lt;br /&gt;&amp;nbsp;&amp;nbsp;line-height: 16pt; &lt;br /&gt;&amp;nbsp;&amp;nbsp;position: absolute;&lt;br /&gt;&amp;nbsp;&amp;nbsp;left: 450px;&lt;br /&gt;&amp;nbsp;&amp;nbsp;top: 50px;&lt;br /&gt;&amp;nbsp;&amp;nbsp;width: 500px;&lt;br /&gt;&amp;nbsp;&amp;nbsp;}&lt;br /&gt;&amp;nbsp;&amp;nbsp;&lt;br /&gt;p.navigation&lt;br /&gt;&amp;nbsp;&amp;nbsp;{&lt;br /&gt;&amp;nbsp;&amp;nbsp;position: absolute;&lt;br /&gt;&amp;nbsp;&amp;nbsp;text-align: center;&lt;br /&gt;&amp;nbsp;&amp;nbsp;top: 382px;&lt;br /&gt;&amp;nbsp;&amp;nbsp;width: 100%;&lt;br /&gt;&amp;nbsp;&amp;nbsp;margin: 0;&lt;br /&gt;&amp;nbsp;&amp;nbsp;padding: 0;&lt;br /&gt;&amp;nbsp;&amp;nbsp;margin-left: 0;&lt;br /&gt;&amp;nbsp;&amp;nbsp;margin-right: 0;&lt;br /&gt;&amp;nbsp;&amp;nbsp;left: 1px;&lt;br /&gt;&amp;nbsp;&amp;nbsp;z-index: 10;&lt;br /&gt;&amp;nbsp;&amp;nbsp;}&lt;/code&gt;&lt;/p&gt;</content>
  </entry>
  <entry>
    <id>urn:lj:livejournal.com:atom1:webtech:4018</id>
    <author>
      <name>Kristen</name>
    </author>
    <lj:poster user="kritof" userid="283426"/>
    <link rel="alternate" type="text/html" href="https://webtech.livejournal.com/4018.html"/>
    <link rel="self" type="text/xml" href="https://webtech.livejournal.com/data/atom/?itemid=4018"/>
    <title>frustrating problem</title>
    <published>2005-09-13T04:19:09Z</published>
    <updated>2005-09-13T04:19:09Z</updated>
    <content type="html">I'm setting up a website for a client here: www.mylbags.com/client_area/armetta&lt;br /&gt;&lt;br /&gt;I want the white portion of the screen to go from above the menu icons to the very bottom of the page. the only way i could figure to do this giving it a fixed height. I'd rather not do this because then i get a ton of empty scrolling on low resolutions. here's the css definition:&lt;br /&gt;&lt;br /&gt;&lt;p style="border: 1px solid gray;padding:10px;"&gt;&lt;code&gt;div.main&amp;nbsp;&amp;nbsp;&lt;br /&gt;&amp;nbsp;&amp;nbsp;{&lt;br /&gt;&amp;nbsp;&amp;nbsp;background-color: white;&lt;br /&gt;&amp;nbsp;&amp;nbsp;text-align: center;&lt;br /&gt;&amp;nbsp;&amp;nbsp;position: absolute;&lt;br /&gt;&amp;nbsp;&amp;nbsp;left: 0px;&lt;br /&gt;&amp;nbsp;&amp;nbsp;top: 324px;&lt;br /&gt;&amp;nbsp;&amp;nbsp;width: 100%;&lt;br /&gt;&amp;nbsp;&amp;nbsp;height: 830px;&lt;br /&gt;&amp;nbsp;&amp;nbsp;z-index:1;&lt;br /&gt;&amp;nbsp;&amp;nbsp;}&lt;/code&gt;&lt;/p&gt;&lt;br /&gt;I tried making height 100%, or inserting a table with height at 100% or even 50% into the actual instance of the div, but neither worked. With these, the white was reduced to just a thin stripe stretching the complete width of the page. &lt;br /&gt;&lt;br /&gt;Help me please!!!!!!</content>
  </entry>
  <entry>
    <id>urn:lj:livejournal.com:atom1:webtech:3661</id>
    <author>
      <name>Kristen</name>
    </author>
    <lj:poster user="kritof" userid="283426"/>
    <link rel="alternate" type="text/html" href="https://webtech.livejournal.com/3661.html"/>
    <link rel="self" type="text/xml" href="https://webtech.livejournal.com/data/atom/?itemid=3661"/>
    <title>CSS problem</title>
    <published>2005-08-09T17:54:15Z</published>
    <updated>2005-08-09T17:54:15Z</updated>
    <content type="html">I am having some problems setting up a website using CSS. Below I put the code for two divs, one above the other. For some reason, the second will not span the entire width of the screen in Windows IE6. It goes almost all the way and then stops. I've had this same problem on other websites too. Any advice?  Thanks!!!!&lt;br /&gt;&lt;br /&gt;&lt;p style="border: 1px solid gray;padding:10px;"&gt;&lt;code&gt;div.top&amp;nbsp;&amp;nbsp;&lt;br&gt;&lt;br&gt;&amp;nbsp;&amp;nbsp;{&lt;br&gt;&lt;br&gt;&amp;nbsp;&amp;nbsp;text-align: center;&lt;br&gt;&lt;br&gt;&amp;nbsp;&amp;nbsp;position: absolute;&lt;br&gt;&lt;br&gt;&amp;nbsp;&amp;nbsp;top: 0;&lt;br&gt;&lt;br&gt;&amp;nbsp;&amp;nbsp;left: 0;&lt;br&gt;&lt;br&gt;&amp;nbsp;&amp;nbsp;width: 100%;&lt;br&gt;&lt;br&gt;&amp;nbsp;&amp;nbsp;height: 227px;&lt;br&gt;&lt;br&gt;&amp;nbsp;&amp;nbsp;}&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;div.top2&lt;br&gt;&lt;br&gt;&amp;nbsp;&amp;nbsp;{&lt;br&gt;&lt;br&gt;&amp;nbsp;&amp;nbsp;background-color: #A2A09D;&lt;br&gt;&lt;br&gt;&amp;nbsp;&amp;nbsp;text-align: center;&lt;br&gt;&lt;br&gt;&amp;nbsp;&amp;nbsp;line-height: 1;&lt;br&gt;&lt;br&gt;&amp;nbsp;&amp;nbsp;position: absolute;&lt;br&gt;&lt;br&gt;&amp;nbsp;&amp;nbsp;top: 227px;&lt;br&gt;&lt;br&gt;&amp;nbsp;&amp;nbsp;left: 0;&lt;br&gt;&lt;br&gt;&amp;nbsp;&amp;nbsp;width: 100%;&lt;br&gt;&lt;br&gt;&amp;nbsp;&amp;nbsp;height: 155px;&lt;br&gt;&lt;br&gt;&amp;nbsp;&amp;nbsp;}&lt;/code&gt;&lt;/p&gt;</content>
  </entry>
  <entry>
    <id>urn:lj:livejournal.com:atom1:webtech:3523</id>
    <author>
      <name>so let go</name>
    </author>
    <lj:poster user="sydneygrey" userid="2325574"/>
    <link rel="alternate" type="text/html" href="https://webtech.livejournal.com/3523.html"/>
    <link rel="self" type="text/xml" href="https://webtech.livejournal.com/data/atom/?itemid=3523"/>
    <title>. how to create/purchase a domain name .</title>
    <published>2005-07-07T03:04:43Z</published>
    <updated>2005-07-07T03:04:43Z</updated>
    <content type="html">&lt;center&gt;&lt;font size="1"&gt;I need help.  I need someone to give me a step by step instructional process on how to find, create and purchase and domain name.  Not for me- but for my client.  I need to make sure I get the user name and password for the FTP transfer.  Can anyone help?&lt;/font&gt;&lt;/center&gt;</content>
  </entry>
  <entry>
    <id>urn:lj:livejournal.com:atom1:webtech:3292</id>
    <author>
      <name>Kristen</name>
    </author>
    <lj:poster user="kritof" userid="283426"/>
    <link rel="alternate" type="text/html" href="https://webtech.livejournal.com/3292.html"/>
    <link rel="self" type="text/xml" href="https://webtech.livejournal.com/data/atom/?itemid=3292"/>
    <title>Line height?</title>
    <published>2005-06-28T00:22:11Z</published>
    <updated>2005-06-28T00:22:11Z</updated>
    <content type="html">IE for Mac doesn't seem to recognize CSS "line-height" property.  I used: &lt;i&gt;line-height: 5.5px;&lt;/i&gt;  It works fine in IE for PC.  &lt;br /&gt;&lt;br&gt;Any advice?  I have a book that specifies using "em" as opposed to "px", but that doesn't work in IE for PC's.</content>
  </entry>
  <entry>
    <id>urn:lj:livejournal.com:atom1:webtech:3067</id>
    <author>
      <name>Kristen</name>
    </author>
    <lj:poster user="kritof" userid="283426"/>
    <link rel="alternate" type="text/html" href="https://webtech.livejournal.com/3067.html"/>
    <link rel="self" type="text/xml" href="https://webtech.livejournal.com/data/atom/?itemid=3067"/>
    <title>questions and feedback</title>
    <published>2005-06-26T19:55:45Z</published>
    <updated>2005-06-26T19:55:45Z</updated>
    <content type="html">I am setting up a website &lt;a href="http://www.mylbags.com/index1.htm" target="_blank" rel="nofollow"&gt;HERE&lt;/a&gt;, and I want to know how to make it adjust to different window sizes.  I always want the content to the right of the menu to be centered in its portion of the window.  Right now put it in a tag called &lt;code&gt;&amp;lt;p class=main&amp;gt;&lt;/code&gt;, with CSS defined as: &lt;br /&gt;&lt;p style="border: 1px solid gray;padding:10px;"&gt;&lt;code&gt;p.main&amp;nbsp;&amp;nbsp;{&lt;br&gt;&lt;br&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;text-align: center;&lt;br&gt;&lt;br&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;position: absolute;&lt;br&gt;&lt;br&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;width: 600px;&lt;br&gt;&lt;br&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;top: 20;&lt;br&gt;&lt;br&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;left: 230;&lt;br&gt;&lt;br&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;}&lt;/code&gt;&lt;/p&gt;&lt;br /&gt;Another simple question: Is there a simple way to get spacing between say, two images (like the buyers and sellers images on the page) without actually positioning each one using CSS?&lt;br /&gt;&lt;br&gt;By the way, it would be much appreciated if people with browsers other than IE6 on a PC could give me some feedback on how this looks.  I am planning on obtaining more views myself, but just haven't had the time.</content>
  </entry>
  <entry>
    <id>urn:lj:livejournal.com:atom1:webtech:2624</id>
    <author>
      <name>Kristen</name>
    </author>
    <lj:poster user="kritof" userid="283426"/>
    <link rel="alternate" type="text/html" href="https://webtech.livejournal.com/2624.html"/>
    <link rel="self" type="text/xml" href="https://webtech.livejournal.com/data/atom/?itemid=2624"/>
    <title>General layout question</title>
    <published>2005-06-20T21:19:41Z</published>
    <updated>2005-06-20T21:19:41Z</updated>
    <content type="html">What do you think is best for setting up the layout of a page?  Absolute positioning with CSS?  Tables?  Combination of the two?  &lt;br /&gt;&lt;br&gt;I'm familiar with both, but just unsure of which is most effective.  And which tends to have less browser issues...although I suppose if you know what you're doing, the cross-browser compatibility of your pages isn't an issue.</content>
  </entry>
  <entry>
    <id>urn:lj:livejournal.com:atom1:webtech:2378</id>
    <author>
      <name>Kristen</name>
    </author>
    <lj:poster user="kritof" userid="283426"/>
    <link rel="alternate" type="text/html" href="https://webtech.livejournal.com/2378.html"/>
    <link rel="self" type="text/xml" href="https://webtech.livejournal.com/data/atom/?itemid=2378"/>
    <title>Forced refresh??</title>
    <published>2005-06-12T20:16:20Z</published>
    <updated>2005-06-12T20:16:20Z</updated>
    <content type="html">When I make changes or updates to my website, I've been noticing that I must refresh, or even hard-refresh the page before I can see the changes.  I don't want visitors to the site to have to do this.  Is there a way around it?  Is there a javascript of some sort that would refresh for them?  &lt;br /&gt;&lt;br&gt;Thanks all!  And I apologize for any x-posting.</content>
  </entry>
  <entry>
    <id>urn:lj:livejournal.com:atom1:webtech:2143</id>
    <author>
      <name>Kristen</name>
    </author>
    <lj:poster user="kritof" userid="283426"/>
    <link rel="alternate" type="text/html" href="https://webtech.livejournal.com/2143.html"/>
    <link rel="self" type="text/xml" href="https://webtech.livejournal.com/data/atom/?itemid=2143"/>
    <title>Website critique</title>
    <published>2005-05-24T16:41:21Z</published>
    <updated>2005-05-24T16:41:21Z</updated>
    <content type="html">Thanks to everyone who gave me such good advice for my first foray into real web design.  I made revisions to my website based on your comments, and now I'd like to see what you think.  &lt;a href="http://www.mylbags.com" target="_blank" rel="nofollow"&gt;www.myLBags.com&lt;/a&gt;.  (Again, this site is only meant for family and friends...these bags are not for sale to the general public.)&lt;br /&gt;&lt;br&gt;I will probably play around with some of the layout in the future, mainly on the "Predesigned Bags" and "Customize Your Own Bag" pages.  Right now the only part unfinished is a portion of the options on the second order form page and the dimensions of the customizable bags.</content>
  </entry>
  <entry>
    <id>urn:lj:livejournal.com:atom1:webtech:2028</id>
    <author>
      <name>Rob</name>
    </author>
    <lj:poster user="cain1k" userid="11616"/>
    <link rel="alternate" type="text/html" href="https://webtech.livejournal.com/2028.html"/>
    <link rel="self" type="text/xml" href="https://webtech.livejournal.com/data/atom/?itemid=2028"/>
    <title>My plan....</title>
    <published>2004-08-10T10:20:27Z</published>
    <updated>2004-08-10T10:20:27Z</updated>
    <content type="html">My friend had a thinkpad that now has died.  She liked the mobility but all she did was use it for occasionally looking at a website, mostly talking on aim, and now and again writing her novel.  Well I want to see about getting something cheaper than a new laptop, like a PDA with wireless to go with the wireless router in order to make her apartment more use friendly for her.  I've checked out some PDA's looked into bluetooth adapters and also just straight out wireless cards and this is the conclusion I have.  I need more techies opinions.  So I plot this to you all.  Should I just find a cheap laptop, or do any of you know of a PDA preferably pocket PC that can eithier have wireless added to it or wireless on it already that would work for just roaming an apartment and also probably taking with to stores.&lt;br /&gt;&lt;br /&gt;P.S. Might i mention she does store analysis.  Checking employees and the look of the stores while being like a customer without the employees knowing what she is doing.</content>
  </entry>
  <entry>
    <id>urn:lj:livejournal.com:atom1:webtech:1631</id>
    <author>
      <name>Rob</name>
    </author>
    <lj:poster user="cain1k" userid="11616"/>
    <link rel="alternate" type="text/html" href="https://webtech.livejournal.com/1631.html"/>
    <link rel="self" type="text/xml" href="https://webtech.livejournal.com/data/atom/?itemid=1631"/>
    <title>Support ideas...</title>
    <published>2004-07-08T06:26:43Z</published>
    <updated>2004-07-08T06:26:43Z</updated>
    <content type="html">I've been working with PDA's since I was out of high school.  I got one of the first colored pocket PC's the casio Cassiopeia E-105.  I love the idea of something simpler than a laptop to lug around and understand why people choose to use them.&lt;br /&gt;&lt;br /&gt;HOWEVER, I work in a corporate place where people use them with the work PC's that have limitations to what they can get and where they allow the PDA's to access.  Most of it has been fixed and the IS managers have determined, PDA's are more than welcome, but there is no assured priority on the issues with them if any arise because of the number of PDA's that exist.  I want to fix that because more and more people are finding their way into buying one here.  Since coming here there have been 10 more people from the 6 I knew that had them that are not part of the IS department.&lt;br /&gt;&lt;br /&gt;My posed question is this.  What type of support?  What ways could anyone be helped in finding the answers to their PDA or assisted in the directions to kind of have themselves left on their own with help as much as that can be helped?  I want to create something so I can limit what people need from IS so that we can encourage not discourage PDA use.</content>
  </entry>
  <entry>
    <id>urn:lj:livejournal.com:atom1:webtech:1395</id>
    <author>
      <name>Marie</name>
    </author>
    <lj:poster user="treno" userid="2785507"/>
    <link rel="alternate" type="text/html" href="https://webtech.livejournal.com/1395.html"/>
    <link rel="self" type="text/xml" href="https://webtech.livejournal.com/data/atom/?itemid=1395"/>
    <title>webtech @ 2004-06-04T20:31:00</title>
    <published>2004-06-15T18:32:04Z</published>
    <updated>2004-06-15T18:32:04Z</updated>
    <content type="html">Hello - just popping by to see if anybody here would be interested in a domain + hosting deal? I'm not a reseller, just a regular ol' person trying to get rid of a domain she bought on impulse - &lt;u&gt;retroavantgarde.net&lt;/u&gt;, to be exact. It has about 10 months left for both domain name and hosting and I'm willing to let it go for a great price. If you're interested and/or would like more information, just email me! Thanks! :D&lt;br /&gt;&lt;br /&gt;&lt;center&gt;&lt;a href="mailto:ohmarie@gmail.com" target="_blank" rel="nofollow"&gt;ohmarie@ gmail.com&lt;/a&gt;&lt;/center&gt;</content>
  </entry>
  <entry>
    <id>urn:lj:livejournal.com:atom1:webtech:1246</id>
    <author>
      <name>Togo of Grand Smials</name>
    </author>
    <lj:poster user="hfx_ben" userid="839066"/>
    <link rel="alternate" type="text/html" href="https://webtech.livejournal.com/1246.html"/>
    <link rel="self" type="text/xml" href="https://webtech.livejournal.com/data/atom/?itemid=1246"/>
    <title>HTML composer?</title>
    <published>2004-03-25T18:15:28Z</published>
    <updated>2004-03-25T18:15:28Z</updated>
    <lj:music>"Advanced Audio Listener's League"</lj:music>
    <content type="html">I've used NS4.X's composer for doing lots of webpages, and then touching them up with Notepad.&lt;br /&gt;&lt;br /&gt;What are people using? I'd like a nice shareware or OpenSource composer, hopefully something that supports CSS. (Dear aulde NS4.8 just don't cut it on that score!)</content>
  </entry>
  <entry>
    <id>urn:lj:livejournal.com:atom1:webtech:781</id>
    <author>
      <name>Togo of Grand Smials</name>
    </author>
    <lj:poster user="hfx_ben" userid="839066"/>
    <link rel="alternate" type="text/html" href="https://webtech.livejournal.com/781.html"/>
    <link rel="self" type="text/xml" href="https://webtech.livejournal.com/data/atom/?itemid=781"/>
    <title>webtech @ 2004-02-12T17:01:00</title>
    <published>2004-02-12T13:02:10Z</published>
    <updated>2004-02-12T13:02:10Z</updated>
    <content type="html">You do PHP/MySQL?&lt;br /&gt;Can be in NYC?&lt;br /&gt;I see that &lt;a href="http://www.digitallyimported.com" target="_blank" rel="nofollow"&gt;D I G I T A L L Y  I M P O R T E D&lt;/a&gt; is hiring.</content>
  </entry>
</feed>
