Forum: HTML and CSS Aug 12th, 2009 |
| Replies: 1 Views: 246 I have been looking into a few things...
Right now it feels like it may be easiest to use blogger and incorporate RSS feeds into the page. |
Forum: HTML and CSS Aug 12th, 2009 |
| Replies: 1 Views: 246 I am trying to find a way to add a something similar to a blog on my site.
What I would like is to be able to post updates, include pictures if desired, and have the content dynamically added to... |
Forum: HTML and CSS Jul 30th, 2009 |
| Replies: 6 Views: 579 I don't know if this is related but, once several Google bots were constantly ambushing my site and were the cause of it going down.
Do you guys think that could be a possible cause. All we had to... |
Forum: HTML and CSS Jul 23rd, 2009 |
| Replies: 3 Views: 1,080 You can use a javascript in the header to cache the images before the page starts to display.
<SCRIPT LANGUAGE="JavaScript">
<!-- hide from non JavaScript Browsers
Image1= new Image(50,60)... |
Forum: HTML and CSS Jul 2nd, 2009 |
| Replies: 10 Views: 981 Thanks ingeva =)
This works wonderfuly. Too bad there isn't a simpler soultion. (that is concidered "kosher")
Maybe it can be easier once css3 comes out =) |
Forum: HTML and CSS Jun 30th, 2009 |
| Replies: 10 Views: 981 I think I have come up with a small hackjob of a solution. If I add
.linkBlock p{
margin-left:80px;
}
Then the text is lined up with their above headers, and nothing strange is happening... |
Forum: HTML and CSS Jun 30th, 2009 |
| Replies: 10 Views: 981 That was my first attempt, but using text-align:center made the text center but with out a left justified look
ex
------
------------
... |
Forum: HTML and CSS Jun 26th, 2009 |
| Replies: 10 Views: 981 I am working on a page that has 3 columns of text. I am trying to center the text in each column while maintaining the left justification for the text.
When I try to use margin-left:auto;... |