10,650 Topics

Member Avatar for
Member Avatar for xresplendencex

I'd like to embed an HTML box in a blog (LiveJournal) entry of mine. An example of the sort of HTML box I'm talking about is here: [url]http://puuchan.livejournal.com/1082.html?mode=reply[/url] I'd like to have a box that I can place a code in so that others can copy and paste it. (Like …

Member Avatar for xresplendencex
0
104
Member Avatar for ceyesuma

Hello I have a quick question. I will have to learn syntax for action script. Before I research my objective. Can someone enlighten me with a yes or no (example code would be awesome). Question: Can I create a Array of symbols and then manipulate them by making them apear …

Member Avatar for erico564
0
94
Member Avatar for giftangel

hello- im a newbie- first post- and this is definitely gonna sound like newbie question? i am uploading 2 files to a one-page site - the files are images and index_html. both files were transferred using ipswitch ftp client successfully - i have text on the page but no graphics …

Member Avatar for erico564
0
96
Member Avatar for Grantmitch1

Okay, Well I am developing a website for a friend, but the style relies on PNG images for there transparency and greater picture quality. I have tied GIF but the quality was poor. The problem is older browsers of Internet Explorer do not like PNG images, and thus, the transparency …

Member Avatar for Grantmitch1
0
81
Member Avatar for cupcake

I am currently using stock.xchng to find images that are free to use in web publishing. Is there another good website that offers free images?

Member Avatar for MidiMagic
0
331
Member Avatar for hav

just started playing around with CSS and find I have a weird little problem related to printing and hidden divs. a page contains hidden divs (hidden on screen) - the page uses a print css file so that these divs will be printed when the page prints there are also …

Member Avatar for shellydsilva
0
115
Member Avatar for kyllle

Hi all, Iv started working on my first css site and have encontered a problem taht I judt dont know how to fix, its kinda strange to me but Im sure someone will find it a simple problem. Iv attached a jpg of my proposed layout and the link below …

Member Avatar for MidiMagic
0
69
Member Avatar for adaykin

Hello, is there anyway that I can actually make my tables smaller? I tried putting in a value for the width for the td tags, but it didn't seem to do anything. Also I want the table to fit on one page, but changing the width of the table tag …

Member Avatar for MidiMagic
0
99
Member Avatar for pantsonnos

Hi all working on a design and IE 7 is giving me grief (no surprises there) its making a white space gap between the side navigation and the newsletter box, whereas they should touch not have a white gap. URL - [URL="http://lifemadeeasy.businesscatalyst.com/"]http://lifemadeeasy.businesscatalyst.com/[/URL] what it should look like - [URL="http://i29.tinypic.com/2w340v7.jpg"]http://i29.tinypic.com/2w340v7.jpg[/URL] what …

Member Avatar for MidiMagic
0
100
Member Avatar for kyllle

Hi All, Iv been working as a web content editor for a while now and understand html very well and the concept of css through having to edit countless amounts of webpages through my work, but, I have never actually built my own site using css and I feel its …

Member Avatar for MidiMagic
0
107
Member Avatar for Syakoban

Hi, I have a simple looking 2 column CSS layout I want to implement, but my skills aren't there and from what I've been reading, it is a challenging design even for the pros. Any help with this or direction to sample CSS is [B]VERY appreciated[/B]! The idea is to …

Member Avatar for MidiMagic
0
47
Member Avatar for bstylez

I'm creating a site with Dreamweaver in which I want to have a movie trailer on the site. Importing Flash video into Dreamweaver isn't difficult, but how do you import a trailer into FLASH? I do not see an option to save file as .mov or .avi - which is …

Member Avatar for HI2Japan
0
104
Member Avatar for autumn13

i have started a web page with dreamweaver and have a link to a photoshop web gallery on the home page. the gallery is seperated into three different thumbnail pages. when i went to test out the pages on the web browser all the links worked fine except for when …

Member Avatar for autumn13
0
71
Member Avatar for god720

I am trying to make a form in which users can fill out multiple fields of information that can be emailed to me. How would I do this?

Member Avatar for Shanti C
0
88
Member Avatar for Bio-shippo

Is it possible to have text that will hide it self behind a link that, when clicked, will reveal the information it hides? If so then how do I do it? Also, can you have a hover effect that gives a description of the text?

Member Avatar for sreein1986
0
173
Member Avatar for punithapary
Member Avatar for caroline16
0
73
Member Avatar for madhuri_vats

We have been providing services to clients across the globe and believe in partnering with our clients over the long-term through our flexible business and delivery models. Our mission is to create value for our clients by developing integrated solutions to address client business models. As we are young & …

Member Avatar for seagreen
0
112
Member Avatar for zeestar

[code=html]<body> <a title="Image" target="_blank" class="style1" onclick="window.open('Img_page.html', 'Image', 'resizable=no,scrollbars=no, status=no, toolbar=no,titlebar=no,menubar=no, left=0,top=0,width=400px,height=400px, ')"> <img src="images/center_image.jpg" width="89" height="70" border="0"></a></td> </body>[/code] Im using this code in my main page i want to remove the menus from the new image page where i just want to show the image with resizable page and maximize …

Member Avatar for seagreen
0
72
Member Avatar for greenebriar

I have developed personal website in Dreamweaver 4 and have created several web galleries in Photoshop Elements 6. How do I transfer to my website or should I link to Dreamweaver. Not certain about the way to set up folders in Dreamweaver for the albums. Thanks, I am certainly a …

Member Avatar for peter_budo
0
82
Member Avatar for schiamazz

Hi to everyone! I'm chiara (on first sorry for bad english...) I would know how rotate text in dreamweaver with css language. I want my toolbar follow a curve (bend) that I draw. I've a Mac and I want a solution useful for all browser! (I'm too greedy?) thanks in …

Member Avatar for sreein1986
0
86
Member Avatar for acediamond

I am using an image on a background with the same color as the image. The image border is turned off but I still see a line where the colors should mesh seamlessly. Just a little background, I am a first year CS student and have only taken an introductory …

Member Avatar for sreein1986
0
211
Member Avatar for kevin wood

is it possible to get this function in flash to load a page without using a on release function. I want to make the flash file i have created to load a html page once the end of the timeline is reached. if i use it wil out the on …

Member Avatar for kevin wood
0
69
Member Avatar for kevin wood

i have an image of a teady bear and i wanted to know if i could set up some random animation on this image. What i want the image to do is move its are or blink an eye, only slight movements but for then to occur randomly. i know …

Member Avatar for kevin wood
0
66
Member Avatar for OmniX

I would like to create a scrolling combo box. By which I mean. [code] <select> <option>1</option> <option>2</option> <option>3</option> <option>4</option> <option>5</option> <option>6</option> </select> [/code] Should appear as just 1 option (so maybe size="1') and then once clicked it expands with the options with a scrollbar which only 3 options shown and …

Member Avatar for MidiMagic
0
104
Member Avatar for Lleoun

Dear all, I have the following in a web page: A menu (let's call it Menu1) with several links and by its side another menu (Menu2) with some links also. Menu2 is a drop down menu that drops down on top of Menu1 when you click the Menu2 button. Well, …

Member Avatar for MidiMagic
0
153
Member Avatar for sreein1986
Member Avatar for rajarajan2017
0
54
Member Avatar for punithapary
Member Avatar for HI2Japan
0
100
Member Avatar for Patrick_Walsh

Hi all, Do you people suggest me some of precautions which are to be taken when surfing net. I always get worried when a link is there, I do not open any as they can have virus affected or Spyware. I am looking for safe ways of surfing. Nowadays Internet …

Member Avatar for timmy_jordan
0
138
Member Avatar for acediamond

I am playing around with a website I am developing for my spouse. I am wondering how you fix an image within a frame or htm doc. so even when you need to scroll the background image stays fixed within the frame or page.

Member Avatar for lio04
0
116
Member Avatar for Ginter25

In the past Maryland website design created rollover buttons using graphics programs like Adobe Photoshop and/or Macromedia Fireworks, and embedded them on their web page with all the unfriendly code that is needed for the rollover effect. The problem with doing this can be two-fold. First, search engines prefer text …

Member Avatar for moerpheus
0
70

The End.