Forum: HTML and CSS Jul 3rd, 2008 |
| Replies: 11 Views: 2,039 He didnt want to go through the css for a simple few spaces, and the html code for space would be the simplest.
Hope you got it working e_vel.
If you are happy with it please mark this as... |
Forum: HTML and CSS Jul 2nd, 2008 |
| Replies: 3 Views: 858 why not just use java to scroll it for you?
use a marque type script |
Forum: HTML and CSS Jul 2nd, 2008 |
| Replies: 11 Views: 2,039 you will have to if you only want the one word seperated from the rest... |
Forum: HTML and CSS Jul 2nd, 2008 |
| Replies: 11 Views: 2,039 what do you mean taramichael?
The examples I gae above is very clear.
in order t set font size, width, and space you will need to use css, if you just want to space them a vew spaces then use ... |
Forum: HTML and CSS Jul 2nd, 2008 |
| Replies: 1 Views: 860 try this:
http://www.guidesandtutorials.com/dreamweaver_8_tutorial_insert_toolbar.html |
Forum: HTML and CSS Jul 2nd, 2008 |
| Replies: 10 Views: 3,581 if you want your site to be seamless try using css to set your tables rather than use frames.
Frames are a thing of the past and most people today dont like them because most new web developers dont... |
Forum: HTML and CSS Jul 2nd, 2008 |
| Replies: 11 Views: 2,039 you will add to your css attributes, this is an example:
#menuList {
position:relative;
font-size: 1.3em; /* ALL font size */
margin: 0px; /* gap between page top AND main menu to sub menu */... |
Forum: HTML and CSS Jul 1st, 2008 |
| Replies: 22 Views: 6,315 Try this
To uninstall Flash, please follow Adobe’s instructions, listed here: http://www.adobe.com/cfusion/knowledgeba...
Once you're done, restart your computer and follow Adobe’s instructions... |
Forum: HTML and CSS Jul 1st, 2008 |
| Replies: 22 Views: 6,315 I see it just fine. maybe update your flash version.
I see your flash banner for Gaming Tables. starts as a G then moves into the name.. nice professional banner. |
Forum: HTML and CSS Jul 1st, 2008 |
| Replies: 22 Views: 6,315 excelent job. very well done |
Forum: HTML and CSS Jul 1st, 2008 |
| Replies: 22 Views: 6,315 very good now center it by adding the tags <center> before
<script type="text/javascript" src="swfobject.js"></script>
and
</center> after
shockwave-flash" wmode="transparent" width="900"... |
Forum: HTML and CSS Jul 1st, 2008 |
| Replies: 22 Views: 6,315 your code is missing the java script snips.
it needs to be in the file it will run in.. meaning it dont need to be in the php file but it does need to be in the html file |
Forum: HTML and CSS Jul 1st, 2008 |
| Replies: 22 Views: 6,315 1: download swfobject.js add it to same folder as conintro.html
<script type="text/javascript" src="swfobject.js"></script>
<div id="flashcontent">
<object... |
Forum: HTML and CSS Jul 1st, 2008 |
| Replies: 22 Views: 6,315 I just checked, it is there and updated recently. |
Forum: HTML and CSS Jul 1st, 2008 |
| Replies: 22 Views: 6,315 on a side note. edit your .htaccess to include this:
DirectoryIndex index.php index.html
this will allow users to go to your page without typing index.php |
Forum: HTML and CSS Jul 1st, 2008 |
| Replies: 22 Views: 6,315 http://blog.deconcept.com/swfobject/ |
Forum: HTML and CSS Jul 1st, 2008 |
| Replies: 22 Views: 6,315 I need this code:
conintro.html
and all the java files and the swf file need to be in the same folder as thi html file.
your link to the files need to be changed in relevence to this file as... |
Forum: HTML and CSS Jul 1st, 2008 |
| Replies: 22 Views: 6,315 looking closer at it, it asppears you have <head> twice. now the source I am seeing is the html output of the page.
would you please post your code here so I may have a closer look to assist you in... |
Forum: HTML and CSS Jul 1st, 2008 |
| Replies: 22 Views: 6,315 edited post. added code changes and check to make sure the path is correct for the java script as well as the swf file.
it works best if they are all in the same folder, if you are using pure php or... |
Forum: HTML and CSS Jul 1st, 2008 |
| Replies: 22 Views: 6,315 just quickly glancing at your source code;
IE has trouble skipping parameters of flash.
change
embed src="flash.swf?skipintro=0
to
embed src="flash.swf
and see if it shows up.
other issues... |
Forum: HTML and CSS Jul 1st, 2008 |
| Replies: 7 Views: 1,315 in that case would you mind changing this to solved.
your code looks decent enough other than you dont need the extra space between each and every line of code. |
Forum: HTML and CSS Jul 1st, 2008 |
| Replies: 3 Views: 2,125 a:link { color: #898989; text-decoration: none; } /* link normal*/
a:visited { color: #898989; text-decoration: none; } /* previously visited link*/
a:hover { color: #d3d3d3; text-decoration:... |
Forum: HTML and CSS Jul 1st, 2008 |
| Replies: 6 Views: 1,042 IE is full of bugs when it comes to css. There are many things that work well with FF and not at all (or at least requiring a hack) for IE.
Hover is one
<li> is another (the tribute used in drop... |
Forum: HTML and CSS Jul 1st, 2008 |
| Replies: 3 Views: 2,486 when you hit ctrl P it will open your printer properties. set the properties you like and save it as that.
There is no css code to set printer settings on your local printer.
This is a local... |